NICK


Total World Records: ??
Country: US

Stars Earned
2
28
1
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
Dreaming Rameses B feat. Holly Drummond 21 67351 -32649 -14398 100000 2023-03-03 18:18:58
Million Feelings Chriss Floren 19 92226 -7774 -2806 100000 2025-04-10 01:44:12
Medicine 2013 Kim Leoni 19 92582 -7418 -2678 100000 2023-03-03 18:10:49
Mexi Mexi Mozquito 20 98435 -1565 -626 100000 2023-08-07 02:59:27
Reactor Jason Creasey 19 90796 -9204 -3323 100000 2023-07-23 04:08:24
EternuS Sanxion7 20 90800 -9200 -3680 100000 2023-07-23 04:11:53
Utopia Smiley 22 89669 -10331 -5000 100000 2023-11-14 20:47:26
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 94014 -5986 -2161 100000 2025-04-10 01:28:20
Coming Out Playmaker feat. Robina 19 93754 -6246 -2255 100000 2023-07-23 04:02:27
Hero Miss Papaya 20 93398 -6602 -2641 100000 2023-07-23 03:49:20
Anubis Banzai 20 93581 -6419 -2568 100000 2023-07-23 04:05:09
So Deep Silvertear 21 95804 -4196 -1850 100000 2023-08-07 03:11:37
Nightmare FSJ feat. Tara Louise 21 96759 -3241 -1429 100000 2021-11-02 18:04:56
Cryosleep Machinae Supremacy 20 92271 -7729 -3092 100000 2023-03-03 18:26:28
Paradox Naoki feat. Riyu Kosaka 20 95303 -4697 -1879 100000 2021-11-02 17:39:11
Ring The Alarm M-Project & Signal 22 91523 -8477 -4103 100000 2021-11-02 17:39:11
Never Ending Story DJ AC-DC 20 93560 -6440 -2576 100000 2021-11-02 18:04:56
Disco High Ultimate Heights 21 93854 -6146 -2710 100000 2021-11-02 16:57:48
The Shrimps Vertigini 20 83719 -16281 -6512 100000 2023-03-03 18:15:46
Here For You PIXL feat. Q'AILA 19 96946 -3054 -1102 100000 2025-04-10 01:30:45
Moonlight PIXY 20 92521 -7479 -2992 100000 2023-03-03 18:13:07
Press Start MDK 23 79411 -20589 -10892 100000 2023-11-14 22:23:01
Pump It Electric Callboy 21 87877 -12123 -5346 100000 2023-03-03 18:23:01
Midnight Train More Plastic & Tylah Winyard 22 83563 -16437 -7956 100000 2023-03-03 18:07:53
Crab Rave Noisestorm 20 97748 -2252 -901 100000 2023-08-07 02:56:35
Night In Motion Cubic 22 21 92867 -7133 -3146 100000 2023-08-07 03:08:17
Fiesta Night Carlito 21 92044 -7956 -3509 100000 2023-11-14 22:19:56
Breathe Me Back To Life Stonebank feat. Lena Sue 20 93558 -6442 -2577 100000 2023-11-14 20:43:54
The 7 Jump Ken-D 19 89531 -10469 -3779 100000 2023-11-14 20:20:00
Falling In Love No Hero & Nino Rivera 22 56775 -43225 -20921 100000 2025-03-27 02:31:53
Need You Nostalgix 22 95506 -4494 -2175 100000 2025-03-27 02:25:42
No Rules Foxela & Britt Lari 19 97173 -2827 -1021 100000 2025-04-10 01:56:33
Remember Me Leslie Parrish 21 90054 -9946 -4386 100000 2025-04-10 02:00:30
Halley's Comet Jenna Drey & Joe Bermudez 19 96662 -3338 -1205 100000 2025-04-10 01:53:33
  BENCHMARKS  
Loading Time: Base Classes  0.0042
Controller Execution Time ( Main / Rival )  2.0869
Total Execution Time  2.0916
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,928,424 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/5655/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.0745 seconds)  (Hide)
0.0019   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` = '5655'
GROUP BY `gs`.`grade
0.0027   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` = '5655'
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` = '5655'
AND `r`.`name` = 'total' 
2.0697   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)