Bays


Total World Records: ??
Country: JP

Stars Earned
30
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
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 89897 -10103 -5819 100000 2021-11-01 14:27:06
Go 60 Go Takoyaki 24 82314 -17686 -10187 100000 2021-06-23 20:42:40
Holy Guacamole Chucho Merchán 23 94506 -5494 -2906 100000 2022-03-24 13:03:22
My Life Is So Crazy Initial P 24 87109 -12891 -7425 100000 2023-05-09 13:17:04
Paradise Smiley 24 92207 -7793 -4489 100000 2021-06-23 20:42:40
Pop4 Vibes & Wishdokta 22 91674 -8326 -4030 100000 2022-08-13 06:33:05
Spin Chicken Freebie & The Bean 21 90833 -9167 -4043 100000 2021-11-01 14:47:43
Sunshine Triple J 22 85913 -14087 -6818 100000 2020-11-03 13:31:40
Gargoyle Sanxion7 24 94316 -5684 -3274 100000 2021-09-18 20:30:10
Pink Fuzzy Bunnies Wonderboy 25 91797 -8203 -5127 100000 2022-03-24 13:03:22
Xuxa Smiley 23 89689 -10311 -5455 100000 2021-11-01 14:54:50
Waka Laka Jenny Rom vs. The Zippers 21 94936 -5064 -2233 100000 2021-11-01 14:27:06
Flash In The Night Flashman 22 93494 -6506 -3149 100000 2023-05-16 11:44:57
Monolith Affinity 25 88575 -11425 -7141 100000 2022-08-13 06:35:12
Senorita Jenny Rom 23 95433 -4567 -2416 100000 2023-05-09 13:14:56
Who R You Leo Pigot 21 89654 -10346 -4563 100000 2020-11-17 14:13:32
The Saint Goes Marching The Saint 21 95365 -4635 -2044 100000 2021-11-01 14:54:50
Exotica Banzai 23 89428 -10572 -5593 100000 2023-05-28 08:20:52
Your Own Destiny Entity & Darwin 24 77167 -22833 -13152 100000 2022-07-10 08:15:51
Speed Over Beethoven Rose 22 93121 -6879 -3329 100000 2021-07-19 21:42:02
Dolphin Talk Pyramyth 23 93016 -6984 -3695 100000 2021-06-23 20:26:33
Mozart Is Back Rose 24 94224 -5776 -3327 100000 2022-03-24 12:55:25
MAX428 Omega 27 13762 -86060 -62738 99822 2021-11-01 14:54:50
Night Of Fright Justin Corza & 420 22 91452 -8548 -4137 100000 2023-04-25 13:07:54
Beethoven Virus BanYa 22 94595 -5405 -2616 100000 2021-11-01 14:47:43
Winter BanYa 25 90791 -9209 -5756 100000 2021-07-19 21:42:02
Dr. M BanYa 23 91506 -8494 -4493 100000 2021-11-01 14:47:43
William Tell Quiqman 24 93662 -6338 -3651 100000 2021-11-01 13:48:59
403 NAOKI underground 23 94260 -5740 -3036 100000 2022-03-24 12:55:25
Cyber-Kyoto- Re-venG 20 95697 -4303 -1721 100000 2022-07-11 14:04:58
Kalinka Quiqman 20 97312 -2688 -1075 100000 2022-07-11 14:03:18
Cosmic Drive Quiqman 22 90575 -9425 -4562 100000 2022-07-11 14:01:38
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 93398 -6602 -3492 100000 2023-05-09 13:12:50
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 96030 -3970 -2100 100000 2023-07-04 12:15:01
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.8443
Total Execution Time  2.8472
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,928,416 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/2457/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.8334 seconds)  (Hide)
0.1565   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` = '2457'
GROUP BY `gs`.`grade
0.0872   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` = '2457'
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` = '2457'
AND `r`.`name` = 'total' 
2.5894   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)