X.A 2005


Total World Records: ??
Country: US

Stars Earned
8
15
3

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
Dance Vibrations Elpis 19 98625 -1375 -496 100000 2026-03-31 17:18:20
Party All Night KaW feat. Sam-I-Am 20 97765 -2235 -894 100000 2026-03-31 17:08:32
Blow My Mind Alphadelta 19 94758 -5242 -1892 100000 2026-03-31 19:57:40
Crazyloop Crazy Loop 22 86454 -13546 -6556 100000 2026-03-31 20:00:26
Da Roots Mind Reflection 20 96899 -3101 -1240 100000 2026-03-31 17:14:54
Reactor Jason Creasey 19 96071 -3929 -1418 100000 2026-03-31 19:46:32
Rainspark Sanxion7 21 92906 -7094 -3128 100000 2026-03-31 19:43:42
Bumble Bee Bambee 20 96358 -3642 -1457 100000 2026-03-31 17:11:38
Typical Tropical Bambee 19 98187 -1813 -654 100000 2026-03-31 16:54:27
Movin On Ellen Gee 20 98155 -1845 -738 100000 2026-03-31 17:23:36
Move It Groove It KaW feat. Sam-I-Am 22 95346 -4654 -2253 100000 2026-03-31 17:06:19
Bye Bye Baby Balloon Joga 21 95777 -4223 -1862 100000 2026-03-31 17:59:39
Confusion Tess 22 91853 -8147 -3943 100000 2026-03-31 20:02:56
BU-44 Naoki 21 77125 -22875 -10088 100000 2026-03-31 17:57:22
Pump the Rhythm Ultimate Heights 21 95599 -4401 -1941 100000 2026-03-31 17:30:18
Sing It Again Kirk Monteux 19 93021 -6979 -2519 100000 2026-03-31 19:48:49
Crab Rave Noisestorm 20 98788 -1212 -485 100000 2026-03-31 17:35:59
Bambole (Ole) Papa Gonzalez 20 95776 -4224 -1690 100000 2026-03-31 19:55:21
Poco Loco Carlito 21 99239 -761 -336 100000 2026-03-31 16:57:04
Sirens RENOLD X Scarlett 19 98278 -1722 -622 100000 2026-03-31 17:47:46
Night In Motion Cubic 22 21 99384 -616 -272 100000 2026-03-31 17:03:30
Let's Remember N.M.R 21 98472 -1528 -674 100000 2026-03-31 17:38:56
My Salsa Carlito 20 95128 -4872 -1949 100000 2026-03-31 20:12:46
DJ Party BB Hayes 20 94530 -5470 -2188 100000 2026-03-31 20:05:37
Need You Nostalgix 22 97196 -2804 -1357 100000 2026-03-31 17:26:28
Street Level NXSTY 23 86361 -13639 -7215 100000 2026-03-31 19:51:33
  BENCHMARKS  
Loading Time: Base Classes  0.0040
Controller Execution Time ( Main / Rival )  4.5595
Total Execution Time  4.5638
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,021,968 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/12146/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.5465 seconds)  (Hide)
0.0022   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` = '12146'
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` = '12146'
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` = '12146'
AND `r`.`name` = 'total' 
4.5429   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)