Ayaka


Total World Records: ??
Country: GB

Stars Earned
19
6

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
Hyper Hyper Smiley 22 93736 -6264 -3032 100000 2024-08-10 09:16:54
Remember December Smiley 22 95815 -4185 -2026 100000 2024-10-26 10:15:47
Zodiac Banzai 21 94035 -5965 -2631 100000 2025-04-05 09:19:47
Da Roots Mind Reflection 20 96893 -3107 -1243 100000 2025-04-05 09:07:23
Holy Guacamole Chucho Merchán 23 94914 -5086 -2690 100000 2024-08-03 09:23:06
My Life Is So Crazy Initial P 24 79716 -20284 -11684 100000 2025-02-22 10:28:07
Soapy Bubble Fragmentz 23 85370 -14630 -7739 100000 2024-10-26 10:18:09
Temple Of Boom Yannis Kamarinos 23 96355 -3645 -1928 100000 2024-08-10 09:56:25
EternuS Sanxion7 20 94045 -5955 -2382 100000 2024-10-26 10:05:33
Gargoyle Sanxion7 24 92282 -7718 -4446 100000 2024-08-10 09:31:04
Rainspark Sanxion7 21 94106 -5894 -2599 100000 2025-04-05 09:16:38
Xuxa Smiley 23 91034 -8966 -4743 100000 2025-02-22 10:23:36
Monolith Affinity 25 85686 -14314 -8946 100000 2025-06-21 09:25:44
Senorita Jenny Rom 23 89961 -10039 -5311 100000 2024-10-26 09:24:47
Exotica Banzai 23 93817 -6183 -3271 100000 2024-10-26 09:22:24
Kagami KaW 21 92859 -7141 -3149 100000 2025-02-22 10:14:43
Summer Smiley 25 84737 -15263 -9539 100000 2025-02-22 10:35:30
Paradox Naoki feat. Riyu Kosaka 20 92844 -7156 -2862 100000 2025-02-22 10:09:50
Ring The Alarm M-Project & Signal 22 97016 -2984 -1444 100000 2024-08-10 09:28:31
Dark Fenix DE-SIRE 22 86210 -13790 -6674 100000 2025-04-05 09:12:04
Energizer ZiGZaG 23 87002 -12998 -6876 100000 2025-04-05 09:29:37
EMEA Re-venG 24 93402 -6598 -3800 100000 2025-04-05 09:27:57
Kibo Dion Timmer 22 88237 -11763 -5693 100000 2025-06-21 09:08:06
Paranoid 180 24 83587 -16413 -9454 100000 2024-10-26 09:34:36
Set My Heart On Fire Rocket Man 22 92642 -7358 -3561 100000 2025-02-22 10:16:40
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  3.0038
Total Execution Time  3.0068
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,894,760 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7808/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.9938 seconds)  (Hide)
0.0035   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` = '7808'
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` = '7808'
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` = '7808'
AND `r`.`name` = 'total' 
2.9882   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)