Vdms90


Total World Records: ??
Country: US

Stars Earned
7
2
11
7

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
Change The World Nathalie & Kim Lukas 19 89875 -10125 -3655 100000 2023-04-06 22:51:39
Dancing Circus Brisby & Jingles 21 63166 -36834 -16244 100000 2023-04-06 23:31:30
Blow My Mind Alphadelta 19 76520 -23480 -8476 100000 2023-04-06 22:47:58
Zodiac Banzai 21 34458 -65542 -28904 100000 2023-12-17 00:30:44
Coming Out Playmaker feat. Robina 19 81128 -18872 -6813 100000 2023-04-06 22:45:24
Typical Tropical Bambee 19 83106 -16894 -6099 100000 2023-04-06 23:40:05
Pink Dinosaur Miss Papaya 19 88199 -11801 -4260 100000 2023-04-06 23:00:50
Anubis Banzai 20 87179 -12821 -5128 100000 2023-12-17 00:28:19
Exotica Banzai 23 16678 -83322 -44077 100000 2023-12-17 00:42:39
Music & Police CJ Crew & KaW feat. Christian D. 21 18410 -81590 -35981 100000 2023-12-17 00:04:49
So Deep Silvertear 21 73932 -26068 -11496 100000 2023-12-17 00:45:41
Fantasy Melissa 21 24209 -75791 -33424 100000 2023-12-17 00:55:48
Speed Over Beethoven Rose 22 60703 -39297 -19020 100000 2023-12-17 00:15:57
Come On Now Miss Amani 20 41014 -58986 -23594 100000 2023-04-06 23:21:56
Beethoven Virus BanYa 22 27192 -72808 -35239 100000 2023-04-06 23:54:36
BU-44 Naoki 21 83340 -16660 -7347 100000 2023-12-17 00:12:08
Butterfly Swingrowers 19 87494 -12506 -4515 100000 2023-04-06 22:41:29
If You Can Say Goodbye Kate Project 19 83749 -16251 -5867 100000 2023-04-06 23:34:40
Boomerang Miss V 21 74313 -25687 -11328 100000 2023-04-06 23:28:14
Silent Movie Little Violet 19 78974 -21026 -7590 100000 2023-04-06 22:57:44
The Naughty Song Oscillator X 19 86789 -13211 -4769 100000 2023-04-06 23:16:56
Only You DEXTER KING feat. Alexis Donn 19 80578 -19422 -7011 100000 2023-04-06 23:03:56
WYGD Bishu 19 88413 -11587 -4183 100000 2023-04-06 23:37:38
Crab Rave Noisestorm 20 38442 -61558 -24623 100000 2023-12-17 00:07:45
Born to Run Red Parker 19 90765 -9235 -3334 100000 2023-04-06 22:38:50
Therapy Conro 20 73823 -26177 -10471 100000 2023-04-06 23:25:29
Bambole (Ole) Papa Gonzalez 20 73010 -26990 -10796 100000 2023-04-06 23:19:31
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.1878
Total Execution Time  2.1908
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,907,376 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9285/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.1775 seconds)  (Hide)
0.0028   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` = '9285'
GROUP BY `gs`.`grade
0.0030   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` = '9285'
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` = '9285'
AND `r`.`name` = 'total' 
2.1714   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)