Rocko.o


Total World Records: ??
Country: US

Stars Earned
17
15
2
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
Time is Ticking Elpis feat. Black Elway 19 73091 -26909 -9714 100000 2025-04-16 01:02:49
Firewalker Xenon 19 31298 -68702 -24801 100000 2025-04-09 02:26:57
Birdie Doolittle 19 79208 -20792 -7506 100000 2025-05-06 22:51:19
Dancing Circus Brisby & Jingles 21 11132 -88868 -39191 100000 2025-04-15 22:35:17
Show Me Your Moves Auvic 20 20210 -79790 -31916 100000 2025-05-06 22:57:43
The 7th Element Vitas 19 84518 -15482 -5589 100000 2025-04-09 02:56:30
Think Thousand Thoughts Auvic 20 67743 -32257 -12903 100000 2025-04-09 03:03:10
Bounce Crew 7 19 16538 -83462 -30130 100000 2025-04-15 23:09:57
Made In China Vitas & Sergey Pudovkin 20 84932 -15068 -6027 100000 2025-04-16 01:52:55
Unity TheFatRat 21 16746 -83254 -36715 100000 2025-04-16 01:08:12
Disconnected Disco Kid Whatever 20 21004 -78996 -31598 100000 2025-04-16 01:28:15
Ize Pie Headtwist & Pump 19 77687 -22313 -8055 100000 2025-04-09 02:17:13
Reactor Jason Creasey 19 40724 -59276 -21399 100000 2025-06-17 21:47:39
This Is Rock And Roll DJ Zombie 19 79463 -20537 -7414 100000 2025-04-09 03:05:07
Dies Irae Jason Creasey 19 80825 -19175 -6922 100000 2025-04-16 01:26:17
Be Alive Stian K 20 7455 -92545 -37018 100000 2025-04-16 00:10:52
Pink Dinosaur Miss Papaya 19 87761 -12239 -4418 100000 2025-05-07 01:36:24
Devil Inside CRMNL 19 74559 -25441 -9184 100000 2025-04-16 01:42:05
Kick It Man KaW feat. DAZ 19 85477 -14523 -5243 100000 2025-04-09 03:22:52
If You Can Say Goodbye Kate Project 19 80898 -19102 -6896 100000 2025-04-16 01:45:29
Say What Cut Capers 21 45986 -54014 -23820 100000 2025-04-29 22:16:11
Grab It While We Can FantastixX 19 85452 -14548 -5252 100000 2025-05-07 01:56:19
Say Na Na Na Serhat 19 76823 -23177 -8367 100000 2025-04-29 22:18:17
Shiawase Dion Timmer 23 23230 -76770 -40611 100000 2025-05-07 01:34:33
The Shrimps Vertigini 20 22738 -77262 -30905 100000 2025-04-16 00:02:30
Here For You PIXL feat. Q'AILA 19 76773 -23227 -8385 100000 2025-04-09 02:12:24
WYGD Bishu 19 85755 -14245 -5142 100000 2025-06-17 21:30:45
Crab Rave Noisestorm 20 68500 -31500 -12600 100000 2025-04-15 22:43:33
Just Dance Bad Computer 20 79840 -20160 -8064 100000 2025-04-16 00:04:35
Nothing Else Matters Katya Ocean 19 52998 -47002 -16968 100000 2025-04-16 00:42:53
Party ChildsPlay 19 84686 -15314 -5528 100000 2025-04-22 22:41:35
Jingle Bell Rock KaW feat. Bobby Helms 20 54501 -45499 -18200 100000 2025-04-09 02:15:04
Heaven On Earth HELLO GLOOM 22 11507 -88493 -42831 100000 2025-04-09 02:10:33
Everybody Get Up Tempo feat. Manola 19 81487 -18513 -6683 100000 2025-04-15 22:40:30
Love Toxic FACTOR-X 21 22699 -77301 -34090 100000 2025-04-09 02:22:23
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Rival )  2.8768
Total Execution Time  2.8805
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,940,456 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/17359/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.8642 seconds)  (Hide)
0.0925   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` = '17359'
GROUP BY `gs`.`grade
0.0054   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` = '17359'
AND `ghs`.`private` = 
0.0003   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` = '17359'
AND `r`.`name` = 'total' 
2.7660   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)