RYOKU


Total World Records: ??
Country: JP

Stars Earned
8
2
23
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
Unity TheFatRat 21 85870 -14130 -6231 100000 2022-12-12 03:36:08
Go 60 Go Takoyaki 24 66635 -33365 -19218 100000 2026-05-01 02:21:59
Gargoyle Sanxion7 24 85285 -14715 -8476 100000 2022-12-12 03:46:52
Utopia Smiley 22 90543 -9457 -4577 100000 2022-12-12 05:45:11
Xuxa Smiley 23 92477 -7523 -3980 100000 2026-05-01 02:12:07
Boom Boom Dollars King Kong & D'Jungle Girls 21 95202 -4798 -2116 100000 2026-05-01 02:07:16
The Beginning DJ Doo 26 69783 -30217 -20427 100000 2022-12-12 04:02:08
Bumble Bee Bambee 20 78745 -21255 -8502 100000 2023-12-10 02:39:42
Waka Laka Jenny Rom vs. The Zippers 21 93046 -6954 -3067 100000 2026-05-01 00:30:53
Flash In The Night Flashman 22 87315 -12685 -6140 100000 2026-05-01 00:18:27
Hero Miss Papaya 20 96414 -3586 -1434 100000 2026-05-01 03:10:42
Senorita Jenny Rom 23 88656 -11344 -6001 100000 2026-05-01 02:24:59
The Saint Goes Marching The Saint 21 92611 -7389 -3259 100000 2026-05-01 03:56:13
Pink Dinosaur Miss Papaya 19 97416 -2584 -933 100000 2026-05-01 03:27:23
Anubis Banzai 20 92621 -7379 -2952 100000 2026-05-01 00:34:53
Music & Police CJ Crew & KaW feat. Christian D. 21 90602 -9398 -4145 100000 2026-05-01 00:43:41
So Deep Silvertear 21 94430 -5570 -2456 100000 2026-05-01 00:26:58
Stay Tess 20 92690 -7310 -2924 100000 2026-05-01 03:30:18
Fantasy Melissa 21 86630 -13370 -5896 100000 2026-05-01 01:11:33
Living In America Rose & John 22 89573 -10427 -5047 100000 2026-05-01 00:40:49
MAX428 Omega 27 8946 -90876 -66249 99822 2022-12-12 03:25:55
Megalovania Toby Fox 21 91935 -8065 -3557 100000 2026-05-01 01:49:42
Beethoven Virus BanYa 22 93384 -6616 -3202 100000 2022-12-12 05:40:37
BU-44 Naoki 21 82100 -17900 -7894 100000 2022-12-12 03:18:44
Do It All Night E-Rotic 20 96069 -3931 -1572 100000 2026-05-01 00:14:54
Summer Smiley 25 78731 -21269 -13293 100000 2022-12-12 03:41:26
Winter BanYa 25 47857 -52143 -32589 100000 2022-12-12 04:03:54
Operator Miss Papaya 19 97294 -2706 -977 100000 2026-05-01 00:46:31
Turn Me On E-Rotic 20 96596 -3404 -1362 100000 2026-05-01 03:58:33
Get Up'n Move S & K 20 94144 -5856 -2342 100000 2026-05-01 00:21:36
The Call of Wilderness Electron 22 84461 -15539 -7521 100000 2023-12-10 02:37:09
Para-Symptoms 165 23 86460 -13540 -7163 100000 2022-12-12 03:31:13
Energizer ZiGZaG 23 77907 -22093 -11687 100000 2023-12-10 02:42:34
TURBO Tokyo Machine 21 89613 -10387 -4581 100000 2022-12-12 03:44:16
The 7 Jump Ken-D 19 6757 -93243 -33661 100000 2026-05-01 03:53:38
Happy Holiday Luv Limited -NM- 21 95623 -4377 -1930 100000 2026-05-01 03:12:55
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  4.7382
Total Execution Time  4.7410
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,057,696 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/3557/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 (4.7300 seconds)  (Hide)
0.0030   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` = '3557'
GROUP BY `gs`.`grade
0.0021   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` = '3557'
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` = '3557'
AND `r`.`name` = 'total' 
4.7248   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)