jpbeecher


Total World Records: ??
Country: US

Stars Earned
14
6
14

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
Party All Night KaW feat. Sam-I-Am 20 78641 -21359 -8544 100000 2025-08-26 19:09:31
Joanna Crazy Loop 19 76743 -23257 -8396 100000 2025-09-10 20:03:15
Monody TheFatRat feat. Laura Brehm 22 72348 -27652 -13384 100000 2025-09-10 21:37:21
Unity TheFatRat 21 45023 -54977 -24245 100000 2025-08-27 17:23:09
EternuS Sanxion7 20 1368 -98632 -39453 100000 2025-08-20 21:54:08
Feel The Melody S3RL feat. Sara 20 80192 -19808 -7923 100000 2025-08-22 15:55:54
Hero Miss Papaya 20 77677 -22323 -8929 100000 2025-08-26 18:47:42
Typical Tropical Bambee 19 74659 -25341 -9148 100000 2025-08-26 18:53:26
Ghosts Tenth Planet 20 34213 -65787 -26315 100000 2025-08-25 17:27:44
Pink Dinosaur Miss Papaya 19 85230 -14770 -5332 100000 2025-08-25 17:40:21
Speed Over Beethoven Rose 22 62622 -37378 -18091 100000 2025-08-26 19:12:33
Megalovania Toby Fox 21 46675 -53325 -23516 100000 2025-08-20 17:59:52
Spaceman Bambee & Lynn 20 76801 -23199 -9280 100000 2025-09-17 17:42:18
Csikos Post BanYa 22 56908 -43092 -20857 100000 2025-09-17 17:25:30
Beethoven Virus BanYa 22 45673 -54327 -26294 100000 2025-09-10 20:05:32
Hip Hop Jam Indiggo 20 42245 -57755 -23102 100000 2025-08-25 19:58:51
Dr. M BanYa 23 39246 -60754 -32139 100000 2025-08-26 19:01:52
Cartoon Heroes Barbie Young 21 31065 -68935 -30400 100000 2025-08-25 19:56:18
Step Up Amadeus BanYa 22 75668 -24332 -11777 100000 2025-08-27 17:40:40
Paradox Naoki feat. Riyu Kosaka 20 62641 -37359 -14944 100000 2025-09-22 17:42:48
Canon D.2 Yahpp 23 37144 -62856 -33251 100000 2025-08-27 18:08:57
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 40542 -59458 -31453 100000 2025-08-25 19:49:41
Crab Rave Noisestorm 20 67191 -32809 -13124 100000 2025-08-25 20:12:19
Bassline Shatter M-Project & S2i8 23 51068 -48932 -25885 100000 2025-08-27 17:56:53
Sirens RENOLD X Scarlett 19 84017 -15983 -5770 100000 2025-08-25 19:54:01
Arsene's Bazaar James Landino 25 2411 -97589 -60993 100000 2025-08-25 20:01:23
Keep On Dancing BEAUZ feat. Heleen 20 75120 -24880 -9952 100000 2025-08-25 18:05:52
Halloween Scream Bigshot Bo And The Swing Crusaders 21 75207 -24793 -10934 100000 2025-09-10 19:53:40
Definition of a Badboy Scott Brown 20 82831 -17169 -6868 100000 2025-08-19 18:04:21
戦国 Re-venG 21 1942 -98058 -43244 100000 2025-08-25 17:43:00
Running In The 90s Max Coveri 23 41259 -58741 -31074 100000 2025-09-10 19:55:57
Running Ninja Eurofunk 21 72107 -27893 -12301 100000 2025-08-26 19:04:17
Why Me Desire 19 81458 -18542 -6694 100000 2025-08-25 21:56:15
Forever Now peak divide 22 78343 -21657 -10482 100000 2025-09-15 19:51:41
  BENCHMARKS  
Loading Time: Base Classes  0.0024
Controller Execution Time ( Main / Rival )  2.8453
Total Execution Time  2.8478
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,942,000 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/24097/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.8329 seconds)  (Hide)
0.0394   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` = '24097'
GROUP BY `gs`.`grade
0.0083   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` = '24097'
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` = '24097'
AND `r`.`name` = 'total' 
2.7849   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)