RZNK


Total World Records: ??
Country: US

Stars Earned
14
7
1
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
Start & Paws Oscillator X 19 87856 -12144 -4384 100000 2026-05-03 15:39:57
Moonstone Virgill 19 93889 -6111 -2206 100000 2026-04-04 16:02:24
Reactor Jason Creasey 19 88134 -11866 -4284 100000 2026-05-03 15:24:49
This Is Rock And Roll DJ Zombie 19 80326 -19674 -7102 100000 2026-04-05 15:40:20
Get Busy Bassmonkeys & Bianca Lindgren 20 92419 -7581 -3032 100000 2026-04-12 16:00:37
EternuS Sanxion7 20 90533 -9467 -3787 100000 2026-04-06 16:44:37
July Smiley 20 56646 -43354 -17342 100000 2026-05-03 15:04:55
NightMoves Playmaker 20 81238 -18762 -7505 100000 2026-04-04 15:45:10
Warrior Kirill Gramada 21 79239 -20761 -9156 100000 2026-04-04 15:22:09
Follow My Pamp Andrea Damante feat. Adam Clay 20 90060 -9940 -3976 100000 2026-04-06 16:51:22
Here For You PIXL feat. Q'AILA 19 96534 -3466 -1251 100000 2026-05-09 15:33:25
Crab Rave Noisestorm 20 92020 -7980 -3192 100000 2026-04-12 16:10:52
Therapy Conro 20 90015 -9985 -3994 100000 2026-05-10 15:40:31
Just Dance Bad Computer 20 89381 -10619 -4248 100000 2026-04-06 16:57:03
Down Low Hr. Troels x Felix Schorn 20 88850 -11150 -4460 100000 2026-04-05 16:04:20
Every Little Thing Conro 21 91344 -8656 -3817 100000 2026-05-10 15:55:50
Night In Motion Cubic 22 21 85026 -14974 -6604 100000 2026-04-19 15:49:10
Where Did You Go Tatsunoshin 21 80554 -19446 -8576 100000 2026-04-18 15:47:49
Burbank Nights Dirtyphonics 22 82182 -17818 -8624 100000 2026-05-09 16:11:37
Rain Dance MUZZ 21 88259 -11741 -5178 100000 2026-05-09 15:19:41
Letting Go Bensley & Voicians 19 82877 -17123 -6181 100000 2026-04-12 15:31:35
Strange Stubborn Proud ELYXR feat. Kurt Harland Larson 19 91066 -8934 -3225 100000 2026-04-04 16:10:59
Rubix Cube Rusko 21 43019 -56981 -25129 100000 2026-04-05 16:20:10
Lifted Me Up CloudNone and Micah Martin 21 46418 -53582 -23630 100000 2026-04-18 15:36:40
  BENCHMARKS  
Loading Time: Base Classes  0.0030
Controller Execution Time ( Main / Rival )  3.3684
Total Execution Time  3.3716
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,011,360 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/27469/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 (3.3585 seconds)  (Hide)
0.1388   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` = '27469'
GROUP BY `gs`.`grade
0.0096   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` = '27469'
AND `ghs`.`private` = 
0.0006   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` = '27469'
AND `r`.`name` = 'total' 
3.2095   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)