Vile


Total World Records: ??
Country: US

Stars Earned
15
4
4
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 75973 -24027 -11629 100000 2025-09-12 00:27:16
Surf Hyper Potions 22 82288 -17712 -8573 100000 2025-09-12 00:05:38
Unity TheFatRat 21 84042 -15958 -7037 100000 2025-09-18 23:18:36
Dies Irae Jason Creasey 19 80145 -19855 -7168 100000 2025-09-12 00:30:34
Bang Bang Bang DCX 21 72274 -27726 -12227 100000 2025-09-18 23:55:33
Devil Inside CRMNL 19 91946 -8054 -2907 100000 2025-09-12 00:11:10
Megalovania Toby Fox 21 88308 -11692 -5156 100000 2025-09-12 00:03:17
Paradox Naoki feat. Riyu Kosaka 20 90549 -9451 -3780 100000 2025-09-12 00:34:03
Cyber-Kyoto- Re-venG 20 59270 -40730 -16292 100000 2025-08-28 23:56:42
Silent Movie Little Violet 19 87775 -12225 -4413 100000 2025-09-12 00:00:57
Fade Out Bensley 21 82018 -17982 -7930 100000 2025-09-18 23:07:56
We Got The Moves Electric Callboy 20 73158 -26842 -10737 100000 2025-08-28 23:38:25
Bewitched PIXY 22 79108 -20892 -10112 100000 2025-09-12 00:16:39
Pump It Electric Callboy 21 74691 -25309 -11161 100000 2025-08-28 23:16:47
Vodka The Royal Eurobeat Orchestra of Bazookistan 21 79174 -20826 -9184 100000 2025-08-28 23:14:20
Down Low Hr. Troels x Felix Schorn 20 58724 -41276 -16510 100000 2025-08-15 00:30:22
Sirens RENOLD X Scarlett 19 81388 -18612 -6719 100000 2025-08-28 23:27:57
Every Little Thing Conro 21 85630 -14370 -6337 100000 2025-09-18 23:10:02
Under The Bed Macks Wolf X Tatsunoshin 21 83860 -16140 -7118 100000 2025-09-18 23:39:54
FAR OUT Tokyo Machine 24 11866 -88134 -50765 100000 2025-09-12 00:19:10
Where Did You Go Tatsunoshin 21 76279 -23721 -10461 100000 2025-09-18 23:16:07
Running In The 90s Max Coveri 23 8253 -91747 -48534 100000 2025-08-28 23:30:08
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 75142 -24858 -10962 100000 2025-08-15 00:27:23
Ori Ori MANNTRA 21 71132 -28868 -12731 100000 2025-08-28 23:58:50
Bella Ciao BEAUZ & XYSM 20 84918 -15082 -6033 100000 2025-09-12 00:14:38
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  2.4808
Total Execution Time  2.4838
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,915,904 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/24006/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.4719 seconds)  (Hide)
0.0088   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` = '24006'
GROUP BY `gs`.`grade
0.0065   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` = '24006'
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` = '24006'
AND `r`.`name` = 'total' 
2.4564   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)