DonkoLover765


Total World Records: ??
Country: GB

Stars Earned
11
10
5

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
Dance Vibrations Elpis 19 76553 -23447 -8464 100000 2025-03-16 20:04:51
Dynamo Oscillator X 19 79668 -20332 -7340 100000 2025-04-04 19:56:16
Birdie Doolittle 19 74224 -25776 -9305 100000 2024-12-14 17:20:24
Dabbi Doo Ni-Ni 20 18815 -81185 -32474 100000 2025-03-16 20:50:39
Mexi Mexi Mozquito 20 6583 -93417 -37367 100000 2024-09-20 19:11:54
Anubis Banzai 20 27970 -72030 -28812 100000 2025-02-06 21:33:06
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 25148 -74852 -33010 100000 2025-04-01 18:16:47
My Generation Captain Jack 20 75895 -24105 -9642 100000 2025-04-01 18:27:29
Spaceman Bambee & Lynn 20 73985 -26015 -10406 100000 2025-04-01 18:31:42
The Naughty Song Oscillator X 19 76831 -23169 -8364 100000 2025-03-16 19:43:38
Here For You PIXL feat. Q'AILA 19 68645 -31355 -11319 100000 2024-12-29 16:33:28
TURBO Tokyo Machine 21 74356 -25644 -11309 100000 2025-04-01 18:45:58
Only You DEXTER KING feat. Alexis Donn 19 77696 -22304 -8052 100000 2025-04-01 18:10:49
Get Busy KOYOTIE 22 24265 -75735 -36656 100000 2025-04-01 19:41:35
Orbit Ellis 19 72402 -27598 -9963 100000 2024-11-29 19:41:27
Stockholm to Bombay Dr. Bombay 21 55665 -44335 -19552 100000 2025-04-04 20:20:45
Poco Loco Carlito 21 72760 -27240 -12013 100000 2025-05-10 18:54:53
UFO Little Sis Nora & S3RL 20 36527 -63473 -25389 100000 2025-03-14 21:09:08
All Starts Now Laurell 19 82365 -17635 -6366 100000 2025-04-01 19:44:31
Keep On Dancing BEAUZ feat. Heleen 20 68741 -31259 -12504 100000 2025-03-14 19:38:48
Big Boss Big Boss 21 21180 -78820 -34760 100000 2025-03-14 20:14:59
What Ya Gonna Do Scott Brown 21 57685 -42315 -18661 100000 2025-04-04 20:02:05
DJ Party BB Hayes 20 74221 -25779 -10312 100000 2025-02-22 19:37:07
No Rules Foxela & Britt Lari 19 72250 -27750 -10018 100000 2025-05-10 18:39:00
Remember Me Leslie Parrish 21 42702 -57298 -25268 100000 2025-04-01 18:37:25
Letting Go Bensley & Voicians 19 23082 -76918 -27767 100000 2025-06-14 17:26:02
  BENCHMARKS  
Loading Time: Base Classes  0.0029
Controller Execution Time ( Main / Rival )  1.8998
Total Execution Time  1.9030
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,906,456 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/11541/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 (1.8910 seconds)  (Hide)
0.0036   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` = '11541'
GROUP BY `gs`.`grade
0.0029   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` = '11541'
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` = '11541'
AND `r`.`name` = 'total' 
1.8843   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)