Expand


Total World Records: ??
Country: CA

Stars Earned
11
1
14

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
The Rainmaker Doug Laurent 20 84730 -15270 -6108 100000 2023-04-09 03:01:48
Be My Hero Freezer 21 76009 -23991 -10580 100000 2023-04-09 02:24:38
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 71246 -28754 -16562 100000 2023-07-06 00:45:14
Mexi Mexi Mozquito 20 92279 -7721 -3088 100000 2023-08-02 23:05:12
Unity TheFatRat 21 82916 -17084 -7534 100000 2023-03-17 01:50:25
Ladybug Coconut 19 91557 -8443 -3048 100000 2023-08-02 22:46:02
Click Bait S3RL feat. GL!TCH 20 90198 -9802 -3921 100000 2023-03-15 02:52:15
July Smiley 20 86989 -13011 -5204 100000 2023-08-02 22:53:01
Utopia Smiley 22 84077 -15923 -7707 100000 2023-04-09 03:14:05
Become Astral Ash Astral 22 78103 -21897 -10598 100000 2023-03-17 02:05:03
Bumble Bee Bambee 20 91488 -8512 -3405 100000 2023-03-17 02:24:42
Dam Dariram Joga 20 90064 -9936 -3974 100000 2023-03-17 02:11:07
So Deep Silvertear 21 87259 -12741 -5619 100000 2023-04-09 03:51:36
Bring Your Lovin Back Fracus 20 89528 -10472 -4189 100000 2023-08-02 22:55:16
Nori Nori Nori Judy Crystal 21 88705 -11295 -4981 100000 2023-08-02 23:07:14
Show U Love Entity 22 85051 -14949 -7235 100000 2023-03-17 02:16:29
Twelve Riyu Kosaka 20 85467 -14533 -5813 100000 2023-04-09 02:24:38
Beethoven Virus BanYa 22 78214 -21786 -10544 100000 2023-04-09 03:17:59
Ring The Alarm M-Project & Signal 22 86285 -13715 -6638 100000 2023-03-17 02:28:43
Follow My Pamp Andrea Damante feat. Adam Clay 20 87338 -12662 -5065 100000 2023-03-17 02:08:54
Ooh La La La E-Rotic 21 85285 -14715 -6489 100000 2023-03-17 01:36:35
Right Into You The Tech Team 20 89199 -10801 -4320 100000 2023-03-17 01:53:14
Crab Rave Noisestorm 20 90541 -9459 -3784 100000 2023-03-15 02:56:35
Make It Tonight Fracus & Darwin feat. Jake 21 92019 -7981 -3520 100000 2023-07-06 02:08:50
Northern Lights Saxsquatch 21 91162 -8838 -3898 100000 2023-07-06 00:55:50
2NITE nanobii 21 78577 -21423 -9448 100000 2023-07-06 01:06:21
  BENCHMARKS  
Loading Time: Base Classes  0.0038
Controller Execution Time ( Main / Rival )  5.5723
Total Execution Time  5.5763
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,905,128 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6342/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 (5.5310 seconds)  (Hide)
0.1871   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` = '6342'
GROUP BY `gs`.`grade
0.0300   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` = '6342'
AND `ghs`.`private` = 
0.0004   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` = '6342'
AND `r`.`name` = 'total' 
5.3135   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)