vaporduck


Total World Records: ??
Country: US

Stars Earned
15
6
3
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
Dream A Dream Captain Jack 20 82041 -17959 -7184 100000 2023-11-28 23:12:12
Ba Be Loo Be La Kristeen 20 24361 -75639 -30256 100000 2023-07-17 21:53:47
Pop4 Vibes & Wishdokta 22 87328 -12672 -6133 100000 2024-08-07 21:20:23
Bumble Bee Bambee 20 77079 -22921 -9168 100000 2023-08-12 00:48:29
Coming Out Playmaker feat. Robina 19 46637 -53363 -19264 100000 2023-06-30 22:35:58
Senorita Jenny Rom 23 79328 -20672 -10935 100000 2024-01-16 20:36:57
The Saint Goes Marching The Saint 21 82466 -17534 -7732 100000 2024-08-07 21:17:41
Bye Bye Baby Balloon Joga 21 83570 -16430 -7246 100000 2023-09-19 21:44:39
Dam Dariram Joga 20 82534 -17466 -6986 100000 2023-07-17 21:35:05
Music & Police CJ Crew & KaW feat. Christian D. 21 37717 -62283 -27467 100000 2023-08-11 22:45:43
So Deep Silvertear 21 76590 -23410 -10324 100000 2023-07-17 22:46:10
Dam Dadi Doo Fantasy Project 22 44692 -55308 -26769 100000 2023-08-11 23:24:48
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 75175 -24825 -12015 100000 2024-01-16 21:00:46
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 87455 -12545 -5532 100000 2024-04-16 16:17:24
Charlene Missing Heart 22 2899 -97101 -46997 100000 2023-08-12 00:32:17
Operator Miss Papaya 19 73683 -26317 -9500 100000 2024-01-16 20:05:17
BUBBLES Tokyo Machine 22 76540 -23460 -11355 100000 2023-07-17 22:28:00
TURBO Tokyo Machine 21 84065 -15935 -7027 100000 2023-08-11 22:16:42
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 62848 -37152 -19653 100000 2024-08-07 21:36:13
Crab Rave Noisestorm 20 82586 -17414 -6966 100000 2024-04-16 16:08:47
Stockholm to Bombay Dr. Bombay 21 75680 -24320 -10725 100000 2024-01-16 20:16:52
GALACTICAL Tokyo Machine 23 37524 -62476 -33050 100000 2023-07-17 21:58:37
UFO Little Sis Nora & S3RL 20 90091 -9909 -3964 100000 2024-08-07 21:15:23
The 7 Jump Ken-D 19 86356 -13644 -4925 100000 2023-11-28 23:07:30
Music Is Moving Tatsunoshin 23 82170 -17830 -9432 100000 2024-08-07 21:26:53
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  2.5672
Total Execution Time  2.5702
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,904,760 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9205/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.5585 seconds)  (Hide)
0.0039   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` = '9205'
GROUP BY `gs`.`grade
0.0018   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` = '9205'
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` = '9205'
AND `r`.`name` = 'total' 
2.5526   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)