SUTERU


Total World Records: ??
Country: JP

Stars Earned
16
12
5
1

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
Party All Night KaW feat. Sam-I-Am 20 93245 -6755 -2702 100000 2024-08-23 06:11:59
Y Don't U Deeper Territory 22 75686 -24314 -11768 100000 2024-08-23 08:00:40
Surf Hyper Potions 22 87573 -12427 -6015 100000 2024-08-23 08:04:39
Go 60 Go Takoyaki 24 13720 -86280 -49697 100000 2025-01-30 05:22:32
Darkness Sanxion7 22 95455 -4545 -2200 100000 2024-08-23 07:56:47
Gargoyle Sanxion7 24 84518 -15482 -8918 100000 2024-08-23 07:11:43
Pink Fuzzy Bunnies Wonderboy 25 6265 -93735 -58584 100000 2024-08-23 07:09:03
Pink Dinosaur Miss Papaya 19 94133 -5867 -2118 100000 2025-01-30 04:59:58
Living In America Rose & John 22 90599 -9401 -4550 100000 2024-08-23 06:43:58
Speed Over Beethoven Rose 22 78835 -21165 -10244 100000 2024-08-23 06:14:47
July ReduX Entity 23 87202 -12798 -6770 100000 2024-08-23 06:46:34
MAX428 Omega 27 5602 -94220 -68686 99822 2024-08-23 06:49:00
Megalovania Toby Fox 21 90403 -9597 -4232 100000 2025-01-30 05:09:11
My Generation Captain Jack 20 95245 -4755 -1902 100000 2024-08-23 06:18:48
Nori Nori Nori Judy Crystal 21 90870 -9130 -4026 100000 2024-08-23 06:21:12
Csikos Post BanYa 22 77900 -22100 -10696 100000 2024-08-23 07:54:29
Show U Love Entity 22 90821 -9179 -4443 100000 2024-08-23 06:27:42
Take Me Away Fracus & Darwin 23 86313 -13687 -7240 100000 2024-08-23 06:32:16
Temple Of Love E-Rotic 21 87281 -12719 -5609 100000 2025-01-30 05:47:43
Winter BanYa 25 2752 -97248 -60780 100000 2025-01-30 05:19:40
Dr. M BanYa 23 85120 -14880 -7872 100000 2024-08-23 06:54:59
Katana Fighter Electron 22 81631 -18369 -8891 100000 2025-01-30 05:50:13
Step Up Amadeus BanYa 22 89250 -10750 -5203 100000 2024-08-23 06:30:00
Test My Best E-Rotic 21 91223 -8777 -3871 100000 2025-01-30 05:38:32
Ring The Alarm M-Project & Signal 22 86301 -13699 -6630 100000 2025-01-30 05:12:47
Canon D.2 Yahpp 23 64591 -35409 -18731 100000 2024-08-23 08:02:37
We Do This Dance Victoria 22 83623 -16377 -7926 100000 2025-01-30 05:43:51
BUBBLES Tokyo Machine 22 90870 -9130 -4419 100000 2024-08-23 06:52:54
Stop Me Natsume Oki 21 97614 -2386 -1052 100000 2024-08-23 07:52:04
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 90659 -9341 -4941 100000 2024-08-23 07:06:23
Para-Symptoms 165 23 84469 -15531 -8216 100000 2024-08-23 06:23:14
Samurai Rameses B 22 12874 -87126 -42169 100000 2025-01-30 05:41:25
Let's Remember N.M.R 21 72855 -27145 -11971 100000 2025-01-30 05:06:23
SPEED KING David Kane 24 83357 -16643 -9586 100000 2024-08-23 06:57:45
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  3.3842
Total Execution Time  3.3872
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,929,040 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/18269/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 (3.3745 seconds)  (Hide)
0.0683   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` = '18269'
GROUP BY `gs`.`grade
0.0249   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` = '18269'
AND `ghs`.`private` = 
0.0015   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` = '18269'
AND `r`.`name` = 'total' 
3.2799   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)