skwid


Total World Records: ??
Country: US

Stars Earned
23
9
1
2

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
Emotion Smiley 22 97556 -2444 -1183 100000 2024-03-08 05:57:47
Start & Paws Oscillator X 19 92668 -7332 -2647 100000 2023-05-20 03:13:37
Da Roots Mind Reflection 20 98674 -1326 -530 100000 2023-05-20 04:23:27
Determinator Dust Devil 26 59534 -40466 -27355 100000 2024-03-31 04:41:42
Go 60 Go Takoyaki 24 25310 -74690 -43021 100000 2023-07-01 04:56:21
Ra Banzai 21 95212 -4788 -2112 100000 2023-07-01 04:35:32
Click Bait S3RL feat. GL!TCH 20 98544 -1456 -582 100000 2024-04-14 03:36:02
Feel The Melody S3RL feat. Sara 20 98988 -1012 -405 100000 2024-04-05 04:47:00
Do U Love Me DJ Doo 21 92610 -7390 -3259 100000 2023-07-01 04:53:42
Become Astral Ash Astral 22 94052 -5948 -2879 100000 2024-04-05 04:57:40
Waka Laka Jenny Rom vs. The Zippers 21 98925 -1075 -474 100000 2023-07-01 04:38:06
Flash In The Night Flashman 22 95113 -4887 -2365 100000 2023-05-20 05:12:53
Ghosts Tenth Planet 20 97017 -2983 -1193 100000 2024-12-20 05:24:02
Bye Bye Baby Balloon Joga 21 95788 -4212 -1857 100000 2024-04-05 04:59:45
Dam Dariram Joga 20 97973 -2027 -811 100000 2024-04-05 04:49:00
Music & Police CJ Crew & KaW feat. Christian D. 21 93540 -6460 -2849 100000 2023-05-20 02:30:39
Fantasy Melissa 21 96195 -3805 -1678 100000 2023-05-20 04:28:12
No Nobody's Love Joga 20 98260 -1740 -696 100000 2024-04-14 03:39:15
My Generation Captain Jack 20 98137 -1863 -745 100000 2024-12-20 05:21:48
Charlene Missing Heart 22 94301 -5699 -2758 100000 2024-03-01 06:52:47
SubZero Donk Terrorist vs. 204 22 93935 -6065 -2935 100000 2023-07-01 04:50:38
Summer Smiley 25 49585 -50415 -31509 100000 2024-03-08 06:00:40
Glowing In The Night Schustin 23 91472 -8528 -4511 100000 2023-05-20 03:41:05
Queen Of Light E-Rotic 21 97895 -2105 -928 100000 2024-12-20 05:19:29
Canon D.2 Yahpp 23 94461 -5539 -2930 100000 2023-05-20 05:15:07
William Tell Quiqman 24 90244 -9756 -5619 100000 2023-05-20 03:27:48
Cyber-Kyoto- Re-venG 20 89424 -10576 -4230 100000 2023-07-09 01:26:42
We Got The Moves Electric Callboy 20 98465 -1535 -614 100000 2024-04-14 03:33:38
Pump It Electric Callboy 21 97481 -2519 -1111 100000 2024-03-10 05:44:09
Space Boy Rameses B, Feint & Veela 22 92203 -7797 -3774 100000 2024-03-31 04:39:15
Crab Rave Noisestorm 20 99546 -454 -182 100000 2024-04-05 04:54:15
EMEA Re-venG 24 96182 -3818 -2199 100000 2024-03-31 04:30:34
Forever and a Day Dy5on feat. Silver Angelina 22 95402 -4598 -2225 100000 2023-05-20 05:10:24
Bassline Shatter M-Project & S2i8 23 94403 -5597 -2961 100000 2024-03-31 04:36:53
Zen Re-venG 22 98111 -1889 -914 100000 2024-03-08 05:55:15
  BENCHMARKS  
Loading Time: Base Classes  0.0032
Controller Execution Time ( Main / Rival )  2.4925
Total Execution Time  2.4959
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,938,128 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9487/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.4825 seconds)  (Hide)
0.0018   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` = '9487'
GROUP BY `gs`.`grade
0.0010   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` = '9487'
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` = '9487'
AND `r`.`name` = 'total' 
2.4795   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)