Holou


Total World Records: ??
Country: US

Stars Earned
25
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
Surf Hyper Potions 22 94454 -5546 -2684 100000 2023-07-01 01:15:03
Da Roots Mind Reflection 20 97328 -2672 -1069 100000 2023-05-20 04:23:27
Go 60 Go Takoyaki 24 64162 -35838 -20643 100000 2023-07-01 04:56:21
Reactor Jason Creasey 19 93557 -6443 -2326 100000 2025-01-23 20:39:22
Gargoyle Sanxion7 24 94654 -5346 -3079 100000 2023-07-20 02:12:12
Xuxa Smiley 23 90980 -9020 -4772 100000 2023-07-01 03:14:58
Do U Love Me DJ Doo 21 93864 -6136 -2706 100000 2023-05-20 04:25:57
Flash In The Night Flashman 22 95547 -4453 -2155 100000 2023-05-20 05:12:53
Dam Dariram Joga 20 97557 -2443 -977 100000 2024-09-30 00:07:05
Music & Police CJ Crew & KaW feat. Christian D. 21 95868 -4132 -1822 100000 2023-05-20 02:30:39
Fantasy Melissa 21 92750 -7250 -3197 100000 2023-05-20 04:28:12
Speed Over Beethoven Rose 22 96888 -3112 -1506 100000 2024-09-30 00:03:52
Dolphin Talk Pyramyth 23 95328 -4672 -2471 100000 2023-07-01 01:19:11
Warrior Kirill Gramada 21 95224 -4776 -2106 100000 2025-01-23 20:44:21
SubZero Donk Terrorist vs. 204 22 95401 -4599 -2226 100000 2023-07-01 04:50:38
Cartoon Heroes Barbie Young 21 96255 -3745 -1652 100000 2024-09-30 00:09:33
Queen Of Light E-Rotic 21 95430 -4570 -2015 100000 2023-05-20 02:33:10
Canon D.2 Yahpp 23 96140 -3860 -2042 100000 2024-02-18 01:12:55
William Tell Quiqman 24 91397 -8603 -4955 100000 2023-05-20 03:27:48
403 NAOKI underground 23 90689 -9311 -4926 100000 2023-07-01 01:50:15
Press Start MDK 23 93686 -6314 -3340 100000 2023-05-20 03:22:34
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 96318 -3682 -1948 100000 2023-07-01 05:57:16
Crab Rave Noisestorm 20 96634 -3366 -1346 100000 2023-05-20 02:27:35
EMEA Re-venG 24 88235 -11765 -6777 100000 2023-07-01 03:17:15
Forever and a Day Dy5on feat. Silver Angelina 22 95303 -4697 -2273 100000 2023-05-20 05:10:24
GALACTICAL Tokyo Machine 23 41580 -58420 -30904 100000 2023-07-01 03:12:40
Running In The 90s Max Coveri 23 92070 -7930 -4195 100000 2025-01-23 20:41:35
  BENCHMARKS  
Loading Time: Base Classes  0.0042
Controller Execution Time ( Main / Rival )  3.1327
Total Execution Time  3.1372
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,906,336 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9851/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.1192 seconds)  (Hide)
0.0059   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` = '9851'
GROUP BY `gs`.`grade
0.0044   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` = '9851'
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` = '9851'
AND `r`.`name` = 'total' 
3.1086   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)