Peabody


Total World Records: ??
Country: US

Stars Earned
4
19
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
Dance Vibrations Elpis 19 99065 -935 -338 100000 2025-06-01 17:20:50
Birdie Doolittle 19 97263 -2737 -988 100000 2025-07-26 14:32:15
Ize Pie Headtwist & Pump 19 65123 -34877 -12591 100000 2024-11-24 16:38:27
Reactor Jason Creasey 19 95623 -4377 -1580 100000 2024-11-24 16:42:03
Bumble Bee Bambee 20 97752 -2248 -899 100000 2024-03-09 18:33:56
Bang Bang Bang DCX 21 94502 -5498 -2425 100000 2025-06-01 20:02:12
Ghosts Tenth Planet 20 93978 -6022 -2409 100000 2025-06-01 17:26:09
Esperanza KaW 22 94108 -5892 -2852 100000 2025-06-01 20:12:02
Music & Police CJ Crew & KaW feat. Christian D. 21 94103 -5897 -2601 100000 2024-03-09 18:11:49
So Deep Silvertear 21 95501 -4499 -1984 100000 2024-03-09 18:01:42
Equinox Mage 21 95929 -4071 -1795 100000 2025-06-01 20:30:39
India's Glitch Kirill Gramada 21 98869 -1131 -499 100000 2025-06-01 20:08:46
Arcade Run Perfect Sphere 22 94030 -5970 -2889 100000 2025-06-01 20:04:52
What Love Feels Like Leonail 20 98378 -1622 -649 100000 2024-03-09 18:05:13
The Judgement Day Naoki feat. Riyu Kosaka 19 94371 -5629 -2032 100000 2024-11-24 16:44:20
Sky High DJ Miko 20 98121 -1879 -752 100000 2025-06-01 20:27:45
Cyber-Kyoto- Re-venG 20 93842 -6158 -2463 100000 2025-06-01 17:23:41
Have Fun Rameses B 21 97089 -2911 -1284 100000 2024-03-09 18:08:02
Crab Rave Noisestorm 20 97664 -2336 -934 100000 2024-03-09 18:35:51
Northern Lights Saxsquatch 21 90235 -9765 -4306 100000 2024-03-09 18:14:08
2NITE nanobii 21 94532 -5468 -2411 100000 2025-06-01 19:59:17
Kibo Dion Timmer 22 92428 -7572 -3665 100000 2024-03-09 18:31:40
DMT Technikore 23 92073 -7927 -4193 100000 2025-06-01 21:05:44
Lunatic BLACK HOLE 23 22229 -77771 -41141 100000 2025-06-01 21:08:12
Running In The 90s Max Coveri 23 93427 -6573 -3477 100000 2025-06-01 21:10:35
  BENCHMARKS  
Loading Time: Base Classes  0.0033
Controller Execution Time ( Main / Rival )  3.2160
Total Execution Time  3.2196
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,902,976 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14836/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.2034 seconds)  (Hide)
0.0068   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` = '14836'
GROUP BY `gs`.`grade
0.0065   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` = '14836'
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` = '14836'
AND `r`.`name` = 'total' 
3.1899   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)