Connormgs


Total World Records: ??
Country: US

Stars Earned
20
7
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
Frozen Fire Kbit 23 90117 -9883 -5228 100000 2024-09-07 04:11:50
Hyper Hyper Smiley 22 91386 -8614 -4169 100000 2024-09-26 03:00:23
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 91194 -8806 -5072 100000 2024-09-22 04:05:49
Who KaW 21 93849 -6151 -2713 100000 2024-08-29 03:07:07
Agent Blatant Ernest + Julio 21 89809 -10191 -4494 100000 2024-08-26 22:04:11
Bloodrush TechnoDred 26 78625 -21375 -14450 100000 2024-08-29 03:11:21
Determinator Dust Devil 26 76750 -23250 -15717 100000 2024-10-05 04:11:28
Go 60 Go Takoyaki 24 89602 -10398 -5989 100000 2024-09-02 22:04:07
Paradise Smiley 24 91149 -8851 -5098 100000 2024-09-29 04:07:03
Sweet World Omega Men 22 82804 -17196 -8323 100000 2024-08-25 04:03:09
EternuS Sanxion7 20 93701 -6299 -2520 100000 2024-09-14 04:01:55
Gargoyle Sanxion7 24 92887 -7113 -4097 100000 2024-09-07 04:14:06
Utopia Smiley 22 94040 -5960 -2885 100000 2024-08-30 03:04:57
Xuxa Smiley 23 93155 -6845 -3621 100000 2024-08-26 22:06:35
Monolith Affinity 25 70296 -29704 -18565 100000 2024-09-14 04:06:43
Anubis Banzai 20 93133 -6867 -2747 100000 2024-08-23 02:53:19
Your Own Destiny Entity & Darwin 24 87369 -12631 -7275 100000 2024-08-29 03:09:15
Delirium Smiley 23 78882 -21118 -11171 100000 2024-07-29 22:25:32
Summer Smiley 25 86238 -13762 -8601 100000 2024-10-13 04:08:23
Destiny Smiley 23 95947 -4053 -2144 100000 2024-08-30 03:07:12
Cartoon Heroes Barbie Young 21 84153 -15847 -6989 100000 2024-08-17 04:36:18
Energizer ZiGZaG 23 93229 -6771 -3582 100000 2024-08-31 04:02:09
STOP! & Go Onyx 21 88226 -11774 -5192 100000 2024-08-22 02:33:27
Blackstar Celldweller 22 82753 -17247 -8348 100000 2024-08-19 21:51:48
Y2Z Affinity 22 91946 -8054 -3898 100000 2024-09-05 03:06:01
SPEED KING David Kane 24 88556 -11444 -6592 100000 2024-10-17 03:07:17
Hero of the Night David Kane 23 94357 -5643 -2985 100000 2024-11-03 04:11:40
Running In The 90s Max Coveri 23 90837 -9163 -4847 100000 2025-03-13 03:05:15
  BENCHMARKS  
Loading Time: Base Classes  0.0029
Controller Execution Time ( Main / Rival )  1.7824
Total Execution Time  1.7855
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,908,064 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/17733/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 (1.7716 seconds)  (Hide)
0.0027   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` = '17733'
GROUP BY `gs`.`grade
0.0014   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` = '17733'
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` = '17733'
AND `r`.`name` = 'total' 
1.7673   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)