TheGoldenFerret


Total World Records: ??
Country: US

Stars Earned
24
4
8

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
Dance Vibrations Elpis 19 74666 -25334 -9146 100000 2026-01-08 16:27:50
Dynamo Oscillator X 19 80115 -19885 -7178 100000 2026-01-08 16:36:35
Land Of The Lost Banzai 19 77235 -22765 -8218 100000 2026-01-04 17:00:26
Lucky Star Miradey 20 80036 -19964 -7986 100000 2026-01-05 16:44:25
Birdie Doolittle 19 79058 -20942 -7560 100000 2026-01-08 15:21:10
Can't Let Go Jenna Drey 19 76396 -23604 -8521 100000 2026-01-08 16:21:22
Change The World Nathalie & Kim Lukas 19 80199 -19801 -7148 100000 2026-01-08 16:23:44
Ba Be Loo Be La Kristeen 20 77847 -22153 -8861 100000 2026-01-05 15:27:33
Blow My Mind Alphadelta 19 73262 -26738 -9652 100000 2026-01-08 15:23:45
Bounce Crew 7 19 73968 -26032 -9398 100000 2026-01-08 16:12:14
Endless Day Verona 19 57981 -42019 -15169 100000 2026-01-08 18:21:17
Drifting Away Filo Bedo 20 14771 -85229 -34092 100000 2026-01-05 16:37:49
This Is Rock And Roll DJ Zombie 19 14253 -85747 -30955 100000 2026-01-08 15:15:16
Dies Irae Jason Creasey 19 81369 -18631 -6726 100000 2026-01-08 16:33:48
Bumble Bee Bambee 20 74728 -25272 -10109 100000 2026-01-05 15:29:53
Coming Out Playmaker feat. Robina 19 77044 -22956 -8287 100000 2026-01-08 16:25:41
No Princess Lynn 19 81331 -18669 -6740 100000 2026-01-05 15:22:36
Summer Night In Seattle Jenna Drey 20 76067 -23933 -9573 100000 2026-01-05 15:38:26
Speed Over Beethoven Rose 22 42404 -57596 -27876 100000 2026-01-05 15:19:32
Devil Inside CRMNL 19 79843 -20157 -7277 100000 2026-01-08 16:29:41
Doh! Tale & Dutch 20 77162 -22838 -9135 100000 2026-01-04 21:23:31
I'm Crazy For Your Love Black Eva 21 34027 -65973 -29094 100000 2026-01-04 21:29:35
Beethoven Virus BanYa 22 14361 -85639 -41449 100000 2026-01-04 17:02:31
Cryosleep Machinae Supremacy 20 61456 -38544 -15418 100000 2026-01-05 17:31:37
Butterfly Swingrowers 19 72835 -27165 -9807 100000 2026-01-08 16:19:34
Cartoon Heroes Barbie Young 21 34151 -65849 -29039 100000 2026-01-05 16:14:04
Canon D.2 Yahpp 23 38685 -61315 -32436 100000 2026-01-05 16:18:39
WYGD Bishu 19 74361 -25639 -9256 100000 2026-01-04 17:05:15
Born to Run Red Parker 19 75383 -24617 -8887 100000 2026-01-08 15:30:26
All Starts Now Laurell 19 75491 -24509 -8848 100000 2026-01-08 15:19:18
Boogeyman Wizardz of Oz 19 75460 -24540 -8859 100000 2026-01-08 15:25:36
Electronic City Pops TOKYO twilight scene 21 64928 -35072 -15467 100000 2026-01-05 16:39:38
Letting Go Bensley & Voicians 19 32707 -67293 -24293 100000 2026-01-05 17:42:49
The Banana Song SIPPY 19 81209 -18791 -6784 100000 2026-01-05 17:39:56
Strange Stubborn Proud ELYXR feat. Kurt Harland Larson 19 66071 -33929 -12248 100000 2026-01-05 16:57:01
Bad Boy E-Rotic 20 78821 -21179 -8472 100000 2026-01-04 21:20:54
  BENCHMARKS  
Loading Time: Base Classes  0.0045
Controller Execution Time ( Main / Rival )  3.1063
Total Execution Time  3.1111
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,054,272 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/26258/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 (3.0910 seconds)  (Hide)
0.0040   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` = '26258'
GROUP BY `gs`.`grade
0.0060   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` = '26258'
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` = '26258'
AND `r`.`name` = 'total' 
3.0806   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)