kevmelo


Total World Records: ??
Country: US

Stars Earned
16
1
11

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 91928 -8072 -3907 100000 2024-04-10 01:47:35
Start & Paws Oscillator X 19 88716 -11284 -4074 100000 2024-06-01 05:32:57
Y Don't U Deeper Territory 22 13681 -86319 -41778 100000 2024-04-24 00:19:39
Zodiac Banzai 21 78515 -21485 -9475 100000 2022-07-16 16:49:20
Disconnected Disco Kid Whatever 20 84553 -15447 -6179 100000 2022-07-16 17:31:27
I Think I Like That Sound Kid Whatever 20 87928 -12072 -4829 100000 2024-05-27 04:36:59
ROM-eo & Juli8 Nina 19 85757 -14243 -5142 100000 2022-08-07 18:29:44
Spin Chicken Freebie & The Bean 21 92911 -7089 -3126 100000 2024-06-20 03:53:22
This Is Rock And Roll DJ Zombie 19 96243 -3757 -1356 100000 2024-05-26 03:29:40
Dies Irae Jason Creasey 19 93448 -6552 -2365 100000 2022-08-07 17:42:53
EternuS Sanxion7 20 81470 -18530 -7412 100000 2023-08-12 23:25:12
Utopia Smiley 22 83450 -16550 -8010 100000 2022-08-07 18:04:45
Anubis Banzai 20 92522 -7478 -2991 100000 2024-09-18 05:12:58
Megalovania Toby Fox 21 85522 -14478 -6385 100000 2023-04-30 00:54:13
Test My Best E-Rotic 21 79159 -20841 -9191 100000 2024-05-27 05:01:32
Robot World Oscillator X 19 97832 -2168 -783 100000 2024-04-10 01:39:54
Get Up'n Move S & K 20 81992 -18008 -7203 100000 2022-08-07 17:49:21
BUBBLES Tokyo Machine 22 80834 -19166 -9276 100000 2024-09-18 05:07:35
Art City Virgill 20 90666 -9334 -3734 100000 2024-09-11 03:24:59
How We Win FWLR 21 87273 -12727 -5613 100000 2022-08-23 00:01:58
Villain PIXY 20 87856 -12144 -4858 100000 2022-08-22 23:59:52
TURBO Tokyo Machine 21 95320 -4680 -2064 100000 2024-06-20 04:01:01
Right Into You The Tech Team 20 91332 -8668 -3467 100000 2024-07-31 00:35:58
Perks Bibi Gold 21 81219 -18781 -8282 100000 2024-04-03 02:07:25
Definition of a Badboy Scott Brown 20 91652 -8348 -3339 100000 2024-05-27 04:55:35
Music Is Moving Tatsunoshin 23 86427 -13573 -7180 100000 2024-09-18 05:15:15
Bad Revenge from20 20 92877 -7123 -2849 100000 2024-06-20 03:51:07
Be Alright Red Parker 20 89466 -10534 -4214 100000 2025-07-05 20:14:44
  BENCHMARKS  
Loading Time: Base Classes  0.0030
Controller Execution Time ( Main / Rival )  2.3301
Total Execution Time  2.3333
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,908,648 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/4834/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.3214 seconds)  (Hide)
0.0026   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` = '4834'
GROUP BY `gs`.`grade
0.0010   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` = '4834'
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` = '4834'
AND `r`.`name` = 'total' 
2.3176   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)