insomniacnavi


Total World Records: ??
Country: US

Stars Earned
15
7
1
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
Dream A Dream Captain Jack 20 11887 -88113 -35245 100000 2022-10-09 22:23:20
Blow My Mind Alphadelta 19 10860 -89140 -32180 100000 2022-10-09 22:25:33
Dies Irae Jason Creasey 19 75049 -24951 -9007 100000 2023-01-12 01:46:45
Bumble Bee Bambee 20 8308 -91692 -36677 100000 2022-09-11 02:47:32
Coming Out Playmaker feat. Robina 19 76204 -23796 -8590 100000 2022-10-16 00:39:19
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 53287 -46713 -18685 100000 2022-12-04 00:23:04
A Sign Tipsy & Tipsy 23 44345 -55655 -29441 100000 2022-06-18 23:36:15
Music & Police CJ Crew & KaW feat. Christian D. 21 5735 -94265 -41571 100000 2022-10-16 03:20:05
Night Of Fright Justin Corza & 420 22 12016 -87984 -42584 100000 2022-10-09 22:40:55
Megalovania Toby Fox 21 21230 -78770 -34738 100000 2022-10-16 03:22:05
The Judgement Day Naoki feat. Riyu Kosaka 19 2626 -97374 -35152 100000 2022-09-24 02:08:30
Butterfly Swingrowers 19 16422 -83578 -30172 100000 2022-09-11 02:45:28
Operator Miss Papaya 19 21878 -78122 -28202 100000 2022-10-16 00:44:12
Paradox Naoki feat. Riyu Kosaka 20 90336 -9664 -3866 100000 2022-07-03 02:10:38
Kinky Boots Daz Sampson & Nona 19 13321 -86679 -31291 100000 2024-03-02 07:09:06
Robot World Oscillator X 19 79203 -20797 -7508 100000 2022-09-24 21:03:59
Lay It Down Tchorta & Gui Boratto 19 73463 -26537 -9580 100000 2022-10-16 03:24:54
High On Your Love Safura 19 75783 -24217 -8742 100000 2022-11-05 17:44:33
Silent Movie Little Violet 19 79465 -20535 -7413 100000 2023-09-02 02:54:38
The Naughty Song Oscillator X 19 33217 -66783 -24109 100000 2022-09-24 21:06:03
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 54828 -45172 -16307 100000 2023-01-06 02:10:40
Recovery JMCX 19 70993 -29007 -10472 100000 2022-10-16 00:41:49
The Call of Wilderness Electron 22 4257 -95743 -46340 100000 2022-06-18 23:36:15
TURBO Tokyo Machine 21 71498 -28502 -12569 100000 2022-10-09 22:46:00
Only You DEXTER KING feat. Alexis Donn 19 78624 -21376 -7717 100000 2022-10-16 00:46:31
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.0761
Total Execution Time  2.0790
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,905,240 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/5793/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.0677 seconds)  (Hide)
0.0032   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` = '5793'
GROUP BY `gs`.`grade
0.0016   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` = '5793'
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` = '5793'
AND `r`.`name` = 'total' 
2.0627   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)