frostywoofs


Total World Records: ??
Country: US

Stars Earned
17
11
2
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
Million Feelings Chriss Floren 19 94070 -5930 -2141 100000 2024-09-21 00:01:21
Disconnected Disco Kid Whatever 20 87833 -12167 -4867 100000 2025-02-11 00:56:42
Flying High Filo Bedo 21 81808 -18192 -8023 100000 2024-09-15 21:30:08
I Think I Like That Sound Kid Whatever 20 89247 -10753 -4301 100000 2024-09-21 02:04:20
Spin Chicken Freebie & The Bean 21 79689 -20311 -8957 100000 2024-09-15 22:52:50
Bumble Bee Bambee 20 92729 -7271 -2908 100000 2024-09-21 00:27:51
Typical Tropical Bambee 19 84424 -15576 -5623 100000 2025-02-11 02:41:35
Ghosts Tenth Planet 20 84942 -15058 -6023 100000 2024-09-15 22:46:21
Esperanza KaW 22 59983 -40017 -19368 100000 2024-09-21 00:13:30
Electric The DNC feat. Miss Amani 22 54904 -45096 -21826 100000 2024-09-15 21:26:47
So Deep Silvertear 21 90929 -9071 -4000 100000 2024-09-21 02:27:28
What Love Feels Like Leonail 20 93407 -6593 -2637 100000 2024-09-21 02:08:13
Contrast Donk Terrorist vs. Daniel Seven 22 88228 -11772 -5698 100000 2024-09-15 21:19:57
Grab It While We Can FantastixX 19 88601 -11399 -4115 100000 2024-09-20 23:55:48
Robot World Oscillator X 19 92574 -7426 -2681 100000 2024-09-15 22:38:12
Kalinka Quiqman 20 93716 -6284 -2514 100000 2024-09-21 02:10:26
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 94524 -5476 -1977 100000 2024-09-21 02:01:58
The Shrimps Vertigini 20 89863 -10137 -4055 100000 2024-09-21 00:16:14
Here For You PIXL feat. Q'AILA 19 95849 -4151 -1499 100000 2024-09-20 23:58:04
TURBO Tokyo Machine 21 93970 -6030 -2659 100000 2024-09-15 22:49:02
Crab Rave Noisestorm 20 95484 -4516 -1806 100000 2024-09-21 00:19:09
Make It Tonight Fracus & Darwin feat. Jake 21 84011 -15989 -7051 100000 2024-09-21 00:25:19
Every Little Thing Conro 21 93047 -6953 -3066 100000 2024-09-21 00:21:45
The Bass & the Melody S3RL 22 85712 -14288 -6915 100000 2024-09-15 22:57:53
Elysium Scott Brown 21 84159 -15841 -6986 100000 2024-09-15 21:23:54
Kibo Dion Timmer 22 81078 -18922 -9158 100000 2024-09-15 22:55:28
Big Boss Big Boss 21 65222 -34778 -15337 100000 2025-07-05 00:44:50
Rock Me Forever Nevada 21 89556 -10444 -4606 100000 2024-09-15 22:40:28
Where Did You Go Tatsunoshin 21 84748 -15252 -6726 100000 2024-09-21 02:24:38
Love Toxic FACTOR-X 21 83021 -16979 -7488 100000 2024-10-26 22:20:48
戦国 Re-venG 21 80699 -19301 -8512 100000 2024-10-26 22:18:36
  BENCHMARKS  
Loading Time: Base Classes  0.0030
Controller Execution Time ( Main / Rival )  2.9623
Total Execution Time  2.9654
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,922,848 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8931/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.9530 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` = '8931'
GROUP BY `gs`.`grade
0.0062   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` = '8931'
AND `ghs`.`private` = 
0.0089   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` = '8931'
AND `r`.`name` = 'total' 
2.9361   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)