cwiggers


Total World Records: ??
Country: US

Stars Earned
24
1
11

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 97868 -2132 -853 100000 2025-07-19 02:56:53
Who KaW 21 97735 -2265 -999 100000 2025-07-19 02:54:39
Sunshine Triple J 22 88202 -11798 -5710 100000 2025-07-19 03:20:15
Pink Fuzzy Bunnies Wonderboy 25 11472 -88528 -55330 100000 2025-07-19 02:51:42
Do U Love Me DJ Doo 21 95516 -4484 -1977 100000 2024-04-14 00:33:06
Typical Tropical Bambee 19 95449 -4551 -1643 100000 2023-12-29 04:55:23
Movin On Ellen Gee 20 96700 -3300 -1320 100000 2023-12-29 04:48:42
Bye Bye Baby Balloon Joga 21 95535 -4465 -1969 100000 2025-07-19 03:09:54
Come On Now Miss Amani 20 95194 -4806 -1922 100000 2023-12-29 05:06:16
Sky High Lucyfer 20 95113 -4887 -1955 100000 2023-12-29 04:51:23
Cryosleep Machinae Supremacy 20 92679 -7321 -2928 100000 2025-04-17 21:42:08
Queen Of Light E-Rotic 21 96555 -3445 -1519 100000 2025-07-19 03:01:39
Disco High Ultimate Heights 21 98225 -1775 -783 100000 2025-07-19 03:14:22
Everybody 2 the Sun Ultimate Heights 20 98284 -1716 -686 100000 2025-04-17 22:13:31
High On Your Love Safura 19 98731 -1269 -458 100000 2023-12-29 05:03:32
Moonlight PIXY 20 98747 -1253 -501 100000 2025-07-19 03:04:47
Orbit Ellis 19 94837 -5163 -1864 100000 2023-12-29 04:58:18
Born to Run Red Parker 19 99117 -883 -319 100000 2024-04-14 00:36:26
Nothing Else Matters Katya Ocean 19 97021 -2979 -1075 100000 2023-12-29 05:00:56
Work Stella Mwangi 21 96691 -3309 -1459 100000 2024-04-14 00:34:46
Candy Pop Luv Limited -NM- 21 95389 -4611 -2033 100000 2025-07-19 03:11:57
Never Let You Down BEAUZ, Miles Away, & RYYZN 22 95127 -4873 -2359 100000 2025-04-17 22:08:11
Tick Tock Technikore 20 98353 -1647 -659 100000 2025-04-17 22:05:34
Got Good Vibes MO XO 22 95948 -4052 -1961 100000 2025-04-17 22:16:34
Big Boss Big Boss 21 98598 -1402 -618 100000 2025-07-19 03:07:58
Color My Love Fun Fun 21 96856 -3144 -1387 100000 2025-04-17 22:19:20
Burbank Nights Dirtyphonics 22 92005 -7995 -3870 100000 2025-04-17 22:10:58
GOAT 2BT3K 22 98897 -1103 -534 100000 2025-04-17 21:57:00
Baila Bolero Fun Fun 20 97425 -2575 -1030 100000 2025-04-17 21:53:50
Be Alright Red Parker 20 96175 -3825 -1530 100000 2025-04-17 21:59:31
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 99398 -602 -265 100000 2025-07-19 03:17:05
Polarised Koven, ÆON:MODE, Blanke 22 96459 -3541 -1714 100000 2025-04-17 21:45:37
Halley's Comet Jenna Drey & Joe Bermudez 19 99481 -519 -187 100000 2025-04-17 22:24:47
Rain Dance MUZZ 21 95112 -4888 -2156 100000 2025-04-17 21:48:05
Redshift F.O.O.L 23 97284 -2716 -1437 100000 2025-04-17 22:22:33
Ping Pong AronChupa & Little Sis Nora 20 99514 -486 -194 100000 2025-07-19 02:59:15
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  1.8955
Total Execution Time  1.8984
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,939,560 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9881/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 (1.8808 seconds)  (Hide)
0.0180   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` = '9881'
GROUP BY `gs`.`grade
0.0049   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` = '9881'
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` = '9881'
AND `r`.`name` = 'total' 
1.8577   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)