5unn1


Total World Records: ??
Country: US

Stars Earned
15
4
8
3

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
Zodiac Banzai 21 95640 -4360 -1923 100000 2025-10-31 21:43:03
Bloodrush TechnoDred 26 27292 -72708 -49151 100000 2025-05-11 00:18:53
Disconnected Disco Kid Whatever 20 93928 -6072 -2429 100000 2025-10-31 21:03:28
I Think I Like That Sound Kid Whatever 20 94306 -5694 -2278 100000 2025-12-12 23:28:18
Pop4 Vibes & Wishdokta 22 90993 -9007 -4359 100000 2025-12-12 23:07:02
Reactor Jason Creasey 19 86245 -13755 -4966 100000 2025-05-02 21:14:42
While Tha Rekkid Spinz DJ Zombie 22 95444 -4556 -2205 100000 2025-10-31 20:55:37
Gargoyle Sanxion7 24 91122 -8878 -5114 100000 2025-12-04 22:10:46
Pink Fuzzy Bunnies Wonderboy 25 4701 -95299 -59562 100000 2025-02-23 22:53:07
The Beginning DJ Doo 26 65118 -34882 -23580 100000 2026-01-12 21:27:07
Bumble Bee Bambee 20 86811 -13189 -5276 100000 2025-02-23 22:45:05
Flash In The Night Flashman 22 75758 -24242 -11733 100000 2025-05-02 21:30:47
Monolith Affinity 25 11632 -88368 -55230 100000 2025-05-02 20:57:14
Anubis Banzai 20 90455 -9545 -3818 100000 2025-03-31 18:21:40
MAX428 Omega 27 2241 -97581 -71137 99822 2025-03-22 18:28:56
Megalovania Toby Fox 21 60965 -39035 -17214 100000 2025-02-09 18:13:48
Beethoven Virus BanYa 22 84543 -15457 -7481 100000 2025-10-31 22:09:47
Critical Hit MDK 25 87612 -12388 -7743 100000 2025-10-31 21:07:03
Shiawase Dion Timmer 23 92358 -7642 -4043 100000 2025-12-12 22:03:56
Press Start MDK 23 79427 -20573 -10883 100000 2025-02-23 22:50:06
Demon's World CJ Crew 22 75850 -24150 -11689 100000 2025-09-03 19:27:52
Energizer ZiGZaG 23 88770 -11230 -5941 100000 2025-12-12 22:00:05
STOP! & Go Onyx 21 88726 -11274 -4972 100000 2025-12-04 22:52:35
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 92173 -7827 -4140 100000 2025-08-04 20:35:29
A Little Love Glitterati 21 82682 -17318 -7637 100000 2025-05-02 21:01:04
Stars James Landino 24 93280 -6720 -3871 100000 2025-09-01 19:26:53
BLEEP BLOOP Tokyo Machine 24 84193 -15807 -9105 100000 2025-12-12 23:49:54
Paranoid 180 24 69024 -30976 -17842 100000 2025-12-12 22:32:53
Running In The 90s Max Coveri 23 81714 -18286 -9673 100000 2025-03-08 20:26:54
Ping Pong AronChupa & Little Sis Nora 20 95503 -4497 -1799 100000 2026-01-12 21:18:29
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  5.1722
Total Execution Time  5.1752
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,033,464 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/20002/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 (5.1616 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` = '20002'
GROUP BY `gs`.`grade
0.0013   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` = '20002'
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` = '20002'
AND `r`.`name` = 'total' 
5.1579   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)