THECapedCaper


Total World Records: ??
Country: US

Stars Earned
24

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
Dream A Dream Captain Jack 20 97971 -2029 -812 100000 2025-04-07 16:21:16
Land Of The Rising Sun Spacekatz 21 96007 -3993 -1761 100000 2024-09-15 19:46:03
Spin Chicken Freebie & The Bean 21 94414 -5586 -2463 100000 2025-02-01 19:38:39
Flash In The Night Flashman 22 90089 -9911 -4797 100000 2025-02-01 19:36:05
Ghosts Tenth Planet 20 94607 -5393 -2157 100000 2025-04-07 16:18:48
Music & Police CJ Crew & KaW feat. Christian D. 21 94685 -5315 -2344 100000 2025-02-01 19:20:24
So Deep Silvertear 21 95056 -4944 -2180 100000 2025-04-07 16:29:28
We're Getting Faster Darwin feat. Fraz 22 92353 -7647 -3701 100000 2025-04-07 16:37:14
Speed Over Beethoven Rose 22 95694 -4306 -2084 100000 2025-07-06 20:33:00
Classic Madness Fracus & Darwin 21 93646 -6354 -2802 100000 2025-03-19 04:53:15
We Got The Moves Electric Callboy 20 96972 -3028 -1211 100000 2024-09-15 19:38:25
Have Fun Rameses B 21 96103 -3897 -1719 100000 2025-02-01 19:18:19
Pump It Electric Callboy 21 94050 -5950 -2624 100000 2025-03-19 05:09:13
Make It Tonight Fracus & Darwin feat. Jake 21 97481 -2519 -1111 100000 2024-12-23 19:55:55
Down Low Hr. Troels x Felix Schorn 20 90500 -9500 -3800 100000 2025-03-19 04:48:49
Samurai Rameses B 22 93159 -6841 -3311 100000 2025-04-07 16:34:47
Tick Tock Technikore 20 96894 -3106 -1242 100000 2025-03-19 04:55:59
Everybody Get Up Tempo feat. Manola 19 97841 -2159 -779 100000 2025-04-07 16:26:59
Burbank Nights Dirtyphonics 22 93709 -6291 -3045 100000 2024-12-23 19:52:20
Take Me Away Dougal 22 94222 -5778 -2797 100000 2024-09-15 19:49:22
Running In The 90s Max Coveri 23 92441 -7559 -3999 100000 2025-06-25 17:41:41
Remember Me Leslie Parrish 21 96130 -3870 -1707 100000 2025-04-07 16:23:56
Letting Go Bensley & Voicians 19 97737 -2263 -817 100000 2025-06-25 17:38:21
Ping Pong AronChupa & Little Sis Nora 20 97823 -2177 -871 100000 2025-07-06 20:27:18
  BENCHMARKS  
Loading Time: Base Classes  0.0032
Controller Execution Time ( Main / Rival )  2.9527
Total Execution Time  2.9561
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,892,064 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/18261/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.9406 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` = '18261'
GROUP BY `gs`.`grade
0.0009   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` = '18261'
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` = '18261'
AND `r`.`name` = 'total' 
2.9357   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)