akudo


Country: JP

Stars Earned
19
2
25
2

Wild Mode Embed Generic Embed

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

Total Score Count: 48

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 98582 2022-02-06 04:01:18
Dynamo Oscillator X 19 99625 2022-02-06 04:10:21
Flight Of The Bumble Bee MonstDeath 25 42493 2019-02-02 02:16:04
Frozen Fire Kbit 23 93585 2022-02-06 04:40:05
In The Hall Of The Mountain King KaW 22 88074 2019-09-14 08:56:24
Remember December Smiley 22 91636 2019-09-14 08:56:24
Firewalker Xenon 19 98072 2022-02-06 04:40:05
Birdie Doolittle 19 93536 2019-02-02 02:33:57
Can't Let Go Jenna Drey 19 96477 2021-10-24 06:49:27
Change The World Nathalie & Kim Lukas 19 99172 2021-10-24 06:49:27
Hard Fast Disco Darwin 24 2261 2019-02-09 03:45:01
That Night Eskimo & Icebird 21 84686 2019-09-14 08:56:24
Ba Be Loo Be La Kristeen 20 93740 2023-04-06 07:10:45
Blow My Mind Alphadelta 19 97735 2021-10-24 06:43:08
Bounce Crew 7 19 97617 2021-10-24 06:43:08
Endless Day Verona 19 98846 2022-02-06 04:24:16
Everything Is Changing Rikah 19 98936 2022-02-06 04:24:16
Funny Love Dan Balan 19 98325 2022-02-17 08:37:04
Fleadh Uncut Ian Parker 21 82919 2019-08-18 03:14:43
My Life Is So Crazy Initial P 24 89897 2021-10-07 12:29:41
Pop4 Vibes & Wishdokta 22 89444 2019-09-07 05:23:36
Dies Irae Jason Creasey 19 97658 2022-02-06 04:10:21
Click Bait S3RL feat. GL!TCH 20 98507 2021-10-31 06:36:17
EternuS Sanxion7 20 91795 2020-12-13 08:14:17
Gargoyle Sanxion7 24 87183 2021-06-07 16:41:25
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 99289 2022-02-06 04:24:16
Coming Out Playmaker feat. Robina 19 98914 2021-10-24 06:49:27
Hero Miss Papaya 20 92940 2020-11-03 03:29:47
A Sign Tipsy & Tipsy 23 91404 2023-07-04 04:54:58
Anubis Banzai 20 97589 2023-07-04 04:59:06
Devil Inside CRMNL 19 98325 2022-02-06 04:10:21
Dolphin Talk Pyramyth 23 97793 2021-10-03 03:01:07
Mozart Is Back Rose 24 86673 2021-07-11 12:33:27
Sky High Lucyfer 20 98993 2021-09-26 13:08:08
Butterfly Swingrowers 19 98293 2021-10-24 06:43:08
Cartoon Heroes Barbie Young 21 98292 2021-06-07 17:20:12
Step Up Amadeus BanYa 22 98432 2021-06-07 16:14:48
Kick It Man KaW feat. DAZ 19 99131 2021-06-06 10:39:00
Canon D.2 Yahpp 23 98437 2021-09-26 13:08:08
Grab It While We Can FantastixX 19 98656 2022-02-17 08:43:44
Never Ending Story DJ AC-DC 20 98668 2021-09-26 13:08:08
403 NAOKI underground 23 91101 2023-07-04 04:39:02
High On Your Love Safura 19 97690 2022-02-17 08:43:44
7th Trip NM underground artifact 22 92829 2023-07-04 04:40:50
The Call of Wilderness Electron 22 90403 2023-03-28 07:21:14
All For One IVD x Dee Dee x Kenny Hayes 21 94778 2023-07-04 04:57:14
2NITE nanobii 21 94128 2023-07-04 04:37:12
A Little Love Glitterati 21 95722 2023-07-04 04:44:49
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Scores )  0.0881
Total Execution Time  0.0919
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,586,160 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/1012
  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.0727 seconds)  (Hide)
0.0518   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` = '1012'
GROUP BY `gs`.`grade
0.0205   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` = '1012'
AND `ghs`.`private` = 
0.0004   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` = '1012'
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)