KiroUraya


Total World Records: ??
Country: US

Stars Earned
12
4
8
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 90179 -9821 -3928 100000 2023-10-28 08:03:51
Remember December Smiley 22 90651 -9349 -4525 100000 2023-10-29 09:09:35
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 19263 -80737 -46505 100000 2023-10-28 09:07:20
Crazyloop Crazy Loop 22 89664 -10336 -5003 100000 2023-10-28 07:50:59
I Think I Like That Sound Kid Whatever 20 91671 -8329 -3332 100000 2023-10-28 09:01:50
Psalm Pilot Jason Creasey 20 86578 -13422 -5369 100000 2023-10-28 07:45:48
ROM-eo & Juli8 Nina 19 94714 -5286 -1908 100000 2023-10-29 09:12:24
Spin Chicken Freebie & The Bean 21 92020 -7980 -3519 100000 2023-10-29 09:18:09
While Tha Rekkid Spinz DJ Zombie 22 91990 -8010 -3877 100000 2023-10-29 08:27:19
Gargoyle Sanxion7 24 22017 -77983 -44918 100000 2023-10-20 05:48:24
Xuxa Smiley 23 85521 -14479 -7659 100000 2023-10-20 07:22:35
Music & Police CJ Crew & KaW feat. Christian D. 21 82238 -17762 -7833 100000 2023-10-28 08:20:49
Your Own Destiny Entity & Darwin 24 68523 -31477 -18131 100000 2023-10-28 07:53:46
Fantasy Melissa 21 89661 -10339 -4559 100000 2023-10-29 09:06:05
Dam Dadi Doo Fantasy Project 22 79371 -20629 -9984 100000 2023-10-28 08:14:34
Pretty Ugly Yenn 20 96231 -3769 -1508 100000 2023-10-29 09:15:30
Megalovania Toby Fox 21 85272 -14728 -6495 100000 2023-10-20 08:03:27
Summer Smiley 25 51841 -48159 -30099 100000 2023-10-29 08:31:06
In The Heat Of The Night E-Rotic 20 92165 -7835 -3134 100000 2023-10-20 08:00:24
Ring The Alarm M-Project & Signal 22 84779 -15221 -7367 100000 2023-10-20 05:44:10
Contrast Donk Terrorist vs. Daniel Seven 22 77775 -22225 -10757 100000 2023-10-28 08:59:08
Get Up'n Move S & K 20 83190 -16810 -6724 100000 2023-10-28 09:04:55
Energizer ZiGZaG 23 24850 -75150 -39754 100000 2023-10-20 08:12:02
STOP! & Go Onyx 21 88041 -11959 -5274 100000 2023-10-28 08:01:44
Crab Rave Noisestorm 20 72689 -27311 -10924 100000 2023-10-28 08:56:41
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.1166
Total Execution Time  2.1194
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,903,944 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/12430/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.1086 seconds)  (Hide)
0.0011   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` = '12430'
GROUP BY `gs`.`grade
0.0018   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` = '12430'
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` = '12430'
AND `r`.`name` = 'total' 
2.1056   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)