BRIAN8764


Total World Records: ??
Country: US

Stars Earned
5
22

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
Birdie Doolittle 19 98061 -1939 -700 100000 2025-09-23 19:17:20
Ba Be Loo Be La Kristeen 20 96506 -3494 -1398 100000 2025-10-01 18:43:17
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 97732 -2268 -907 100000 2025-11-12 20:18:32
Ladybug Coconut 19 98650 -1350 -487 100000 2025-11-12 19:41:10
Pink Dinosaur Miss Papaya 19 96921 -3079 -1112 100000 2025-09-23 18:50:35
So Deep Silvertear 21 92943 -7057 -3112 100000 2025-10-31 19:07:57
Get Lifted HOT KICKS 21 93560 -6440 -2840 100000 2025-10-31 18:38:38
Baby Love Me Judy Crystal 21 88097 -11903 -5249 100000 2025-11-25 19:42:09
Watch Out Victoria 21 91464 -8536 -3764 100000 2025-09-23 19:43:33
High On Your Love Safura 19 97481 -2519 -909 100000 2025-09-23 18:59:08
The Shrimps Vertigini 20 91282 -8718 -3487 100000 2025-11-12 19:47:40
Here For You PIXL feat. Q'AILA 19 96376 -3624 -1308 100000 2025-10-31 19:04:16
Moonlight PIXY 20 96124 -3876 -1550 100000 2025-10-31 18:33:03
Stop Me Natsume Oki 21 96626 -3374 -1488 100000 2025-10-01 19:06:19
Love Arcade Bending Grid 21 96977 -3023 -1333 100000 2025-10-01 19:18:23
Sirens RENOLD X Scarlett 19 96632 -3368 -1216 100000 2025-11-04 20:24:04
Boogeyman Wizardz of Oz 19 97729 -2271 -820 100000 2025-11-12 19:59:16
Let's Remember N.M.R 21 94016 -5984 -2639 100000 2025-10-01 19:12:59
Truth or Dare PIXY 19 99188 -812 -293 100000 2025-10-31 18:45:53
Letting Go Bensley & Voicians 19 96437 -3563 -1286 100000 2025-10-31 19:01:23
Why Me Desire 19 98905 -1095 -395 100000 2025-10-31 19:10:39
Worn Out Tapes peak divide 23 91309 -8691 -4598 100000 2025-09-23 19:14:39
Let's Go! (This Is It) 2 The Limit 21 96280 -3720 -1641 100000 2025-11-12 19:43:50
Daydream Therapy Joe Bermudez feat. Dana Mckeon 20 95733 -4267 -1707 100000 2025-11-04 19:48:40
Mm-Hmm W3WAY 22 91346 -8654 -4189 100000 2025-11-12 20:14:43
Singin' Every Nite Paso vs. Maximus 19 99338 -662 -239 100000 2025-10-31 18:42:20
Waiting KUURO feat. Bianca 20 95503 -4497 -1799 100000 2025-10-31 19:14:22
  BENCHMARKS  
Loading Time: Base Classes  0.0029
Controller Execution Time ( Main / Rival )  3.1329
Total Execution Time  3.1360
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,952,304 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/24644/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.1229 seconds)  (Hide)
0.0131   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` = '24644'
GROUP BY `gs`.`grade
0.0104   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` = '24644'
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` = '24644'
AND `r`.`name` = 'total' 
3.0991   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)