a ghost


Total World Records: ??
Country: US

Stars Earned
13
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
Party All Night KaW feat. Sam-I-Am 20 99201 -799 -320 100000 2023-06-24 21:33:25
Go 60 Go Takoyaki 24 95118 -4882 -2812 100000 2022-12-31 20:39:40
Sunshine Triple J 22 98532 -1468 -711 100000 2023-03-18 20:02:30
EternuS Sanxion7 20 97584 -2416 -966 100000 2023-03-18 19:39:14
Gargoyle Sanxion7 24 97870 -2130 -1227 100000 2022-12-31 21:11:19
Dance Boom Boom Tipsy & Tipsy 23 97592 -2408 -1274 100000 2023-03-18 19:36:47
Hero Miss Papaya 20 99337 -663 -265 100000 2023-06-24 21:26:52
Young Forever Rebecca 20 98078 -1922 -769 100000 2022-12-31 21:37:30
Ghosts Tenth Planet 20 97718 -2282 -913 100000 2022-12-31 20:37:04
Anubis Banzai 20 97580 -2420 -968 100000 2022-12-31 20:32:59
Exotica Banzai 23 95928 -4072 -2154 100000 2023-03-18 20:05:43
Stay Tess 20 97645 -2355 -942 100000 2022-12-31 21:30:15
Fantasy Melissa 21 97698 -2302 -1015 100000 2022-12-31 20:50:00
Living In America Rose & John 22 98304 -1696 -821 100000 2023-03-18 19:50:19
Speed Over Beethoven Rose 22 98778 -1222 -591 100000 2023-03-18 19:53:31
Dopamine You In Mind 23 98021 -1979 -1047 100000 2022-12-31 20:47:20
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 98425 -1575 -762 100000 2023-03-18 19:46:37
Mozart Is Back Rose 24 97664 -2336 -1346 100000 2023-06-24 21:30:08
Riddimino Philstep 23 95367 -4633 -2451 100000 2023-03-18 20:17:59
Sky High Lucyfer 20 98513 -1487 -595 100000 2022-12-31 21:19:18
Arcade Run Perfect Sphere 22 96987 -3013 -1458 100000 2023-03-18 19:28:51
Delirium Smiley 23 98193 -1807 -956 100000 2022-12-31 20:44:39
Baby Love Me Judy Crystal 21 98365 -1635 -721 100000 2022-12-31 21:33:47
Summer Smiley 25 91167 -8833 -5521 100000 2023-06-24 21:37:08
In The Heat Of The Night E-Rotic 20 98912 -1088 -435 100000 2022-12-31 21:23:53
Sky High DJ Miko 20 98756 -1244 -498 100000 2023-03-18 19:22:14
EMEA Re-venG 24 91551 -8449 -4867 100000 2023-03-18 19:32:42
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  2.0670
Total Execution Time  2.0698
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,905,528 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8353/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.0549 seconds)  (Hide)
0.0031   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` = '8353'
GROUP BY `gs`.`grade
0.0014   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` = '8353'
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` = '8353'
AND `r`.`name` = 'total' 
2.0502   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)