DustGun


Country: US

Stars Earned
18
17
12
1

Wild Mode Embed Generic Embed

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

Total Score Count: 48

Song Title Artist Level Score Grade Date
Dynamo Oscillator X 19 11951 2023-06-17 01:36:15
Birdie Doolittle 19 81348 2024-06-23 04:04:53
Million Feelings Chriss Floren 19 17434 2024-06-19 23:05:51
Moonstone Virgill 19 69339 2023-06-25 02:37:33
The 7th Element Vitas 19 13342 2023-07-11 00:56:33
Bounce Crew 7 19 11995 2024-04-14 02:03:26
Endless Day Verona 19 59583 2023-07-16 02:40:21
Funny Love Dan Balan 19 64626 2024-06-23 03:58:25
Look Into My Eyes Rabih 20 4147 2022-10-29 02:42:12
Reactor Jason Creasey 19 63836 2023-07-07 23:31:25
Dies Irae Jason Creasey 19 38692 2023-07-11 00:56:34
Ladybug Coconut 19 71134 2023-07-08 03:43:56
Click Bait S3RL feat. GL!TCH 20 51330 2023-07-31 02:30:49
Feel The Melody S3RL feat. Sara 20 57142 2024-01-06 02:18:52
Coming Out Playmaker feat. Robina 19 79099 2023-07-15 00:58:17
Pink Dinosaur Miss Papaya 19 78875 2024-07-07 00:05:10
No Princess Lynn 19 27632 2024-06-19 22:56:00
Stay Tess 20 18975 2023-06-26 01:07:38
Devil Inside CRMNL 19 82347 2024-08-07 23:01:08
Magic Mystery Tour KaW feat. Paula Terry 19 65051 2023-07-11 00:33:24
Spaceman Bambee & Lynn 20 68192 2024-02-18 04:05:56
Ma Huggies FIG & Nico Sleator 20 18855 2023-06-11 03:48:55
Butterfly Swingrowers 19 74444 2024-05-01 00:36:18
Operator Miss Papaya 19 76220 2024-10-20 23:46:21
If You Can Say Goodbye Kate Project 19 41304 2023-07-31 01:49:21
Kinky Boots Daz Sampson & Nona 19 71408 2024-05-19 02:33:38
Never Ending Story DJ AC-DC 20 3867 2024-01-13 04:15:03
Robot World Oscillator X 19 75887 2023-07-23 02:38:29
Say Na Na Na Serhat 19 76583 2024-05-20 01:19:33
High On Your Love Safura 19 62503 2024-01-13 03:00:59
Silent Movie Little Violet 19 86917 2024-07-07 00:03:03
The Naughty Song Oscillator X 19 56511 2023-06-24 01:27:05
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 39158 2023-06-10 04:30:22
Sing It Again Kirk Monteux 19 76222 2024-08-07 23:03:42
Here For You PIXL feat. Q'AILA 19 72808 2023-07-31 03:02:09
TURBO Tokyo Machine 21 28756 2024-01-13 04:23:29
Only You DEXTER KING feat. Alexis Donn 19 81732 2023-07-16 02:55:18
Lemmings On The Run E-Rotic 21 11620 2023-11-19 03:49:48
Orbit Ellis 19 75629 2024-10-20 23:36:37
Crab Rave Noisestorm 20 10031 2024-01-28 04:40:34
Born to Run Red Parker 19 76927 2024-06-19 23:10:27
Nothing Else Matters Katya Ocean 19 44460 2024-01-20 02:29:55
Sirens RENOLD X Scarlett 19 84785 2024-05-01 00:41:56
UFO Little Sis Nora & S3RL 20 70548 2024-02-25 20:28:56
All Starts Now Laurell 19 83585 2024-06-23 04:02:58
Boogeyman Wizardz of Oz 19 76113 2024-05-01 00:29:58
Jingle Bell Rock KaW feat. Bobby Helms 20 76305 2024-07-03 00:18:49
Tick Tock Technikore 20 3559 2024-06-16 02:10:56
  BENCHMARKS  
Loading Time: Base Classes  0.0023
Controller Execution Time ( Main / Scores )  0.0971
Total Execution Time  0.0997
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,589,488 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7208
  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.0900 seconds)  (Hide)
0.0857   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` = '7208'
GROUP BY `gs`.`grade
0.0040   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` = '7208'
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` = '7208'
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)