DaKirbyDood


Country: US

Stars Earned
8
22
11
2

Wild Mode Embed Generic Embed

Currently displaying scores for mode. Select another difficulty to view scores for it.

Total Score Count: 43

Song Title Artist Level Score Grade Date
Remember December Smiley 22 87341 2026-04-25 00:31:18
Start & Paws Oscillator X 19 82788 2024-07-04 03:52:11
Show Me Your Moves Auvic 20 26749 2026-04-09 00:01:29
Blow My Mind Alphadelta 19 75622 2026-04-25 00:05:41
I Love You Baby Pandera 21 86065 2026-04-08 23:51:01
Fleadh Uncut Ian Parker 21 78198 2026-04-10 22:44:55
Gallecode NoVus 20 87628 2026-04-25 00:11:08
I Think I Like That Sound Kid Whatever 20 74727 2024-07-04 04:00:20
Ize Pie Headtwist & Pump 19 78188 2026-04-08 23:32:05
Spin Chicken Freebie & The Bean 21 82552 2026-04-25 00:56:44
Get Busy Bassmonkeys & Bianca Lindgren 20 79108 2026-04-25 00:09:07
Click Bait S3RL feat. GL!TCH 20 82147 2024-07-04 04:03:53
July Smiley 20 47540 2024-07-04 04:07:19
Become Astral Ash Astral 22 11310 2026-04-25 00:28:11
Anubis Banzai 20 67424 2026-04-08 23:28:22
Dolphin Talk Pyramyth 23 83607 2026-04-25 00:45:23
Nightmare FSJ feat. Tara Louise 21 83315 2026-04-25 01:07:49
Night Of Fright Justin Corza & 420 22 14101 2024-07-04 03:41:43
Bring Your Lovin Back Fracus 20 85598 2024-07-04 03:55:51
Delirium Smiley 23 35584 2026-04-25 00:51:33
Take Me Away Fracus & Darwin 23 76557 2026-04-25 01:03:34
Charlene Missing Heart 22 22339 2026-04-09 00:15:02
SubZero Donk Terrorist vs. 204 22 43773 2026-04-25 00:41:24
Forever Schustin 21 86203 2026-04-25 00:21:03
Robot World Oscillator X 19 77530 2024-07-04 03:49:33
BUBBLES Tokyo Machine 22 24470 2026-04-09 00:17:29
Have Fun Rameses B 21 83100 2026-04-25 00:18:39
How We Win FWLR 21 87236 2026-04-25 00:16:35
Get Busy KOYOTIE 22 70688 2026-04-09 00:07:16
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 79371 2026-04-25 01:00:00
Forever and a Day Dy5on feat. Silver Angelina 22 89119 2026-04-25 00:24:42
Candy Pop Luv Limited -NM- 21 78750 2026-04-10 22:41:20
Zen Re-venG 22 89127 2026-04-25 00:48:38
Daydream Danny Leax 21 85105 2026-04-08 23:44:28
Love Toxic FACTOR-X 21 87203 2026-04-25 00:35:45
Running In The 90s Max Coveri 23 9344 2026-04-25 01:14:05
Proper Rhythm peak divide 21 88140 2026-04-25 01:11:04
BUSTED Boom Kitty & Teminite & Tokyo Machine 22 47079 2026-04-08 23:38:32
Rubix Cube Rusko 21 41454 2026-04-08 23:56:53
Ancient Tech Mameyudoufu 22 76579 2026-04-08 23:41:20
Better Now JTS 21 80234 2026-04-10 22:38:47
Stylewave Waterflame 22 89531 2026-04-25 00:39:20
Knock! VIZZEN 21 81409 2026-04-08 23:53:55
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0115
Total Execution Time  0.0144
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,632,160 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/17240
  CLASS/METHOD  
main/scores
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 3 (0.0031 seconds)  (Hide)
0.0022   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` = '17240'
GROUP BY `gs`.`grade
0.0007   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` = '17240'
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` = '17240'
AND `r`.`name` = 'total' 
  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)