Zangoose


Total World Records: ??
Country: US

Stars Earned
8
15
1

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
Remember December Smiley 22 86225 -13775 -6667 100000 2024-07-06 20:47:56
Dream A Dream Captain Jack 20 84492 -15508 -6203 100000 2024-07-08 22:08:49
Disconnected Disco Kid Whatever 20 84082 -15918 -6367 100000 2024-06-15 20:48:58
Pop4 Vibes & Wishdokta 22 89209 -10791 -5223 100000 2024-06-25 22:05:05
Click Bait S3RL feat. GL!TCH 20 89526 -10474 -4190 100000 2024-06-30 19:44:33
Feel The Melody S3RL feat. Sara 20 90324 -9676 -3870 100000 2024-07-01 21:07:37
Be Alive Stian K 20 88268 -11732 -4693 100000 2024-07-06 23:02:53
Waka Laka Jenny Rom vs. The Zippers 21 80645 -19355 -8536 100000 2024-06-10 21:44:02
Bang Bang Bang DCX 21 88661 -11339 -5000 100000 2024-06-11 20:36:11
Music & Police CJ Crew & KaW feat. Christian D. 21 82516 -17484 -7710 100000 2024-07-06 20:44:24
Classic Madness Fracus & Darwin 21 81595 -18405 -8117 100000 2024-07-06 23:07:47
Bring Your Lovin Back Fracus 20 89850 -10150 -4060 100000 2024-07-01 21:04:45
Kick It Man KaW feat. DAZ 19 87975 -12025 -4341 100000 2024-06-30 22:37:12
Ring The Alarm M-Project & Signal 22 82738 -17262 -8355 100000 2024-07-02 20:49:36
Boomerang Miss V 21 91609 -8391 -3700 100000 2024-07-01 22:06:12
Pump It Electric Callboy 21 87465 -12535 -5528 100000 2024-06-28 20:18:50
Right Into You The Tech Team 20 90145 -9855 -3942 100000 2024-06-17 20:24:04
Crab Rave Noisestorm 20 91544 -8456 -3382 100000 2024-06-09 21:02:18
Down Low Hr. Troels x Felix Schorn 20 90721 -9279 -3712 100000 2024-07-06 22:17:22
UFO Little Sis Nora & S3RL 20 95552 -4448 -1779 100000 2024-07-06 20:41:52
Candy Pop Luv Limited -NM- 21 60450 -39550 -17442 100000 2024-07-08 22:11:51
To Your Beat S3RL feat. Hannah Fortune 23 85346 -14654 -7752 100000 2024-07-06 22:21:57
Elysium Scott Brown 21 88532 -11468 -5057 100000 2024-06-28 21:49:12
Definition of a Badboy Scott Brown 20 88771 -11229 -4492 100000 2024-07-06 22:19:21
  BENCHMARKS  
Loading Time: Base Classes  0.0046
Controller Execution Time ( Main / Rival )  2.0623
Total Execution Time  2.0673
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,893,472 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/16022/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.0488 seconds)  (Hide)
0.0030   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` = '16022'
GROUP BY `gs`.`grade
0.0026   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` = '16022'
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` = '16022'
AND `r`.`name` = 'total' 
2.0430   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)