DemoneeHo


Total World Records: ??
Country: US

Stars Earned
3
23
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
Ba Be Loo Be La Kristeen 20 71776 -28224 -11290 100000 2026-03-20 22:23:36
Boom Boom Dollars King Kong & D'Jungle Girls 21 81431 -18569 -8189 100000 2026-04-18 23:40:40
Bumble Bee Bambee 20 80329 -19671 -7868 100000 2026-04-04 01:21:56
Never Gonna Make Morgana 21 78548 -21452 -9460 100000 2026-03-20 22:28:48
Hero Miss Papaya 20 76361 -23639 -9456 100000 2026-04-04 01:14:03
Ghosts Tenth Planet 20 69586 -30414 -12166 100000 2026-03-20 22:40:40
Pink Dinosaur Miss Papaya 19 85043 -14957 -5399 100000 2026-03-20 22:15:15
Dam Dariram Joga 20 79575 -20425 -8170 100000 2026-05-01 23:06:44
So Deep Silvertear 21 63866 -36134 -15935 100000 2026-04-25 00:16:26
No Nobody's Love Joga 20 73222 -26778 -10711 100000 2026-02-07 21:42:07
My Generation Captain Jack 20 85433 -14567 -5827 100000 2026-03-21 18:50:06
Spaceman Bambee & Lynn 20 78949 -21051 -8420 100000 2026-03-14 18:52:46
BU-44 Naoki 21 77926 -22074 -9735 100000 2026-03-21 19:14:56
Do It All Night E-Rotic 20 76521 -23479 -9392 100000 2026-04-25 00:20:43
In The Heat Of The Night E-Rotic 20 79900 -20100 -8040 100000 2026-03-20 22:38:16
Sky High DJ Miko 20 75652 -24348 -9739 100000 2026-03-08 00:46:14
Butterfly Swingrowers 19 83516 -16484 -5951 100000 2026-03-20 22:20:51
Cartoon Heroes Barbie Young 21 80277 -19723 -8698 100000 2026-03-21 19:00:47
Never Ending Story DJ AC-DC 20 80142 -19858 -7943 100000 2026-03-14 18:59:57
Silent Movie Little Violet 19 74623 -25377 -9161 100000 2026-02-07 21:49:45
The Shrimps Vertigini 20 82233 -17767 -7107 100000 2026-04-25 00:11:37
Vodka The Royal Eurobeat Orchestra of Bazookistan 21 75700 -24300 -10716 100000 2026-03-21 19:17:52
Boogeyman Wizardz of Oz 19 83223 -16777 -6056 100000 2026-03-20 22:18:45
Tick Tock Technikore 20 87104 -12896 -5158 100000 2026-04-10 21:26:24
Remember Me Leslie Parrish 21 76963 -23037 -10159 100000 2026-04-25 00:28:42
Go! Rocky Joe Maximum Power 20 81230 -18770 -7508 100000 2026-04-18 21:31:15
Alamo Drop Blues N.M.R 21 74978 -25022 -11035 100000 2026-04-25 00:23:25
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Rival )  6.4426
Total Execution Time  6.4463
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,024,720 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/26464/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 (6.4214 seconds)  (Hide)
0.0804   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` = '26464'
GROUP BY `gs`.`grade
0.0276   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` = '26464'
AND `ghs`.`private` = 
0.0127   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` = '26464'
AND `r`.`name` = 'total' 
6.3007   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)