BriGuyzDDR


Total World Records: ??
Country: US

Stars Earned
23
4
6
1
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
Million Feelings Chriss Floren 19 95931 -4069 -1469 100000 2024-03-08 01:22:46
Personal Reality Auvic 25 74730 -25270 -15794 100000 2024-03-01 02:54:14
Drifting Away Filo Bedo 20 96711 -3289 -1316 100000 2024-03-08 04:31:05
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 97272 -2728 -1091 100000 2024-04-06 02:23:34
Flash In The Night Flashman 22 88965 -11035 -5341 100000 2024-03-02 05:18:42
So Deep Silvertear 21 92900 -7100 -3131 100000 2024-11-10 20:30:37
Stay Tess 20 94657 -5343 -2137 100000 2024-03-08 01:25:42
Living In America Rose & John 22 1245 -98755 -47797 100000 2024-11-09 20:56:09
Black Magic Matduke 23 42553 -57447 -30389 100000 2024-03-02 04:12:01
Crime Time CJ Crew & KaW feat. Sedge 22 82948 -17052 -8253 100000 2024-03-02 05:39:52
MAX428 Omega 27 7041 -92781 -67637 99822 2024-04-06 02:18:37
Riddimino Philstep 23 86533 -13467 -7124 100000 2024-03-01 02:35:50
Beethoven Virus BanYa 22 52749 -47251 -22869 100000 2024-11-09 20:58:48
BU-44 Naoki 21 92504 -7496 -3306 100000 2024-11-10 20:28:10
Fall Silently Christoph Maitland & Toby Emerson feat. Veela 22 90368 -9632 -4662 100000 2024-03-08 01:20:08
Cryosleep Machinae Supremacy 20 94852 -5148 -2059 100000 2024-04-06 02:20:17
Operator Miss Papaya 19 95989 -4011 -1448 100000 2024-03-01 02:33:22
Ring The Alarm M-Project & Signal 22 88627 -11373 -5505 100000 2024-03-02 05:25:06
Disco High Ultimate Heights 21 95016 -4984 -2198 100000 2024-03-02 04:14:30
Kalinka Quiqman 20 93498 -6502 -2601 100000 2024-03-02 05:45:17
Katyusha Schustin 21 95850 -4150 -1830 100000 2024-03-02 04:41:02
Sing It Again Kirk Monteux 19 98070 -1930 -697 100000 2024-03-08 03:21:03
Shiawase Dion Timmer 23 88023 -11977 -6336 100000 2024-03-02 04:37:40
Just Do It Swingrowers 21 92384 -7616 -3359 100000 2024-03-08 03:35:05
Trigger CraXy 21 93883 -6117 -2698 100000 2024-03-08 03:32:29
Energizer ZiGZaG 23 31271 -68729 -36358 100000 2024-03-02 05:22:21
Good Feeling More Plastic & imallryt 23 92275 -7725 -4087 100000 2024-03-08 04:34:22
EMEA Re-venG 24 26202 -73798 -42508 100000 2024-03-01 02:51:31
Bassline Shatter M-Project & S2i8 23 89474 -10526 -5568 100000 2024-03-22 02:18:50
Techno World NAOKI underground 22 95247 -4753 -2300 100000 2024-03-02 04:43:22
Arsene's Bazaar James Landino 25 69521 -30479 -19049 100000 2024-03-22 02:13:04
BLEEP BLOOP Tokyo Machine 24 85668 -14332 -8255 100000 2024-11-09 21:01:40
Party ChildsPlay 19 94268 -5732 -2069 100000 2024-03-22 02:05:32
Kibo Dion Timmer 22 92627 -7373 -3569 100000 2024-03-08 04:28:35
Never Let You Down BEAUZ, Miles Away, & RYYZN 22 80708 -19292 -9337 100000 2024-03-02 04:09:39
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.2436
Total Execution Time  2.2465
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,939,496 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14278/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.2356 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` = '14278'
GROUP BY `gs`.`grade
0.0014   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` = '14278'
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` = '14278'
AND `r`.`name` = 'total' 
2.2330   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)