sillytrew


Total World Records: ??
Country: US

Stars Earned
7
9
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
Hard Fast Disco Darwin 24 24327 -75673 -43588 100000 2024-08-27 19:31:25
Pink Fuzzy Bunnies Wonderboy 25 4862 -95138 -59461 100000 2024-09-23 23:12:45
Senorita Jenny Rom 23 70583 -29417 -15562 100000 2024-08-27 19:25:46
Music & Police CJ Crew & KaW feat. Christian D. 21 68918 -31082 -13707 100000 2024-09-23 23:23:10
Speed Over Beethoven Rose 22 74697 -25303 -12247 100000 2024-09-23 23:31:36
Mozart Is Back Rose 24 59760 -40240 -23178 100000 2024-09-23 23:28:00
Beethoven Virus BanYa 22 71717 -28283 -13689 100000 2024-08-27 19:28:17
Dr. M BanYa 23 67536 -32464 -17173 100000 2024-08-27 19:43:00
Brutalisphere Machinae Supremacy 23 72552 -27448 -14520 100000 2024-08-25 20:30:19
If You Can Say Goodbye Kate Project 19 68120 -31880 -11509 100000 2024-09-14 19:09:41
Closer To Heaven Nëonne 21 73318 -26682 -11767 100000 2024-10-30 22:37:49
Say Na Na Na Serhat 19 72592 -27408 -9894 100000 2024-10-30 22:40:12
Everybody 2 the Sun Ultimate Heights 20 68907 -31093 -12437 100000 2024-08-25 20:42:11
Katyusha Schustin 21 70558 -29442 -12984 100000 2024-08-27 19:38:26
Dystopia 2077 F.O.O.L & The Forgotten 23 44683 -55317 -29263 100000 2024-08-27 19:40:37
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 78100 -21900 -11585 100000 2024-08-27 19:13:24
Energizer ZiGZaG 23 42708 -57292 -30307 100000 2024-09-14 19:14:30
Vodka The Royal Eurobeat Orchestra of Bazookistan 21 78300 -21700 -9570 100000 2024-08-27 19:17:00
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 74025 -25975 -13741 100000 2024-09-14 19:11:42
Arsene's Bazaar James Landino 25 3600 -96400 -60250 100000 2024-08-21 22:20:25
Candy Pop Luv Limited -NM- 21 76084 -23916 -10547 100000 2024-08-27 19:11:10
To Your Beat S3RL feat. Hannah Fortune 23 445 -99555 -52665 100000 2024-08-21 22:18:06
The Bass & the Melody S3RL 22 15382 -84618 -40955 100000 2024-10-30 22:43:16
Music Is Moving Tatsunoshin 23 79808 -20192 -10682 100000 2024-09-23 23:03:54
DMT Technikore 23 56167 -43833 -23188 100000 2024-09-23 23:01:36
Where Did You Go Tatsunoshin 21 79289 -20711 -9134 100000 2024-08-19 22:57:40
Burbank Nights Dirtyphonics 22 75675 -24325 -11773 100000 2024-08-25 20:27:13
  BENCHMARKS  
Loading Time: Base Classes  0.0084
Controller Execution Time ( Main / Rival )  5.9072
Total Execution Time  5.9158
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,908,248 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/18206/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 (5.8924 seconds)  (Hide)
0.0014   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` = '18206'
GROUP BY `gs`.`grade
0.0008   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` = '18206'
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` = '18206'
AND `r`.`name` = 'total' 
5.8900   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)