jojooo


Total World Records: ??
Country: US

Stars Earned
1
27
3
3

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
Time is Ticking Elpis feat. Black Elway 19 64668 -35332 -12755 100000 2024-07-25 22:04:15
Day After Day Rikah 20 80365 -19635 -7854 100000 2024-12-20 23:18:53
Firewalker Xenon 19 77253 -22747 -8212 100000 2024-07-25 21:40:06
Birdie Doolittle 19 72764 -27236 -9832 100000 2024-05-29 21:42:28
Don't Stop My Music Tonight David Dima 22 43235 -56765 -27474 100000 2024-12-20 22:53:11
Joanna Crazy Loop 19 81947 -18053 -6517 100000 2024-11-22 20:01:26
Medicine 2013 Kim Leoni 19 82412 -17588 -6349 100000 2024-12-20 22:48:05
Everything Is Changing Rikah 19 79163 -20837 -7522 100000 2024-11-08 23:49:26
Ize Pie Headtwist & Pump 19 34072 -65928 -23800 100000 2024-05-29 21:49:27
Dies Irae Jason Creasey 19 80946 -19054 -6878 100000 2024-07-25 21:38:01
Ladybug Coconut 19 82412 -17588 -6349 100000 2024-07-25 21:11:26
Click Bait S3RL feat. GL!TCH 20 82104 -17896 -7158 100000 2024-12-20 23:16:42
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 78271 -21729 -7844 100000 2024-05-29 21:47:21
Typical Tropical Bambee 19 44463 -55537 -20049 100000 2024-05-29 22:02:40
Anubis Banzai 20 79259 -20741 -8296 100000 2024-11-22 20:03:53
No Princess Lynn 19 81495 -18505 -6680 100000 2024-05-29 23:08:30
Devil Inside CRMNL 19 89344 -10656 -3847 100000 2024-10-25 20:58:21
Sky High Lucyfer 20 79180 -20820 -8328 100000 2024-11-29 22:51:38
Bring Your Lovin Back Fracus 20 86281 -13719 -5488 100000 2024-10-25 21:03:10
No Nobody's Love Joga 20 82580 -17420 -6968 100000 2024-11-29 22:56:20
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 83120 -16880 -7444 100000 2024-11-29 22:43:58
Spaceman Bambee & Lynn 20 80304 -19696 -7878 100000 2024-11-29 22:46:05
Do It All Night E-Rotic 20 76103 -23897 -9559 100000 2024-05-29 22:51:20
The Judgement Day Naoki feat. Riyu Kosaka 19 86148 -13852 -5001 100000 2024-12-14 20:29:08
Operator Miss Papaya 19 80752 -19248 -6949 100000 2024-07-25 21:13:26
Kick It Man KaW feat. DAZ 19 81906 -18094 -6532 100000 2024-05-29 23:11:23
Paradox Naoki feat. Riyu Kosaka 20 81304 -18696 -7478 100000 2024-11-29 22:53:54
Lay It Down Tchorta & Gui Boratto 19 86433 -13567 -4898 100000 2024-10-25 21:00:41
Right Into You The Tech Team 20 85143 -14857 -5943 100000 2024-11-29 22:48:14
Born to Run Red Parker 19 89200 -10800 -3899 100000 2024-11-22 19:59:03
Bambole (Ole) Papa Gonzalez 20 79372 -20628 -8251 100000 2024-12-14 20:31:13
Nothing Else Matters Katya Ocean 19 82172 -17828 -6436 100000 2024-07-25 22:06:26
The 7 Jump Ken-D 19 90987 -9013 -3254 100000 2024-12-14 20:27:00
Be Alright Red Parker 20 81753 -18247 -7299 100000 2024-11-29 22:41:15
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  3.1156
Total Execution Time  3.1186
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,929,592 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/16378/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.1070 seconds)  (Hide)
0.0086   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` = '16378'
GROUP BY `gs`.`grade
0.0058   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` = '16378'
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` = '16378'
AND `r`.`name` = 'total' 
3.0923   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)