k4ya


Total World Records: ??
Country: US

Stars Earned
4
22
6
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
Flight Of The Bumble Bee MonstDeath 25 20798 -79202 -49501 100000 2023-04-19 03:23:30
Cowbell Rock Pyramyth 23 55550 -44450 -23514 100000 2023-04-07 20:16:04
Dream A Dream Captain Jack 20 84635 -15365 -6146 100000 2024-09-20 23:40:26
Ba Be Loo Be La Kristeen 20 82006 -17994 -7198 100000 2023-04-07 20:12:56
Mexi Mexi Mozquito 20 79407 -20593 -8237 100000 2023-04-07 22:06:06
I Think I Like That Sound Kid Whatever 20 81870 -18130 -7252 100000 2023-04-19 00:55:50
Ize Pie Headtwist & Pump 19 76904 -23096 -8338 100000 2024-09-21 02:42:40
Darkness Sanxion7 22 87641 -12359 -5982 100000 2023-05-05 00:54:16
Gargoyle Sanxion7 24 79684 -20316 -11702 100000 2023-05-05 00:47:35
Zenith Sanxion7 24 48218 -51782 -29826 100000 2023-04-19 02:41:37
Who R You Leo Pigot 21 82258 -17742 -7824 100000 2023-04-07 22:01:05
Ghosts Tenth Planet 20 81298 -18702 -7481 100000 2023-05-05 01:21:10
So Deep Silvertear 21 73450 -26550 -11709 100000 2024-06-15 02:53:54
Speed Over Beethoven Rose 22 80839 -19161 -9274 100000 2024-09-21 02:27:44
Dam Dadi Doo Fantasy Project 22 31804 -68196 -33007 100000 2023-04-15 04:21:58
Megalovania Toby Fox 21 85989 -14011 -6179 100000 2024-09-20 23:44:07
Delirium Smiley 23 80993 -19007 -10055 100000 2023-04-19 02:56:46
Twelve Riyu Kosaka 20 83222 -16778 -6711 100000 2024-06-15 03:00:05
In The Heat Of The Night E-Rotic 20 84428 -15572 -6229 100000 2024-09-21 00:39:47
Cartoon Heroes Barbie Young 21 83235 -16765 -7393 100000 2023-04-19 01:15:58
403 NAOKI underground 23 78720 -21280 -11257 100000 2023-04-19 00:52:38
Disco High Ultimate Heights 21 91032 -8968 -3955 100000 2023-04-19 02:16:02
The Shrimps Vertigini 20 86545 -13455 -5382 100000 2023-04-19 01:25:40
Cosmic Drive Quiqman 22 88699 -11301 -5470 100000 2023-04-19 02:22:39
Have Fun Rameses B 21 84031 -15969 -7042 100000 2023-04-15 03:13:10
How We Win FWLR 21 84604 -15396 -6790 100000 2023-04-07 20:19:02
Rainbow Rave Parade Chime 24 78667 -21333 -12288 100000 2023-04-19 03:20:08
TURBO Tokyo Machine 21 89880 -10120 -4463 100000 2023-04-19 02:00:16
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 83542 -16458 -8706 100000 2025-03-19 04:08:47
Crab Rave Noisestorm 20 84174 -15826 -6330 100000 2024-09-21 02:23:10
EMEA Re-venG 24 80991 -19009 -10949 100000 2023-04-19 02:33:06
Heaven On Earth HELLO GLOOM 22 89263 -10737 -5197 100000 2025-03-19 03:26:23
FAR OUT Tokyo Machine 24 60285 -39715 -22876 100000 2024-06-15 03:23:15
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  2.7865
Total Execution Time  2.7895
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,939,744 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9325/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.7767 seconds)  (Hide)
0.0023   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` = '9325'
GROUP BY `gs`.`grade
0.0024   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` = '9325'
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` = '9325'
AND `r`.`name` = 'total' 
2.7717   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)