RKMA


Total World Records: ??
Country: CA

Stars Earned
8
18
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
Hyper Hyper Smiley 22 75311 -24689 -11949 100000 2019-12-05 17:54:21
Remember December Smiley 22 91722 -8278 -4007 100000 2020-01-03 03:08:36
Revenge MonstDeath 21 80874 -19126 -8435 100000 2019-12-17 03:45:27
Can't Get Enough Miradey 20 91699 -8301 -3320 100000 2019-12-17 03:37:25
Birdie Doolittle 19 95042 -4958 -1790 100000 2019-12-28 22:36:13
Joanna Crazy Loop 19 62415 -37585 -13568 100000 2019-12-05 18:05:17
Licky Licky Crispy 20 95418 -4582 -1833 100000 2019-12-17 04:32:03
Moonstone Virgill 19 89319 -10681 -3856 100000 2019-12-05 18:12:27
Think Thousand Thoughts Auvic 20 85535 -14465 -5786 100000 2019-12-05 18:18:21
Blow My Mind Alphadelta 19 90876 -9124 -3294 100000 2019-12-05 19:07:17
I Love You Baby Pandera 21 92170 -7830 -3453 100000 2019-12-05 18:24:17
Zodiac Banzai 21 89412 -10588 -4669 100000 2020-01-03 03:08:36
Crazy Baby Fantasy Project 20 85320 -14680 -5872 100000 2020-01-03 03:59:17
Surf Hyper Potions 22 84236 -15764 -7630 100000 2019-12-05 17:51:06
Time To Fly Cindy Cooper 24 73411 -26589 -15315 100000 2020-01-03 03:59:17
Disconnected Disco Kid Whatever 20 92334 -7666 -3066 100000 2019-12-17 04:03:41
Fleadh Uncut Ian Parker 21 92847 -7153 -3154 100000 2019-12-28 22:50:16
I Think I Like That Sound Kid Whatever 20 94214 -5786 -2314 100000 2019-12-28 22:03:04
Ize Pie Headtwist & Pump 19 88477 -11523 -4160 100000 2019-12-05 19:07:17
Psalm Pilot Jason Creasey 20 85519 -14481 -5792 100000 2019-12-28 22:50:16
Reactor Jason Creasey 19 87230 -12770 -4610 100000 2019-12-05 19:39:42
ROM-eo & Juli8 Nina 19 86979 -13021 -4701 100000 2019-12-05 18:05:17
I'll Show You Loving Bassmonkeys feat. Natasha Anderson 20 93706 -6294 -2518 100000 2020-01-03 03:59:17
Click Bait S3RL feat. GL!TCH 20 91053 -8947 -3579 100000 2019-12-05 20:54:13
Darkness Sanxion7 22 88631 -11369 -5503 100000 2019-12-17 04:22:40
EternuS Sanxion7 20 89539 -10461 -4184 100000 2019-12-28 22:03:04
Mellow Rikki & Daz 20 85163 -14837 -5935 100000 2019-12-05 17:51:06
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  2.3418
Total Execution Time  2.3445
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,906,416 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/1843/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.3336 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` = '1843'
GROUP BY `gs`.`grade
0.0033   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` = '1843'
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` = '1843'
AND `r`.`name` = 'total' 
2.3282   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)