HateCanWait


Total World Records: ??
Country: US

Stars Earned
9
3
19
2

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
Birdie Doolittle 19 79925 -20075 -7247 100000 2026-01-22 20:25:17
Change The World Nathalie & Kim Lukas 19 58215 -41785 -15084 100000 2026-01-13 23:58:44
Dream A Dream Captain Jack 20 11110 -88890 -35556 100000 2026-01-25 04:54:57
Ba Be Loo Be La Kristeen 20 5352 -94648 -37859 100000 2025-12-10 04:31:49
Blow My Mind Alphadelta 19 1976 -98024 -35387 100000 2026-01-27 21:04:33
Reactor Jason Creasey 19 72223 -27777 -10027 100000 2025-12-16 19:52:17
ROM-eo & Juli8 Nina 19 36262 -63738 -23009 100000 2026-02-03 22:29:54
Dies Irae Jason Creasey 19 15583 -84417 -30475 100000 2025-11-28 20:41:35
Ladybug Coconut 19 82020 -17980 -6491 100000 2025-12-01 20:07:16
EternuS Sanxion7 20 1347 -98653 -39461 100000 2026-01-20 20:40:19
July Smiley 20 19197 -80803 -32321 100000 2025-12-01 19:59:05
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 9852 -90148 -32543 100000 2026-01-14 00:01:19
Typical Tropical Bambee 19 13733 -86267 -31142 100000 2026-01-20 21:32:44
Pink Dinosaur Miss Papaya 19 81494 -18506 -6681 100000 2026-03-01 05:53:43
No Princess Lynn 19 34315 -65685 -23712 100000 2025-12-16 20:07:30
My Generation Captain Jack 20 6723 -93277 -37311 100000 2026-02-17 23:42:05
In The Heat Of The Night E-Rotic 20 77157 -22843 -9137 100000 2025-11-29 02:05:44
Operator Miss Papaya 19 87774 -12226 -4414 100000 2026-02-25 03:05:07
Kick It Man KaW feat. DAZ 19 31991 -68009 -24551 100000 2025-12-02 22:10:25
If You Can Say Goodbye Kate Project 19 40879 -59121 -21343 100000 2025-12-21 05:36:02
Lay It Down Tchorta & Gui Boratto 19 77412 -22588 -8154 100000 2025-12-10 04:18:16
High On Your Love Safura 19 17602 -82398 -29746 100000 2025-12-02 20:02:09
We Got The Moves Electric Callboy 20 28408 -71592 -28637 100000 2025-12-10 04:06:27
Only You DEXTER KING feat. Alexis Donn 19 88967 -11033 -3983 100000 2026-03-03 21:01:25
Orbit Ellis 19 72393 -27607 -9966 100000 2026-03-01 06:00:48
All Starts Now Laurell 19 80407 -19593 -7073 100000 2026-01-27 21:06:39
Breathe Me Back To Life Stonebank feat. Lena Sue 20 8696 -91304 -36522 100000 2026-03-01 06:04:25
The 7 Jump Ken-D 19 84730 -15270 -5512 100000 2025-12-28 06:52:25
No Rules Foxela & Britt Lari 19 7151 -92849 -33518 100000 2026-01-22 20:29:12
Over The Top M-Project & Vau Boy 23 1407 -98593 -52156 100000 2025-12-10 03:07:28
The Banana Song SIPPY 19 83068 -16932 -6112 100000 2026-01-27 04:53:18
Why Me Desire 19 55311 -44689 -16133 100000 2026-01-06 23:57:26
Hands Up, Touch The Sky NAOKI feat. NOVA 19 84135 -15865 -5727 100000 2026-03-03 21:03:43
  BENCHMARKS  
Loading Time: Base Classes  0.0044
Controller Execution Time ( Main / Rival )  3.4354
Total Execution Time  3.4401
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,040,680 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/18924/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.4171 seconds)  (Hide)
0.0242   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` = '18924'
GROUP BY `gs`.`grade
0.0144   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` = '18924'
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` = '18924'
AND `r`.`name` = 'total' 
3.3781   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)