Facade


Total World Records: ??
Country: US

Stars Earned
14
19
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
Start & Paws Oscillator X 19 74651 -25349 -9151 100000 2024-03-28 01:02:22
Show Me Your Moves Auvic 20 78351 -21649 -8660 100000 2024-04-04 00:31:07
The 7th Element Vitas 19 84974 -15026 -5424 100000 2024-03-28 01:00:20
Think Thousand Thoughts Auvic 20 83969 -16031 -6412 100000 2025-04-28 23:07:07
Bounce Crew 7 19 86959 -13041 -4708 100000 2025-10-10 00:15:11
Surf Hyper Potions 22 88319 -11681 -5654 100000 2026-03-09 01:23:33
Click Bait S3RL feat. GL!TCH 20 88846 -11154 -4462 100000 2025-10-10 00:24:14
Zenith Sanxion7 24 39150 -60850 -35050 100000 2026-02-06 01:33:42
Megalovania Toby Fox 21 88036 -11964 -5276 100000 2024-04-13 02:57:21
Beethoven Virus BanYa 22 53479 -46521 -22516 100000 2026-02-06 01:30:31
The Judgement Day Naoki feat. Riyu Kosaka 19 91242 -8758 -3162 100000 2025-10-10 00:20:30
Butterfly Swingrowers 19 90799 -9201 -3322 100000 2025-04-24 22:43:51
Paradox Naoki feat. Riyu Kosaka 20 83286 -16714 -6686 100000 2024-04-04 00:28:48
Jukebox Swingrowers 21 82125 -17875 -7883 100000 2024-04-13 02:59:30
Grab It While We Can FantastixX 19 89870 -10130 -3657 100000 2024-03-30 05:06:39
Robot World Oscillator X 19 92694 -7306 -2637 100000 2025-04-30 23:09:24
Lay It Down Tchorta & Gui Boratto 19 93576 -6424 -2319 100000 2025-04-23 22:53:18
Kalinka Quiqman 20 82780 -17220 -6888 100000 2024-04-04 00:25:56
Silent Movie Little Violet 19 85195 -14805 -5345 100000 2024-03-30 05:08:55
How We Win FWLR 21 86412 -13588 -5992 100000 2024-04-13 03:01:36
Right Into You The Tech Team 20 87916 -12084 -4834 100000 2025-04-23 23:01:34
Orbit Ellis 19 93284 -6716 -2424 100000 2025-04-24 22:46:28
Crab Rave Noisestorm 20 92792 -7208 -2883 100000 2024-10-15 00:50:49
Just Dance Bad Computer 20 90199 -9801 -3920 100000 2025-04-28 23:02:17
Nothing Else Matters Katya Ocean 19 88978 -11022 -3979 100000 2025-04-23 22:51:08
Supernova Laszlo 22 24313 -75687 -36633 100000 2025-04-30 23:12:29
My Salsa Carlito 20 82312 -17688 -7075 100000 2025-04-23 22:59:23
Set My Heart On Fire Rocket Man 22 87984 -12016 -5816 100000 2026-01-28 01:27:24
Letting Go Bensley & Voicians 19 81943 -18057 -6519 100000 2025-10-02 23:25:21
Proper Rhythm peak divide 21 91711 -8289 -3655 100000 2026-01-28 01:13:06
Worn Out Tapes peak divide 23 91914 -8086 -4277 100000 2026-01-28 01:18:34
Forever Now peak divide 22 90392 -9608 -4650 100000 2026-01-28 01:15:21
Sevillana Mirage Re-venG 24 84359 -15641 -9009 100000 2025-11-26 00:51:38
Morning Call U_Chae feat. Uki Satake 21 84637 -15363 -6775 100000 2025-11-26 00:48:25
Old School Rameses B 23 85112 -14888 -7876 100000 2026-01-30 01:37:26
Death By Glamour Toby Fox 23 6135 -93865 -49655 100000 2026-01-28 01:30:16
Rubix Cube Rusko 21 90067 -9933 -4380 100000 2026-01-28 01:24:16
  BENCHMARKS  
Loading Time: Base Classes  0.0038
Controller Execution Time ( Main / Rival )  4.1154
Total Execution Time  4.1195
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,054,352 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14606/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 (4.1009 seconds)  (Hide)
0.0039   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` = '14606'
GROUP BY `gs`.`grade
0.0023   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` = '14606'
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` = '14606'
AND `r`.`name` = 'total' 
4.0944   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)