Yoripi


Total World Records: ??
Country: US

Stars Earned
26
3
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
Joanna Crazy Loop 19 93531 -6469 -2335 100000 2023-11-26 09:39:22
Mexi Mexi Mozquito 20 96368 -3632 -1453 100000 2023-10-22 08:54:29
Unity TheFatRat 21 95720 -4280 -1887 100000 2022-08-07 10:33:07
EternuS Sanxion7 20 93857 -6143 -2457 100000 2023-10-22 09:39:54
Bumble Bee Bambee 20 96768 -3232 -1293 100000 2022-08-28 07:08:54
Waka Laka Jenny Rom vs. The Zippers 21 91147 -8853 -3904 100000 2022-08-28 09:22:50
Typical Tropical Bambee 19 95212 -4788 -1728 100000 2022-08-07 10:46:12
Young Forever Rebecca 20 95958 -4042 -1617 100000 2023-11-26 06:59:11
Justify My Love Tess 21 97487 -2513 -1108 100000 2022-08-07 10:58:01
Bye Bye Baby Balloon Joga 21 89071 -10929 -4820 100000 2022-08-07 10:51:31
Music & Police CJ Crew & KaW feat. Christian D. 21 93639 -6361 -2805 100000 2022-08-28 09:38:36
Stay Tess 20 96500 -3500 -1400 100000 2022-08-07 11:14:27
My Baby Mama Anquette 21 90696 -9304 -4103 100000 2022-08-07 06:58:08
Magic Mystery Tour KaW feat. Paula Terry 19 90161 -9839 -3552 100000 2023-11-26 06:48:02
Electro Asia Re-venge Phoenix 21 88578 -11422 -5037 100000 2023-11-26 09:05:35
Megalovania Toby Fox 21 91525 -8475 -3737 100000 2022-08-07 11:05:11
BU-44 Naoki 21 92328 -7672 -3383 100000 2022-08-07 06:55:15
Melancholy Vision DE-SIRE 24 80132 -19868 -11444 100000 2022-08-28 10:05:48
Operator Miss Papaya 19 97932 -2068 -747 100000 2022-08-07 10:07:31
Kick It Man KaW feat. DAZ 19 97489 -2511 -906 100000 2023-11-26 06:45:50
Paradox Naoki feat. Riyu Kosaka 20 98267 -1733 -693 100000 2022-08-07 11:20:52
403 NAOKI underground 23 87988 -12012 -6354 100000 2023-11-26 09:55:22
Pump the Rhythm Ultimate Heights 21 95260 -4740 -2090 100000 2022-08-07 11:55:22
Cyber-Kyoto- Re-venG 20 96172 -3828 -1531 100000 2023-11-26 07:05:11
Everybody Dance X-Rated 22 91080 -8920 -4317 100000 2022-08-28 09:59:25
Dark Fenix DE-SIRE 22 89106 -10894 -5273 100000 2022-08-28 10:02:11
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 87775 -12225 -6467 100000 2023-11-26 07:19:06
Demon's World CJ Crew 22 86218 -13782 -6670 100000 2023-11-26 09:42:08
STOP! & Go Onyx 21 90154 -9846 -4342 100000 2023-11-26 09:45:44
Samurai Rameses B 22 84689 -15311 -7411 100000 2023-11-26 09:30:52
  BENCHMARKS  
Loading Time: Base Classes  0.0039
Controller Execution Time ( Main / Rival )  3.8362
Total Execution Time  3.8403
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,919,936 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7003/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.8214 seconds)  (Hide)
0.0065   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` = '7003'
GROUP BY `gs`.`grade
0.0016   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` = '7003'
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` = '7003'
AND `r`.`name` = 'total' 
3.8131   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)