DeezyPhil


Country: US

Stars Earned
25
6
17
2

Wild Mode Embed Generic Embed

Currently displaying scores for mode. Select another difficulty to view scores for it.

Total Score Count: 50

Song Title Artist Level Score Grade Date
In The Hall Of The Mountain King KaW 22 83010 2025-09-10 23:57:56
Revenge MonstDeath 21 25712 2025-02-27 00:47:12
Think Thousand Thoughts Auvic 20 77804 2025-03-31 17:50:15
Monody TheFatRat feat. Laura Brehm 22 79505 2025-08-25 23:19:37
Surf Hyper Potions 22 90340 2025-08-20 23:35:04
ROM-eo & Juli8 Nina 19 87196 2025-08-25 22:38:48
Dies Irae Jason Creasey 19 89017 2025-08-25 23:15:58
Paranormal Inspector K 20 85532 2025-08-20 23:17:45
Click Bait S3RL feat. GL!TCH 20 90002 2025-08-20 23:43:25
Utopia Smiley 22 84444 2025-08-21 00:40:59
Be Alive Stian K 20 86350 2025-05-22 16:16:36
Dam Dariram Joga 20 93953 2025-08-25 23:03:42
Speed Over Beethoven Rose 22 78843 2025-09-22 23:58:24
Dolphin Talk Pyramyth 23 83109 2025-08-21 00:30:00
Give Into Nutronic 22 67966 2024-10-29 00:36:37
India's Glitch Kirill Gramada 21 91344 2025-09-22 23:39:08
My Baby Mama Anquette 21 86722 2025-09-03 23:28:28
Nightmare FSJ feat. Tara Louise 21 82386 2025-05-12 17:53:21
Night Of Fright Justin Corza & 420 22 81466 2025-08-20 23:49:46
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 52309 2025-03-31 17:56:45
On My Own Anamanaguchi feat. HANA 21 85532 2025-08-21 00:13:17
Twelve Riyu Kosaka 20 92165 2025-09-22 23:36:21
Beethoven Virus BanYa 22 84245 2025-08-25 23:00:56
BU-44 Naoki 21 94725 2025-09-22 23:43:21
Butterfly Swingrowers 19 83531 2024-10-29 00:08:33
Kalinka Quiqman 20 85608 2025-08-20 23:07:36
Have Fun Rameses B 21 94650 2025-09-23 00:00:32
Pump It Electric Callboy 21 81560 2025-09-11 00:49:33
How We Win FWLR 21 88835 2025-09-23 00:04:03
WYGD Bishu 19 86655 2025-05-22 16:14:01
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 83251 2025-09-22 23:50:59
Crab Rave Noisestorm 20 95560 2025-08-21 00:37:10
Down Low Hr. Troels x Felix Schorn 20 87053 2025-09-03 23:35:36
Nothing Else Matters Katya Ocean 19 85353 2025-09-10 23:55:20
A Little Love Glitterati 21 52608 2024-10-29 00:31:18
RAD Tokyo Machine 24 23027 2025-09-23 00:07:05
To Your Beat S3RL feat. Hannah Fortune 23 43256 2025-08-25 23:30:16
Jingle Bell Rock KaW feat. Bobby Helms 20 87060 2025-04-16 23:48:57
Tick Tock Technikore 20 81715 2025-05-12 17:58:11
Accelerate Teminite & Skybreak 24 40325 2025-08-25 23:32:26
Where Did You Go Tatsunoshin 21 85017 2025-08-20 23:14:02
Burbank Nights Dirtyphonics 22 61429 2024-10-29 00:16:20
戦国 Re-venG 21 88895 2025-08-25 22:49:09
Set My Heart On Fire Rocket Man 22 83602 2025-08-25 22:52:12
Total Nuclear Annihilation Scott Danesi 22 81318 2025-08-21 00:27:41
Rain Dance MUZZ 21 84349 2025-08-25 23:22:59
Redshift F.O.O.L 23 80264 2025-08-25 23:26:50
Letting Go Bensley & Voicians 19 89335 2025-08-20 23:55:36
Ori Ori MANNTRA 21 82982 2025-08-20 23:20:44
Why Me Desire 19 83304 2025-08-20 23:31:27
  BENCHMARKS  
Loading Time: Base Classes  0.0025
Controller Execution Time ( Main / Scores )  0.0138
Total Execution Time  0.0165
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,599,920 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/19439
  CLASS/METHOD  
main/scores
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 3 (0.0050 seconds)  (Hide)
0.0016   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` = '19439'
GROUP BY `gs`.`grade
0.0031   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` = '19439'
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` = '19439'
AND `r`.`name` = 'total' 
  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)