Jbillions


Total World Records: ??
Country: US

Stars Earned
17
9
2

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
Don't Stop My Music Tonight David Dima 22 81193 -18807 -9103 100000 2023-04-25 21:52:01
The 7th Element Vitas 19 92096 -7904 -2853 100000 2023-04-03 20:24:35
The Last Time Zariis 23 85995 -14005 -7409 100000 2023-04-25 21:55:09
Blow My Mind Alphadelta 19 90429 -9571 -3455 100000 2023-05-23 19:19:15
Zodiac Banzai 21 60479 -39521 -17429 100000 2023-03-30 21:01:53
Agent Blatant Ernest + Julio 21 77513 -22487 -9917 100000 2023-03-23 21:12:07
Disconnected Disco Kid Whatever 20 85508 -14492 -5797 100000 2023-03-30 20:32:44
Dies Irae Jason Creasey 19 81237 -18763 -6773 100000 2023-03-30 23:24:53
Click Bait S3RL feat. GL!TCH 20 87402 -12598 -5039 100000 2023-05-23 20:10:19
Boom Boom Dollars King Kong & D'Jungle Girls 21 83595 -16405 -7235 100000 2023-03-30 23:26:33
Bumble Bee Bambee 20 90005 -9995 -3998 100000 2023-04-25 20:27:27
So Deep Silvertear 21 83189 -16811 -7414 100000 2023-04-03 20:59:59
Fantasy Melissa 21 85846 -14154 -6242 100000 2023-04-20 20:27:16
Speed Over Beethoven Rose 22 73623 -26377 -12766 100000 2023-03-30 23:28:13
Crime Time CJ Crew & KaW feat. Sedge 22 83347 -16653 -8060 100000 2023-05-02 21:52:26
Electro Asia Re-venge Phoenix 21 87612 -12388 -5463 100000 2023-04-20 20:30:24
Nori Nori Nori Judy Crystal 21 90655 -9345 -4121 100000 2023-05-02 21:49:38
Beethoven Virus BanYa 22 81265 -18735 -9068 100000 2023-03-23 21:15:27
Dr. M BanYa 23 69270 -30730 -16256 100000 2023-05-02 22:04:01
Get Up'n Move S & K 20 88750 -11250 -4500 100000 2023-04-03 20:27:21
Everybody Dance X-Rated 22 80844 -19156 -9272 100000 2023-05-23 20:16:59
The Shrimps Vertigini 20 82502 -17498 -6999 100000 2023-03-23 22:08:24
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 81681 -18319 -9691 100000 2023-05-23 20:14:06
Para-Symptoms 165 23 85068 -14932 -7899 100000 2023-04-03 20:31:46
Perks Bibi Gold 21 79759 -20241 -8926 100000 2023-04-03 20:57:37
EMEA Re-venG 24 80707 -19293 -11113 100000 2023-04-03 20:36:34
Bambole (Ole) Papa Gonzalez 20 90047 -9953 -3981 100000 2023-04-25 21:49:57
Blackstar Celldweller 22 88043 -11957 -5787 100000 2023-05-23 19:21:06
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  2.7378
Total Execution Time  2.7406
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,908,672 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9150/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.7294 seconds)  (Hide)
0.0037   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` = '9150'
GROUP BY `gs`.`grade
0.0035   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` = '9150'
AND `ghs`.`private` = 
0.0016   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` = '9150'
AND `r`.`name` = 'total' 
2.7206   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)