Kiben


Total World Records: ??
Country: US

Stars Earned
3
8
12
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 14805 -85195 -53247 100000 2024-02-18 03:10:26
Frozen Fire Kbit 23 84412 -15588 -8246 100000 2024-02-19 23:58:28
In The Hall Of The Mountain King KaW 22 89049 -10951 -5300 100000 2024-02-19 23:46:29
Monody TheFatRat feat. Laura Brehm 22 93082 -6918 -3348 100000 2024-02-19 23:48:39
Paradise Smiley 24 84696 -15304 -8815 100000 2024-02-18 03:20:46
Sunshine Triple J 22 93296 -6704 -3245 100000 2024-02-19 23:42:30
Gargoyle Sanxion7 24 83932 -16068 -9255 100000 2024-02-18 02:24:46
Zenith Sanxion7 24 52131 -47869 -27573 100000 2024-02-18 03:13:55
Xuxa Smiley 23 84761 -15239 -8061 100000 2024-02-20 00:04:08
Bumble Bee Bambee 20 95346 -4654 -1862 100000 2024-02-18 02:22:15
Monolith Affinity 25 60654 -39346 -24591 100000 2024-02-18 03:07:05
The Saint Goes Marching The Saint 21 92113 -7887 -3478 100000 2024-02-18 03:17:10
A Sign Tipsy & Tipsy 23 90458 -9542 -5048 100000 2024-02-19 23:51:40
Dam Dariram Joga 20 86880 -13120 -5248 100000 2024-02-18 01:48:45
Speed Over Beethoven Rose 22 90708 -9292 -4497 100000 2024-02-19 23:37:49
Mozart Is Back Rose 24 81218 -18782 -10818 100000 2024-02-18 02:35:11
Winter BanYa 25 44892 -55108 -34443 100000 2024-02-18 02:28:42
Dr. M BanYa 23 82955 -17045 -9017 100000 2024-02-19 23:56:19
Melancholy Vision DE-SIRE 24 80663 -19337 -11138 100000 2024-02-18 03:22:42
Step Up Amadeus BanYa 22 90153 -9847 -4766 100000 2024-02-19 23:40:34
Canon D.2 Yahpp 23 87911 -12089 -6395 100000 2024-02-19 23:54:17
William Tell Quiqman 24 83614 -16386 -9438 100000 2024-02-18 02:32:03
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 87261 -12739 -6739 100000 2024-02-20 00:01:19
Candy Pop Luv Limited -NM- 21 89293 -10707 -4722 100000 2024-02-18 02:19:59
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  3.9140
Total Execution Time  3.9167
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,905,392 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14103/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.8936 seconds)  (Hide)
0.0022   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` = '14103'
GROUP BY `gs`.`grade
0.0045   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` = '14103'
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` = '14103'
AND `r`.`name` = 'total' 
3.8866   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)