Thegoofyfeet


Total World Records: ??
Country: US

Stars Earned
14
11
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
Birdie Doolittle 19 91242 -8758 -3162 100000 2025-08-29 21:38:02
Zodiac Banzai 21 94546 -5454 -2405 100000 2025-09-15 22:26:39
Temple Of Boom Yannis Kamarinos 23 84775 -15225 -8054 100000 2025-09-20 22:32:51
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 92697 -7303 -2921 100000 2025-08-21 21:28:24
July Smiley 20 85899 -14101 -5640 100000 2025-09-03 17:25:56
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 90027 -9973 -3600 100000 2025-08-28 20:16:39
Bumble Bee Bambee 20 91621 -8379 -3352 100000 2025-09-07 21:08:28
Anubis Banzai 20 96793 -3207 -1283 100000 2025-09-20 22:10:43
Hypnosis Colin Kiddy 21 85137 -14863 -6555 100000 2025-08-03 20:00:18
Nori Nori Nori Judy Crystal 21 82742 -17258 -7611 100000 2025-08-29 21:16:48
BU-44 Naoki 21 81518 -18482 -8151 100000 2025-09-15 00:38:05
Sky High DJ Miko 20 77486 -22514 -9006 100000 2025-06-22 22:05:44
Kick It Man KaW feat. DAZ 19 90345 -9655 -3485 100000 2025-07-27 20:49:49
Never Ending Story DJ AC-DC 20 95087 -4913 -1965 100000 2025-09-14 23:41:40
How We Win FWLR 21 83093 -16907 -7456 100000 2025-08-03 19:52:59
TURBO Tokyo Machine 21 83572 -16428 -7245 100000 2025-06-30 00:08:14
UFO Little Sis Nora & S3RL 20 88321 -11679 -4672 100000 2025-07-03 20:23:18
Y2Z Affinity 22 89536 -10464 -5065 100000 2025-08-31 21:52:23
Let's Remember N.M.R 21 95450 -4550 -2007 100000 2025-07-31 22:07:14
SPEED KING David Kane 24 69253 -30747 -17710 100000 2025-09-16 00:01:29
戦国 Re-venG 21 84542 -15458 -6817 100000 2025-08-03 19:58:38
Running In The 90s Max Coveri 23 79779 -20221 -10697 100000 2025-09-21 22:37:31
Dreaming Conro 20 94479 -5521 -2208 100000 2025-07-07 15:18:09
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 89978 -10022 -4420 100000 2025-08-31 22:43:34
Remember Me Leslie Parrish 21 91186 -8814 -3887 100000 2025-08-22 23:10:56
Running Ninja Eurofunk 21 78768 -21232 -9363 100000 2025-09-21 22:40:05
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.6519
Total Execution Time  2.6548
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,916,848 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/22249/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.6427 seconds)  (Hide)
0.0054   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` = '22249'
GROUP BY `gs`.`grade
0.0063   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` = '22249'
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` = '22249'
AND `r`.`name` = 'total' 
2.6308   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)