57Z.


Total World Records: ??
Country: US

Stars Earned
2
9
11
1

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
Remember December Smiley 22 70136 -29864 -14454 100000 2025-07-25 18:50:29
Paradise Smiley 24 34034 -65966 -37996 100000 2023-12-28 20:48:39
Ladybug Coconut 19 83120 -16880 -6094 100000 2025-08-02 04:48:17
Rainspark Sanxion7 21 78614 -21386 -9431 100000 2025-02-08 20:18:45
Xuxa Smiley 23 78218 -21782 -11523 100000 2023-11-25 02:52:18
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 79182 -20818 -7515 100000 2023-06-04 20:39:02
Coming Out Playmaker feat. Robina 19 90891 -9109 -3288 100000 2024-02-07 00:46:53
Dam Dariram Joga 20 81920 -18080 -7232 100000 2025-07-04 01:26:55
Music & Police CJ Crew & KaW feat. Christian D. 21 73744 -26256 -11579 100000 2023-12-28 20:53:28
So Deep Silvertear 21 50265 -49735 -21933 100000 2023-06-04 20:25:35
Summer Night In Seattle Jenna Drey 20 79946 -20054 -8022 100000 2025-05-13 23:39:33
Your Own Destiny Entity & Darwin 24 57190 -42810 -24659 100000 2023-12-28 20:20:20
Fantasy Melissa 21 79132 -20868 -9203 100000 2025-07-04 01:29:52
Nori Nori Nori Judy Crystal 21 6654 -93346 -41166 100000 2023-08-03 01:21:05
BU-44 Naoki 21 79418 -20582 -9077 100000 2025-07-25 19:26:31
SubZero Donk Terrorist vs. 204 22 43843 -56157 -27180 100000 2025-02-15 21:39:10
Shiawase Dion Timmer 23 36821 -63179 -33422 100000 2024-12-27 19:57:14
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 35419 -64581 -34163 100000 2024-10-17 02:37:30
Blackstar Celldweller 22 29173 -70827 -34280 100000 2025-07-25 18:54:26
Elysium Scott Brown 21 51368 -48632 -21447 100000 2025-07-25 18:47:00
Running In The 90s Max Coveri 23 7367 -92633 -49003 100000 2025-06-12 01:16:10
When The Sun Goes Down Ken Blast 22 81260 -18740 -9070 100000 2025-07-25 16:23:10
The Banana Song SIPPY 19 86444 -13556 -4894 100000 2025-07-27 03:05:28
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Rival )  2.3327
Total Execution Time  2.3365
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,892,976 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9963/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.3247 seconds)  (Hide)
0.0012   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` = '9963'
GROUP BY `gs`.`grade
0.0015   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` = '9963'
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` = '9963'
AND `r`.`name` = 'total' 
2.3219   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)