NiceGuySigh


Total World Records: ??
Country: US

Stars Earned
11
13
3

Currently displaying scores for mode. Select another difficulty to view scores for it.

World mode enabled - Comparing scores to current world records.

Song Title Artist Level Score Delta Ranking Gap Grade WR Date
Revenge MonstDeath 21 85899 -14101 -6219 100000 2020-11-24 04:50:58
Twins Martin Eriksson feat. Ellee 22 87183 -12817 -6203 100000 2020-05-09 18:59:15
Burning Tonight Krystal 22 13447 -86553 -41892 100000 2020-11-13 23:08:34
Dream A Dream Captain Jack 20 35762 -64238 -25695 100000 2020-11-13 23:20:12
The 7th Element Vitas 19 53376 -46624 -16831 100000 2020-11-14 00:00:19
Think Thousand Thoughts Auvic 20 93900 -6100 -2440 100000 2020-11-24 04:59:13
Made In China Vitas & Sergey Pudovkin 20 95506 -4494 -1798 100000 2020-11-16 04:35:21
Monody TheFatRat feat. Laura Brehm 22 92664 -7336 -3551 100000 2020-12-31 05:26:02
Temple Of Boom Yannis Kamarinos 23 85567 -14433 -7635 100000 2020-05-09 18:59:15
This Is Rock And Roll DJ Zombie 19 78696 -21304 -7691 100000 2020-11-13 23:08:34
Paranormal Inspector K 20 84589 -15411 -6164 100000 2020-05-09 18:26:09
Click Bait S3RL feat. GL!TCH 20 89974 -10026 -4010 100000 2020-11-16 04:26:10
Mellow Rikki & Daz 20 85010 -14990 -5996 100000 2020-11-16 04:35:21
Beautiful Man Radiorama 21 82495 -17505 -7720 100000 2020-11-16 04:42:56
Become Astral Ash Astral 22 83658 -16342 -7910 100000 2020-05-09 18:36:22
Senorita Jenny Rom 23 83201 -16799 -8887 100000 2020-05-09 18:36:22
Dam Dariram Joga 20 87929 -12071 -4828 100000 2020-10-31 21:44:54
Music & Police CJ Crew & KaW feat. Christian D. 21 83659 -16341 -7206 100000 2020-10-31 22:28:24
No Princess Lynn 19 92444 -7556 -2728 100000 2020-11-13 22:57:12
So Deep Silvertear 21 90340 -9660 -4260 100000 2020-11-13 23:20:12
Fantasy Melissa 21 84322 -15678 -6914 100000 2020-11-13 23:46:42
Devil Inside CRMNL 19 94169 -5831 -2105 100000 2020-11-13 22:57:12
Equinox Mage 21 87040 -12960 -5715 100000 2020-11-24 04:59:13
Nightmare FSJ feat. Tara Louise 21 93597 -6403 -2824 100000 2020-11-16 04:42:56
Night Of Fright Justin Corza & 420 22 83590 -16410 -7942 100000 2020-12-31 05:44:41
Warrior Kirill Gramada 21 87322 -12678 -5591 100000 2020-12-31 05:44:41
Megalovania Toby Fox 21 88145 -11855 -5228 100000 2020-12-31 05:26:02
  BENCHMARKS  
Loading Time: Base Classes  0.0036
Controller Execution Time ( Main / Rival )  2.7560
Total Execution Time  2.7599
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,906,648 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/2607/compare/world/3
  CLASS/METHOD  
main/rival
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 4 (2.7467 seconds)  (Hide)
0.0083   SELECT `gs`.`grade`, count(*) as count
FROM 
`gamer_high_scores` as `ghs`
JOIN `song_charts` as `scON `sc`.`id` = `ghs`.`song_chart_id`
JOIN `gamer_scores` as `gsON `gs`.`id` = `ghs`.`gamer_score_id`
WHERE (`sc`.`game_difficulty_id` = or `sc`.`game_difficulty_id` = 10)
AND `
sc`.`is_enabled` = 1
AND `ghs`.`private` = 0
AND `ghs`.`gamer_id` = '2607'
GROUP BY `gs`.`grade
0.0013   SELECT `s`.`id` as `song_id`, `ghs`.`song_chart_id`, `s`.`title` as `title`, `s`.`artist`, `sc`.`difficulty`, `ghs`.`created_at` as `date`, `ghs`.`score`, `gs`.`flags`, `gs`.`perfect1`, `gs`.`perfect2`, `gs`.`early`, `gs`.`green`, `gs`.`yellow`, `gs`.`red`, `gs`.`late`, `gs`.`misses`, `gs`.`grade`, `s`.`game_song_id`, `sc`.`game_difficulty_id` as `difficulty_id`
FROM `gamer_high_scores` as `ghs`
JOIN `song_charts` as `scON `sc`.`id` = `ghs`.`song_chart_id`
JOIN `songs` as `sON `sc`.`song_id` = `s`.`id`
JOIN `gamer_scores` as `gsON `ghs`.`gamer_score_id` = `gs`.`id`
WHERE (`sc`.`game_difficulty_id` = or `sc`.`game_difficulty_id` = 10)
AND `
sc`.`is_enabled` = 1
AND `sc`.`edit_keyIS NULL
AND `ghs`.`gamer_id` = '2607'
AND `ghs`.`private` = 
0.0002   SELECT `id`, `first_name` as `first`, `last_name` as `last`, `username`, `country`, `picture_path`, `hex_color`, `r`.`rank` as `rank_points`
FROM `gamers` as `g`
JOIN `statmani_devel`.`ranking` as `rON `r`.`user_id` = `g`.`id`
WHERE `id` = '2607'
AND `r`.`name` = 'total' 
2.7369   SELECT max(ghs.score) as score, `ghs`.`song_chart_id`, `s`.`id` as `song_id`, `sc`.`id` as `song_chart_id`, `s`.`title`, `s`.`artist`, `sc`.`game_difficulty_id` as `difficulty_id`
FROM `gamer_high_scores` as `ghs`
JOIN `song_charts` as `scON `sc`.`id` = `ghs`.`song_chart_id`
JOIN `songs` as `sON `sc`.`song_id` = `s`.`id`
WHERE `sc`.`game_difficulty_id` = 3
AND `sc`.`is_enabled` = 1
AND `ghs`.`private` = 0
GROUP BY 
`ghs`.`song_chart_id
  DATABASE:  stepmani_db (Stats:$smx)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Api_model:$smx)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Main:$smx)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  HTTP HEADERS  (Show)
  CONFIG VARIABLES  (Show)