Infinite99


Total World Records: ??
Country: CA

Stars Earned
7
5
15

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
Show Me Your Moves Auvic 20 85539 -14461 -5784 100000 2023-05-20 19:00:34
Zodiac Banzai 21 34107 -65893 -29059 100000 2023-05-20 17:42:07
Crazyloop Crazy Loop 22 95768 -4232 -2048 100000 2023-05-20 19:53:01
Fleadh Uncut Ian Parker 21 91752 -8248 -3637 100000 2023-05-20 18:55:43
Psalm Pilot Jason Creasey 20 90488 -9512 -3805 100000 2023-05-20 18:03:02
Reactor Jason Creasey 19 94350 -5650 -2040 100000 2023-05-20 19:02:48
Do U Love Me DJ Doo 21 80219 -19781 -8723 100000 2023-05-20 18:41:51
Flash In The Night Flashman 22 88520 -11480 -5556 100000 2023-05-20 19:11:40
Ghosts Tenth Planet 20 83565 -16435 -6574 100000 2023-05-20 18:36:00
Bye Bye Baby Balloon Joga 21 1770 -98230 -43319 100000 2023-05-20 17:24:55
What Love Feels Like Leonail 20 95642 -4358 -1743 100000 2023-05-20 18:06:29
Charlene Missing Heart 22 31530 -68470 -33139 100000 2023-05-20 18:08:59
Forever Schustin 21 91349 -8651 -3815 100000 2023-05-20 18:38:30
Cryosleep Machinae Supremacy 20 79535 -20465 -8186 100000 2023-05-20 17:44:50
Katana Fighter Electron 22 83614 -16386 -7931 100000 2023-05-20 17:50:51
Sky High DJ Miko 20 92184 -7816 -3126 100000 2023-05-20 19:23:46
Queen Of Light E-Rotic 21 91644 -8356 -3685 100000 2023-05-20 18:25:31
Disco High Ultimate Heights 21 97580 -2420 -1067 100000 2023-05-20 19:14:48
Outbreak Feint feat. MYLK 23 33744 -66256 -35049 100000 2023-05-20 18:00:31
Dystopia 2077 F.O.O.L & The Forgotten 23 50345 -49655 -26267 100000 2023-05-20 19:50:08
Space Boy Rameses B, Feint & Veela 22 79379 -20621 -9981 100000 2023-05-20 19:37:10
Midnight Train More Plastic & Tylah Winyard 22 83486 -16514 -7993 100000 2023-05-20 19:40:43
Right Into You The Tech Team 20 93777 -6223 -2489 100000 2023-05-20 18:27:54
Crab Rave Noisestorm 20 89904 -10096 -4038 100000 2023-05-20 17:48:06
Therapy Conro 20 89780 -10220 -4088 100000 2023-05-20 18:18:33
Northern Lights Saxsquatch 21 91549 -8451 -3727 100000 2023-05-20 18:52:58
Down Low Hr. Troels x Felix Schorn 20 92788 -7212 -2885 100000 2023-05-20 18:44:03
  BENCHMARKS  
Loading Time: Base Classes  0.0038
Controller Execution Time ( Main / Rival )  2.9518
Total Execution Time  2.9559
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,907,000 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9831/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.9360 seconds)  (Hide)
0.0024   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` = '9831'
GROUP BY `gs`.`grade
0.0019   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` = '9831'
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` = '9831'
AND `r`.`name` = 'total' 
2.9316   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)