MyuZ


Total World Records: ??
Country: KR

Stars Earned
2
20
2
2

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
In The Hall Of The Mountain King KaW 22 36324 -63676 -30819 100000 2025-08-05 16:32:18
Determinator Dust Devil 26 2726 -97274 -65757 100000 2025-08-04 11:21:25
Get Busy Bassmonkeys & Bianca Lindgren 20 97374 -2626 -1050 100000 2025-08-05 15:39:20
Gargoyle Sanxion7 24 94441 -5559 -3202 100000 2025-08-05 16:27:52
Waka Laka Jenny Rom vs. The Zippers 21 85118 -14882 -6563 100000 2025-08-04 11:17:50
Flash In The Night Flashman 22 94411 -5589 -2705 100000 2025-08-05 15:43:11
Hero Miss Papaya 20 97533 -2467 -987 100000 2025-08-05 16:24:34
Senorita Jenny Rom 23 90553 -9447 -4997 100000 2025-08-05 16:35:21
Ghosts Tenth Planet 20 96132 -3868 -1547 100000 2025-08-05 16:46:00
Music & Police CJ Crew & KaW feat. Christian D. 21 90976 -9024 -3980 100000 2025-08-05 16:18:40
So Deep Silvertear 21 95488 -4512 -1990 100000 2025-08-05 15:27:01
Speed Over Beethoven Rose 22 97279 -2721 -1317 100000 2025-08-05 15:34:14
Sky High Lucyfer 20 98248 -1752 -701 100000 2025-08-05 16:09:01
My Generation Captain Jack 20 84612 -15388 -6155 100000 2025-08-05 15:14:33
Nori Nori Nori Judy Crystal 21 88348 -11652 -5139 100000 2025-08-05 15:11:34
Baby Love Me Judy Crystal 21 97243 -2757 -1216 100000 2025-08-05 15:55:00
Sky High DJ Miko 20 94596 -5404 -2162 100000 2025-08-05 15:24:51
Operator Miss Papaya 19 97613 -2387 -862 100000 2025-08-05 16:21:06
If You Can Say Goodbye Kate Project 19 92062 -7938 -2866 100000 2025-08-05 15:17:42
Rainbow Rave Parade Chime 24 90182 -9818 -5655 100000 2025-08-05 16:03:50
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 95385 -4615 -2441 100000 2025-08-05 15:20:41
Forever and a Day Dy5on feat. Silver Angelina 22 96284 -3716 -1799 100000 2025-08-05 15:45:23
Elysium Scott Brown 21 95009 -4991 -2201 100000 2025-08-05 16:43:22
Take Me Away Dougal 22 92639 -7361 -3563 100000 2025-08-05 16:06:30
When The Sun Goes Down Ken Blast 22 96106 -3894 -1885 100000 2025-08-05 15:57:33
Remember Me Leslie Parrish 21 98024 -1976 -871 100000 2025-08-05 16:01:29
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  4.0387
Total Execution Time  4.0415
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,916,776 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/23833/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 (4.0287 seconds)  (Hide)
0.0672   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` = '23833'
GROUP BY `gs`.`grade
0.0259   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` = '23833'
AND `ghs`.`private` = 
0.0101   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` = '23833'
AND `r`.`name` = 'total' 
3.9255   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)