BooseEp


Total World Records: ??
Country: US

Stars Earned
31
1
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
In The Hall Of The Mountain King KaW 22 37587 -62413 -30208 100000 2026-01-18 16:36:23
Revenge MonstDeath 21 15798 -84202 -37133 100000 2025-10-10 16:16:19
Hard Fast Disco Darwin 24 3200 -96800 -55757 100000 2025-11-21 18:14:12
Click Bait S3RL feat. GL!TCH 20 89365 -10635 -4254 100000 2025-11-02 23:13:19
Bandito Remorse Code 21 14633 -85367 -37647 100000 2025-05-10 00:22:19
Music & Police CJ Crew & KaW feat. Christian D. 21 7670 -92330 -40718 100000 2026-01-18 20:40:57
Speed Over Beethoven Rose 22 5509 -94491 -45734 100000 2026-02-15 16:30:01
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 22140 -77860 -34336 100000 2025-10-08 18:46:40
Electro Asia Re-venge Phoenix 21 7155 -92845 -40945 100000 2025-08-25 20:20:31
On My Own Anamanaguchi feat. HANA 21 3541 -96459 -42538 100000 2025-12-26 22:23:09
Operator Miss Papaya 19 17718 -82282 -29704 100000 2025-07-24 15:12:36
Jukebox Swingrowers 21 71505 -28495 -12566 100000 2025-10-12 15:48:51
We Got The Moves Electric Callboy 20 16256 -83744 -33498 100000 2025-06-12 21:45:26
STOP! & Go Onyx 21 36197 -63803 -28137 100000 2025-11-12 20:02:12
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 10561 -89439 -47313 100000 2025-11-10 22:54:34
Crab Rave Noisestorm 20 79080 -20920 -8368 100000 2025-11-02 23:15:46
2NITE nanobii 21 8678 -91322 -40273 100000 2024-10-31 19:54:38
Herrscher of Finality Omega 23 15645 -84355 -44624 100000 2025-12-24 18:55:15
DJ Party BB Hayes 20 25968 -74032 -29613 100000 2025-08-03 22:56:53
戦国 Re-venG 21 15389 -84611 -37313 100000 2025-10-03 20:41:27
Happy Holiday Luv Limited -NM- 21 12889 -87111 -38416 100000 2025-11-27 21:56:14
Rain Dance MUZZ 21 22192 -77808 -34313 100000 2025-11-09 20:24:38
Letting Go Bensley & Voicians 19 8821 -91179 -32916 100000 2025-10-29 23:39:04
Ping Pong AronChupa & Little Sis Nora 20 51207 -48793 -19517 100000 2025-10-29 21:40:40
Running Ninja Eurofunk 21 10558 -89442 -39444 100000 2025-10-17 17:46:00
The Banana Song SIPPY 19 28595 -71405 -25777 100000 2025-07-25 13:43:26
Forever Now peak divide 22 55917 -44083 -21336 100000 2026-01-01 01:10:12
Revolution Naoki 23 14569 -85431 -45193 100000 2026-01-04 21:11:54
Bella Ciao BEAUZ & XYSM 20 24935 -75065 -30026 100000 2025-09-03 19:31:42
Let's Go! (This Is It) 2 The Limit 21 34567 -65433 -28856 100000 2025-08-24 22:51:48
King Of Fire Max Casanova 21 2893 -97107 -42824 100000 2025-11-01 15:38:23
Morning Call U_Chae feat. Uki Satake 21 51758 -48242 -21275 100000 2025-11-02 19:04:30
Alamo Drop Blues N.M.R 21 52574 -47426 -20915 100000 2026-01-28 21:25:35
Old School Rameses B 23 7284 -92716 -49047 100000 2026-01-18 16:39:11
  BENCHMARKS  
Loading Time: Base Classes  0.0040
Controller Execution Time ( Main / Rival )  2.9612
Total Execution Time  2.9654
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,051,392 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/17665/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.9501 seconds)  (Hide)
0.0145   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` = '17665'
GROUP BY `gs`.`grade
0.0127   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` = '17665'
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` = '17665'
AND `r`.`name` = 'total' 
2.9225   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)