Mognetic


Total World Records: ??
Country: US

Stars Earned
22
4

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
Remember December Smiley 22 95052 -4948 -2395 100000 2021-02-03 22:56:22
Dream A Dream Captain Jack 20 96102 -3898 -1559 100000 2021-03-06 06:15:05
My Freedom Rayman Rave & Nika Lenina 19 97657 -2343 -846 100000 2021-02-03 23:06:52
Surf Hyper Potions 22 97389 -2611 -1264 100000 2021-02-05 03:27:29
Crazyloop Crazy Loop 22 97862 -2138 -1035 100000 2021-02-03 23:06:52
Ra Banzai 21 98005 -1995 -880 100000 2021-02-03 22:56:22
Be Alive Stian K 20 97110 -2890 -1156 100000 2021-02-05 03:17:28
Senorita Jenny Rom 23 96233 -3767 -1993 100000 2021-02-05 03:06:46
Ghosts Tenth Planet 20 97772 -2228 -891 100000 2021-02-03 22:29:02
Justify My Love Tess 21 98565 -1435 -633 100000 2021-02-03 23:14:30
Movin On Ellen Gee 20 98080 -1920 -768 100000 2021-02-03 22:56:22
Music & Police CJ Crew & KaW feat. Christian D. 21 96269 -3731 -1645 100000 2021-02-05 03:27:29
Nightmare FSJ feat. Tara Louise 21 97597 -2403 -1060 100000 2021-02-03 23:14:30
Hypnosis Colin Kiddy 21 98782 -1218 -537 100000 2021-02-05 03:17:28
Electro Asia Re-venge Phoenix 21 97280 -2720 -1200 100000 2021-02-03 22:31:59
Megalovania Toby Fox 21 97903 -2097 -925 100000 2021-02-03 23:14:30
My Generation Captain Jack 20 96815 -3185 -1274 100000 2021-03-06 06:22:45
Russian Roulette Darwin 22 94577 -5423 -2625 100000 2021-02-03 22:41:09
Csikos Post BanYa 22 91893 -8107 -3924 100000 2021-02-05 03:17:28
Ma Huggies FIG & Nico Sleator 20 97627 -2373 -949 100000 2021-02-03 23:06:52
On My Own Anamanaguchi feat. HANA 21 97467 -2533 -1117 100000 2021-02-05 03:06:46
Show U Love Entity 22 94848 -5152 -2494 100000 2021-02-05 03:27:29
Beethoven Virus BanYa 22 89123 -10877 -5264 100000 2021-03-06 06:39:14
BU-44 Naoki 21 96654 -3346 -1476 100000 2021-03-06 06:15:05
Charlene Missing Heart 22 91979 -8021 -3882 100000 2021-03-06 06:15:05
SubZero Donk Terrorist vs. 204 22 93988 -6012 -2910 100000 2021-03-06 06:39:14
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  2.7095
Total Execution Time  2.7124
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,903,888 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/3538/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.7012 seconds)  (Hide)
0.0009   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` = '3538'
GROUP BY `gs`.`grade
0.0027   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` = '3538'
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` = '3538'
AND `r`.`name` = 'total' 
2.6974   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)