Dutchtommy


Total World Records: ??
Country: NL

Stars Earned
14
8
1
3

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
Bagpipe A-Moe 20 84520 -15480 -6192 100000 2022-12-02 14:58:55
Dream A Dream Captain Jack 20 89214 -10786 -4314 100000 2022-11-04 17:01:09
Joanna Crazy Loop 19 82197 -17803 -6427 100000 2022-11-22 12:12:44
Unity TheFatRat 21 79585 -20415 -9003 100000 2022-10-10 14:48:10
Agent Blatant Ernest + Julio 21 50886 -49114 -21659 100000 2022-11-28 16:04:39
Dies Irae Jason Creasey 19 87076 -12924 -4666 100000 2022-10-10 14:53:17
Paranormal Inspector K 20 84065 -15935 -6374 100000 2022-10-05 15:06:19
Click Bait S3RL feat. GL!TCH 20 88233 -11767 -4707 100000 2022-11-02 13:18:47
EternuS Sanxion7 20 91709 -8291 -3316 100000 2022-10-14 11:30:09
Bumble Bee Bambee 20 88163 -11837 -4735 100000 2022-11-02 13:16:38
Music & Police CJ Crew & KaW feat. Christian D. 21 80015 -19985 -8813 100000 2022-10-31 14:49:39
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 79055 -20945 -10137 100000 2022-10-07 12:47:54
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 85510 -14490 -6390 100000 2022-10-05 13:17:51
Baby Love Me Judy Crystal 21 86254 -13746 -6062 100000 2022-11-28 16:10:51
The Judgement Day Naoki feat. Riyu Kosaka 19 86596 -13404 -4839 100000 2022-12-09 13:59:32
Cartoon Heroes Barbie Young 21 74741 -25259 -11139 100000 2022-10-10 13:52:45
Step Up Amadeus BanYa 22 63405 -36595 -17712 100000 2022-10-07 12:54:16
Paradox Naoki feat. Riyu Kosaka 20 89652 -10348 -4139 100000 2022-12-31 12:17:24
Kalinka Quiqman 20 90084 -9916 -3966 100000 2022-10-07 12:50:12
Have Fun Rameses B 21 73600 -26400 -11642 100000 2022-10-14 11:27:13
Demon's World CJ Crew 22 60297 -39703 -19216 100000 2022-10-28 15:04:40
Vodka The Royal Eurobeat Orchestra of Bazookistan 21 77342 -22658 -9992 100000 2022-10-05 10:56:36
Orbit Ellis 19 85336 -14664 -5294 100000 2022-11-30 12:08:37
Perks Bibi Gold 21 84728 -15272 -6735 100000 2022-11-28 16:08:14
Crab Rave Noisestorm 20 83854 -16146 -6458 100000 2022-12-14 12:55:51
Techno World NAOKI underground 22 71611 -28389 -13740 100000 2023-04-01 14:47:26
  BENCHMARKS  
Loading Time: Base Classes  0.0031
Controller Execution Time ( Main / Rival )  2.1256
Total Execution Time  2.1290
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,905,944 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/5138/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.1123 seconds)  (Hide)
0.0050   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` = '5138'
GROUP BY `gs`.`grade
0.0026   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` = '5138'
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` = '5138'
AND `r`.`name` = 'total' 
2.1043   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)