Smqll_Fry


Country: US

Stars Earned
15
33
1
2

Wild Mode Embed Generic Embed

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

Total Score Count: 51

Song Title Artist Level Score Grade Date
Birdie Doolittle 19 99071 2025-09-06 20:14:35
Can't Let Go Jenna Drey 19 98591 2025-08-24 17:55:52
Blow My Mind Alphadelta 19 98547 2025-08-30 03:06:33
Mexi Mexi Mozquito 20 98179 2025-09-06 19:55:38
Zodiac Banzai 21 92139 2024-11-27 18:52:48
Ignition Starts KaW 21 94642 2025-08-24 17:21:24
Monody TheFatRat feat. Laura Brehm 22 91183 2025-08-30 01:49:38
Disconnected Disco Kid Whatever 20 95072 2025-08-30 03:12:26
Fleadh Uncut Ian Parker 21 96110 2025-09-06 19:59:14
Pop4 Vibes & Wishdokta 22 93060 2025-08-24 18:22:46
Reactor Jason Creasey 19 98699 2025-08-30 03:09:22
ROM-eo & Juli8 Nina 19 97517 2025-09-06 21:04:04
Soapy Bubble Fragmentz 23 91163 2025-08-30 02:42:46
Spin Chicken Freebie & The Bean 21 97215 2025-08-30 02:49:02
Click Bait S3RL feat. GL!TCH 20 86480 2022-05-25 21:59:01
Rainspark Sanxion7 21 98016 2025-08-30 02:01:23
Utopia Smiley 22 95386 2025-08-30 02:08:51
Xuxa Smiley 23 96272 2025-08-30 02:05:33
Be Alive Stian K 20 99200 2025-08-30 02:59:35
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 98056 2025-08-30 02:19:00
Bumble Bee Bambee 20 96248 2025-09-06 19:52:48
Coming Out Playmaker feat. Robina 19 99348 2025-08-30 02:22:31
NightMoves Playmaker 20 96856 2025-09-06 20:49:34
The Saint Goes Marching The Saint 21 95749 2025-08-30 01:52:52
So Deep Silvertear 21 97577 2025-08-30 02:31:17
In My Dreams Rebecca 20 97237 2025-09-06 20:46:18
Speed Over Beethoven Rose 22 13764 2022-05-25 20:21:48
Hypnosis Colin Kiddy 21 97527 2025-08-30 02:25:42
Delirium Smiley 23 93421 2025-08-24 17:30:40
Charlene Missing Heart 22 97139 2025-09-06 21:08:58
Destiny Smiley 23 1292 2022-05-25 20:12:45
Cartoon Heroes Barbie Young 21 95792 2025-09-06 20:01:45
Melancholy Vision DE-SIRE 24 90985 2025-08-24 17:27:50
Operator Miss Papaya 19 96836 2025-08-30 01:38:09
If You Can Say Goodbye Kate Project 19 98982 2025-09-06 20:04:25
Get Up'n Move S & K 20 95270 2025-08-30 03:18:08
Lay It Down Tchorta & Gui Boratto 19 98858 2025-08-30 02:54:45
Everybody Dance X-Rated 22 97025 2025-08-30 02:12:15
Sing It Again Kirk Monteux 19 98278 2025-08-24 18:26:55
Energizer ZiGZaG 23 92775 2025-09-06 20:55:41
Therapy Conro 20 90024 2025-08-24 18:19:16
The 7 Jump Ken-D 19 99285 2025-08-30 02:37:26
Y2Z Affinity 22 96798 2025-09-06 20:52:54
Supernova Laszlo 22 97831 2025-08-30 01:58:31
Definition of a Badboy Scott Brown 20 97792 2025-08-30 03:15:48
What Ya Gonna Do Scott Brown 21 96768 2025-08-30 01:55:48
Remember Me Leslie Parrish 21 96426 2025-08-24 18:06:30
Calling Donots 21 96929 2025-08-24 18:03:17
Why Me Desire 19 99418 2025-08-30 02:34:16
Revolution Naoki 23 96848 2025-09-06 20:58:38
When I Lose Control Desire 21 98559 2025-09-06 20:11:22
  BENCHMARKS  
Loading Time: Base Classes  0.0038
Controller Execution Time ( Main / Scores )  0.0182
Total Execution Time  0.0223
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,599,584 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6608
  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.0052 seconds)  (Hide)
0.0025   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` = '6608'
GROUP BY `gs`.`grade
0.0025   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` = '6608'
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` = '6608'
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)