dinsfire


Total World Records: ??
Country: US

Stars Earned
18
12
2
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
Ladybug Coconut 19 91044 -8956 -3233 100000 2024-03-02 21:36:03
Click Bait S3RL feat. GL!TCH 20 86029 -13971 -5588 100000 2024-03-02 21:12:13
Hanky Panky Jenny Rom 23 86755 -13245 -7007 100000 2023-05-28 13:36:05
Do U Love Me DJ Doo 21 78237 -21763 -9597 100000 2024-03-02 21:28:36
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 82988 -17012 -6141 100000 2024-03-02 21:42:19
Pink Dinosaur Miss Papaya 19 89308 -10692 -3860 100000 2023-12-10 20:52:02
In My Dreams Rebecca 20 93733 -6267 -2507 100000 2023-12-10 21:08:18
Speed Over Beethoven Rose 22 85272 -14728 -7128 100000 2024-12-23 23:51:12
Dam Dadi Doo Fantasy Project 22 39517 -60483 -29274 100000 2024-03-02 21:05:18
Megalovania Toby Fox 21 85484 -14516 -6402 100000 2023-12-10 20:59:30
Beethoven Virus BanYa 22 49975 -50025 -24212 100000 2023-05-28 13:40:16
Kinky Boots Daz Sampson & Nona 19 97929 -2071 -748 100000 2025-10-05 20:29:43
Never Ending Story DJ AC-DC 20 96395 -3605 -1442 100000 2025-10-05 20:27:48
The Naughty Song Oscillator X 19 98396 -1604 -579 100000 2025-10-05 20:25:13
Space Boy Rameses B, Feint & Veela 22 79328 -20672 -10005 100000 2025-05-24 20:57:39
TURBO Tokyo Machine 21 96101 -3899 -1719 100000 2025-10-05 20:21:56
Only You DEXTER KING feat. Alexis Donn 19 88676 -11324 -4088 100000 2024-03-02 21:10:17
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 85781 -14219 -7522 100000 2025-10-05 20:19:04
Lemmings On The Run E-Rotic 21 92100 -7900 -3484 100000 2025-10-05 20:43:07
Crab Rave Noisestorm 20 88407 -11593 -4637 100000 2023-12-10 20:54:23
Bassline Shatter M-Project & S2i8 23 60103 -39897 -21106 100000 2023-05-28 13:42:13
Northern Lights Saxsquatch 21 85363 -14637 -6455 100000 2024-03-02 20:46:54
Nothing Else Matters Katya Ocean 19 96187 -3813 -1376 100000 2025-10-05 20:40:56
Work Stella Mwangi 21 95639 -4361 -1923 100000 2025-10-05 20:38:50
The Bass & the Melody S3RL 22 86299 -13701 -6631 100000 2025-10-05 20:01:03
Supernova Laszlo 22 93654 -6346 -3071 100000 2025-10-05 20:16:45
Need You Nostalgix 22 95672 -4328 -2095 100000 2025-10-05 20:36:13
When The Sun Goes Down Ken Blast 22 88092 -11908 -5763 100000 2025-05-24 16:24:36
MEANT 2 BE THIRST & nuphory 23 94450 -5550 -2936 100000 2025-10-05 20:33:03
Remember Me Leslie Parrish 21 88349 -11651 -5138 100000 2025-10-05 19:58:58
Boogie Shoes AronChupa & Little Sis Nora 20 94349 -5651 -2260 100000 2025-10-05 19:53:59
Sevillana Mirage Re-venG 24 86073 -13927 -8022 100000 2025-10-05 20:03:33
King Of Fire Max Casanova 21 82665 -17335 -7645 100000 2026-03-07 21:01:18
Death By Glamour Toby Fox 23 81429 -18571 -9824 100000 2026-03-07 20:58:35
  BENCHMARKS  
Loading Time: Base Classes  0.0039
Controller Execution Time ( Main / Rival )  3.5340
Total Execution Time  3.5382
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,049,880 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8773/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.5237 seconds)  (Hide)
0.0512   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` = '8773'
GROUP BY `gs`.`grade
0.0041   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` = '8773'
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` = '8773'
AND `r`.`name` = 'total' 
3.4681   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)