Sgath


Country: CA

Stars Earned
28
12
3
10

Wild Mode Embed Generic Embed

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

Total Score Count: 53

Song Title Artist Level Score Grade Date
Party All Night KaW feat. Sam-I-Am 20 75847 2020-11-01 22:28:56
Start & Paws Oscillator X 19 78027 2020-11-01 21:57:01
Time is Ticking Elpis feat. Black Elway 19 83011 2021-03-18 06:48:05
Be My Hero Freezer 21 79453 2020-10-31 21:51:03
Birdie Doolittle 19 83252 2020-10-22 23:44:58
Dreaming Rameses B feat. Holly Drummond 21 12079 2020-10-30 00:37:34
Get Down Kairo Kingdom 22 73634 2020-10-29 23:28:56
It Gets Better Eskimo feat. Maria Merete 21 78725 2020-11-01 22:28:56
Joanna Crazy Loop 19 80093 2022-12-06 01:05:45
Million Feelings Chriss Floren 19 81213 2020-10-30 21:08:30
Moonstone Virgill 19 88845 2020-10-29 23:21:08
Show Me Your Moves Auvic 20 70270 2020-10-30 01:11:33
The 7th Element Vitas 19 75153 2022-11-25 17:45:23
Think Thousand Thoughts Auvic 20 82889 2020-10-31 22:54:59
What Happened To Love Denine 19 76014 2020-10-31 22:31:59
I Love You Baby Pandera 21 2446 2020-11-01 22:45:31
One Step Further Jenna Drey 20 81450 2020-10-30 00:37:34
Unity TheFatRat 21 72210 2020-10-30 01:03:20
Drifting Away Filo Bedo 20 27215 2020-10-22 23:53:57
Gallecode NoVus 20 32886 2021-03-09 01:10:03
Reactor Jason Creasey 19 74566 2020-10-23 00:34:09
Dies Irae Jason Creasey 19 44991 2022-11-28 21:28:49
Ladybug Coconut 19 79629 2020-10-21 00:15:51
Paranormal Inspector K 20 78967 2020-10-31 21:51:03
Click Bait S3RL feat. GL!TCH 20 87145 2020-11-01 21:45:26
EternuS Sanxion7 20 87468 2020-10-29 23:52:46
Feel The Melody S3RL feat. Sara 20 82945 2022-12-16 19:23:32
Be Alive Stian K 20 77397 2021-03-09 01:10:03
Bang Bang Bang DCX 21 53532 2020-10-31 22:31:59
Flash In The Night Flashman 22 65547 2020-11-01 22:45:31
NightMoves Playmaker 20 55576 2020-10-30 00:37:33
Movin On Ellen Gee 20 78414 2020-11-01 21:47:59
The Saint Goes Marching The Saint 21 67045 2020-10-24 21:48:27
Pink Dinosaur Miss Papaya 19 85194 2020-10-22 23:53:57
Dam Dariram Joga 20 80346 2020-10-25 20:06:50
So Deep Silvertear 21 65921 2020-10-30 01:03:20
Stay Tess 20 75158 2020-10-30 21:08:30
Come On Now Miss Amani 20 77785 2020-11-01 21:45:26
Devil Inside CRMNL 19 84429 2020-10-21 00:08:34
Equinox Mage 21 75449 2020-11-01 21:57:01
Nothing Gonna Stop Micky 20 69262 2020-10-28 00:07:56
Magic Mystery Tour KaW feat. Paula Terry 19 84231 2020-10-30 20:39:01
Nightmare FSJ feat. Tara Louise 21 70960 2020-11-01 22:45:31
Pretty Ugly Yenn 20 79987 2020-10-30 20:47:04
Sky High Lucyfer 20 65557 2020-10-30 21:01:40
Megalovania Toby Fox 21 69192 2021-03-09 00:52:31
Beethoven Virus BanYa 22 49541 2022-12-16 19:20:58
Butterfly Swingrowers 19 82281 2022-11-25 17:31:56
403 NAOKI underground 23 49042 2022-12-16 21:31:31
Silent Movie Little Violet 19 70763 2025-06-04 17:25:52
Here For You PIXL feat. Q'AILA 19 44463 2022-11-28 18:41:05
The Call of Wilderness Electron 22 18513 2022-12-16 21:43:51
Dark Fenix DE-SIRE 22 45640 2022-12-16 21:18:46
  BENCHMARKS  
Loading Time: Base Classes  0.0025
Controller Execution Time ( Main / Scores )  0.0211
Total Execution Time  0.0238
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,605,616 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/2883
  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.0107 seconds)  (Hide)
0.0059   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` = '2883'
GROUP BY `gs`.`grade
0.0045   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` = '2883'
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` = '2883'
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)