MMason


Total World Records: ??
Country: CA

Stars Earned
3
11
13

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
Dynamo Oscillator X 19 71274 -28726 -10370 100000 2025-10-15 22:11:25
Birdie Doolittle 19 77107 -22893 -8264 100000 2025-10-15 02:15:17
Can't Let Go Jenna Drey 19 60537 -39463 -14246 100000 2025-10-15 00:59:14
Change The World Nathalie & Kim Lukas 19 14259 -85741 -30953 100000 2025-10-15 02:36:01
Show Me Your Moves Auvic 20 21633 -78367 -31347 100000 2025-10-15 22:36:41
Blow My Mind Alphadelta 19 76409 -23591 -8516 100000 2025-10-15 02:17:15
Funny Love Dan Balan 19 75133 -24867 -8977 100000 2025-10-15 22:16:25
Ize Pie Headtwist & Pump 19 8577 -91423 -33004 100000 2025-10-17 02:51:40
Dies Irae Jason Creasey 19 26429 -73571 -26559 100000 2025-10-15 22:09:28
Feel The Melody S3RL feat. Sara 20 11674 -88326 -35330 100000 2025-10-16 00:50:21
Coming Out Playmaker feat. Robina 19 83297 -16703 -6030 100000 2025-10-15 01:01:38
Pink Dinosaur Miss Papaya 19 84273 -15727 -5677 100000 2025-10-15 02:03:29
Devil Inside CRMNL 19 78008 -21992 -7939 100000 2025-10-15 01:04:40
Grab It While We Can FantastixX 19 20880 -79120 -28562 100000 2025-10-16 00:52:46
Robot World Oscillator X 19 44928 -55072 -19881 100000 2025-10-14 19:17:24
Say Na Na Na Serhat 19 80133 -19867 -7172 100000 2025-10-15 22:34:23
Right Into You The Tech Team 20 32731 -67269 -26908 100000 2025-10-15 22:06:54
Orbit Ellis 19 29606 -70394 -25412 100000 2025-10-17 02:21:43
Crab Rave Noisestorm 20 54300 -45700 -18280 100000 2025-10-16 00:46:24
Born to Run Red Parker 19 58558 -41442 -14961 100000 2025-10-15 02:38:05
All Starts Now Laurell 19 77778 -22222 -8022 100000 2025-10-15 02:11:14
Boogeyman Wizardz of Oz 19 81008 -18992 -6856 100000 2025-10-15 02:30:54
Truth or Dare PIXY 19 81117 -18883 -6817 100000 2025-10-15 02:08:33
Everybody Get Up Tempo feat. Manola 19 79539 -20461 -7386 100000 2025-10-15 22:13:47
My Heart Is Ticking Like A Bomb E-Rotic 20 4200 -95800 -38320 100000 2025-10-15 01:55:24
Halley's Comet Jenna Drey & Joe Bermudez 19 37642 -62358 -22511 100000 2025-10-15 01:57:45
Letting Go Bensley & Voicians 19 12585 -87415 -31557 100000 2025-10-15 22:28:06
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  3.5076
Total Execution Time  3.5103
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,954,520 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/25001/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.4971 seconds)  (Hide)
0.1782   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` = '25001'
GROUP BY `gs`.`grade
0.0135   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` = '25001'
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` = '25001'
AND `r`.`name` = 'total' 
3.3051   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)