Maxtion


Total World Records: ??
Country: US

Stars Earned
15
17
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
Can't Get Enough Miradey 20 81717 -18283 -7313 100000 2024-02-17 22:18:14
Be My Hero Freezer 21 85383 -14617 -6446 100000 2024-03-14 01:16:54
Million Feelings Chriss Floren 19 86083 -13917 -5024 100000 2024-02-17 21:54:39
Unity TheFatRat 21 84057 -15943 -7031 100000 2024-02-17 22:08:50
Drifting Away Filo Bedo 20 88771 -11229 -4492 100000 2024-02-17 22:51:48
Ize Pie Headtwist & Pump 19 89618 -10382 -3748 100000 2024-02-11 23:43:38
Land Of The Rising Sun Spacekatz 21 83569 -16431 -7246 100000 2024-03-03 22:29:27
Paranormal Inspector K 20 84484 -15516 -6206 100000 2024-02-11 23:45:52
Do U Love Me DJ Doo 21 82174 -17826 -7861 100000 2024-07-06 06:21:28
Ghosts Tenth Planet 20 80742 -19258 -7703 100000 2024-03-03 22:55:31
Anubis Banzai 20 86269 -13731 -5492 100000 2024-03-03 22:53:24
Dam Dariram Joga 20 91052 -8948 -3579 100000 2024-03-03 22:01:30
Classic Madness Fracus & Darwin 21 85070 -14930 -6584 100000 2024-03-03 22:24:21
Magic Mystery Tour KaW feat. Paula Terry 19 89969 -10031 -3621 100000 2024-03-03 21:29:43
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 89019 -10981 -4843 100000 2024-03-14 02:58:47
Beethoven Virus BanYa 22 69743 -30257 -14644 100000 2024-03-28 06:07:32
Charlene Missing Heart 22 78230 -21770 -10537 100000 2024-03-14 03:01:13
Do It All Night E-Rotic 20 91482 -8518 -3407 100000 2024-02-11 22:24:56
Kagami KaW 21 85559 -14441 -6368 100000 2024-03-14 03:03:59
The Judgement Day Naoki feat. Riyu Kosaka 19 92931 -7069 -2552 100000 2024-02-17 22:46:03
In The Heat Of The Night E-Rotic 20 89002 -10998 -4399 100000 2024-03-03 22:57:42
Paradox Naoki feat. Riyu Kosaka 20 91927 -8073 -3229 100000 2024-03-14 02:27:35
Contrast Donk Terrorist vs. Daniel Seven 22 85333 -14667 -7099 100000 2024-03-14 01:45:23
Pump the Rhythm Ultimate Heights 21 91214 -8786 -3875 100000 2024-03-14 01:34:46
Everybody Dance X-Rated 22 87253 -12747 -6170 100000 2024-03-28 06:12:07
Bewitched PIXY 22 85767 -14233 -6889 100000 2024-03-14 02:29:56
Right Into You The Tech Team 20 91571 -8429 -3372 100000 2024-03-14 01:03:59
Perks Bibi Gold 21 87954 -12046 -5312 100000 2024-03-28 04:17:47
Crab Rave Noisestorm 20 88420 -11580 -4632 100000 2024-03-03 22:27:02
Born to Run Red Parker 19 92758 -7242 -2614 100000 2024-02-11 22:21:31
Forever and a Day Dy5on feat. Silver Angelina 22 82518 -17482 -8461 100000 2024-02-17 23:30:53
Nothing Else Matters Katya Ocean 19 93295 -6705 -2421 100000 2024-03-28 04:32:00
Every Little Thing Conro 21 88517 -11483 -5064 100000 2024-03-28 05:27:47
  BENCHMARKS  
Loading Time: Base Classes  0.0037
Controller Execution Time ( Main / Rival )  2.8284
Total Execution Time  2.8323
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,926,824 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14016/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.8180 seconds)  (Hide)
0.0019   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` = '14016'
GROUP BY `gs`.`grade
0.0012   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` = '14016'
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` = '14016'
AND `r`.`name` = 'total' 
2.8147   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)