ImmaDead


Total World Records: ??
Country: US

Stars Earned
9
12
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
Revenge MonstDeath 21 21313 -78687 -34701 100000 2024-11-11 01:07:27
Bagpipe A-Moe 20 71453 -28547 -11419 100000 2024-10-27 02:50:12
Dream A Dream Captain Jack 20 73289 -26711 -10684 100000 2024-11-23 03:02:55
Ra Banzai 21 60584 -39416 -17382 100000 2024-11-28 01:42:18
ROM-eo & Juli8 Nina 19 32795 -67205 -24261 100000 2025-02-10 00:14:04
Dies Irae Jason Creasey 19 77739 -22261 -8036 100000 2024-11-23 05:30:57
Click Bait S3RL feat. GL!TCH 20 82154 -17846 -7138 100000 2025-02-10 00:36:27
EternuS Sanxion7 20 68987 -31013 -12405 100000 2025-02-10 00:25:29
Feel The Melody S3RL feat. Sara 20 74075 -25925 -10370 100000 2025-02-09 23:39:04
Boom Boom Dollars King Kong & D'Jungle Girls 21 60425 -39575 -17453 100000 2024-10-31 20:27:11
Waka Laka Jenny Rom vs. The Zippers 21 74151 -25849 -11399 100000 2024-11-28 01:45:35
Anubis Banzai 20 40888 -59112 -23645 100000 2025-01-22 00:56:20
Dam Dariram Joga 20 76397 -23603 -9441 100000 2024-12-15 01:06:37
So Deep Silvertear 21 68703 -31297 -13802 100000 2025-02-10 00:55:06
Devil Inside CRMNL 19 68566 -31434 -11348 100000 2024-12-15 05:27:46
Classic Madness Fracus & Darwin 21 52022 -47978 -21158 100000 2024-10-31 23:34:40
Magic Mystery Tour KaW feat. Paula Terry 19 31782 -68218 -24627 100000 2024-10-13 23:55:30
Pretty Ugly Yenn 20 12402 -87598 -35039 100000 2024-12-15 01:56:30
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 78561 -21439 -9455 100000 2024-11-23 05:06:52
Electro Asia Re-venge Phoenix 21 66141 -33859 -14932 100000 2024-11-28 01:49:59
Megalovania Toby Fox 21 61452 -38548 -17000 100000 2024-10-31 22:14:37
On My Own Anamanaguchi feat. HANA 21 44807 -55193 -24340 100000 2024-11-23 03:52:46
Hip Hop Jam Indiggo 20 20645 -79355 -31742 100000 2024-11-23 02:22:45
The Judgement Day Naoki feat. Riyu Kosaka 19 78837 -21163 -7640 100000 2025-01-22 02:02:18
Operator Miss Papaya 19 65204 -34796 -12561 100000 2024-10-31 20:30:01
Paradox Naoki feat. Riyu Kosaka 20 73447 -26553 -10621 100000 2024-10-31 23:32:07
Cyber-Kyoto- Re-venG 20 76914 -23086 -9234 100000 2025-01-21 23:59:35
Kalinka Quiqman 20 81506 -18494 -7398 100000 2025-02-10 00:39:16
Silent Movie Little Violet 19 80880 -19120 -6902 100000 2024-10-31 22:53:26
Ooh La La La E-Rotic 21 73311 -26689 -11770 100000 2024-11-23 03:49:52
Right Into You The Tech Team 20 68258 -31742 -12697 100000 2024-11-23 04:03:53
Orbit Ellis 19 37417 -62583 -22592 100000 2024-10-27 02:53:08
Nothing Else Matters Katya Ocean 19 76349 -23651 -8538 100000 2024-11-23 00:45:27
Fiesta Night Carlito 21 63499 -36501 -16097 100000 2025-01-22 00:49:02
Pilgrim 2000 Bass-X vs. Scott Brown 21 69795 -30205 -13320 100000 2025-01-22 02:04:44
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.2077
Total Execution Time  2.2106
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,940,328 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/19221/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.1973 seconds)  (Hide)
0.0023   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` = '19221'
GROUP BY `gs`.`grade
0.0066   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` = '19221'
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` = '19221'
AND `r`.`name` = 'total' 
2.1882   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)