SassafrasRoot


Country: PR

Stars Earned
38
5
5
1
1

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
Surf Hyper Potions 22 96193 2024-04-19 20:35:02
Fleadh Uncut Ian Parker 21 93837 2024-06-30 15:18:38
Hispanic Panic Chucho Merchán 23 92349 2023-09-22 22:26:08
I Think I Like That Sound Kid Whatever 20 95759 2024-06-30 15:21:45
Pop4 Vibes & Wishdokta 22 88582 2024-06-29 00:39:21
Temple Of Boom Yannis Kamarinos 23 90746 2024-06-30 15:47:32
Dies Irae Jason Creasey 19 94685 2023-09-22 22:31:40
Ladybug Coconut 19 97621 2024-06-30 15:25:05
Click Bait S3RL feat. GL!TCH 20 42501 2024-11-21 20:01:02
Sunshine Triple J 22 88171 2024-06-30 03:32:50
July Smiley 20 98669 2024-06-30 15:15:40
Xuxa Smiley 23 93371 2024-06-30 16:03:18
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 95324 2023-09-22 21:48:01
Waka Laka Jenny Rom vs. The Zippers 21 94712 2023-09-22 23:15:46
Flash In The Night Flashman 22 96684 2025-01-18 22:27:39
Your Own Destiny Entity & Darwin 24 87849 2024-09-28 21:22:37
In My Dreams Rebecca 20 92661 2024-06-29 00:35:17
July ReduX Entity 23 90499 2025-06-21 16:45:47
Doh! Tale & Dutch 20 96750 2024-06-30 15:44:34
Hypnosis Colin Kiddy 21 95675 2024-06-30 15:50:12
Megalovania Toby Fox 21 94937 2024-11-21 20:27:24
What Love Feels Like Leonail 20 96469 2024-11-21 20:47:34
Beethoven Virus BanYa 22 91534 2023-09-22 21:37:37
Summer Smiley 25 24018 2024-06-29 00:42:22
Destiny Smiley 23 90353 2024-06-30 15:27:55
Cartoon Heroes Barbie Young 21 95565 2025-01-18 21:16:38
Canon D.2 Yahpp 23 45980 2023-09-22 22:39:15
403 NAOKI underground 23 57839 2024-11-21 20:07:35
Robot World Oscillator X 19 97694 2024-06-30 16:00:04
Business Wars Quiqman feat. Eternal JK Yoripi-chan 23 43053 2023-09-22 23:00:14
The Shrimps Vertigini 20 96980 2024-09-28 21:29:58
Fade Out Bensley 21 90648 2025-01-18 22:30:59
How We Win FWLR 21 88941 2023-09-22 22:41:43
TURBO Tokyo Machine 21 97617 2024-09-28 21:27:22
Right Into You The Tech Team 20 98040 2024-09-28 17:59:22
Lemmings On The Run E-Rotic 21 97285 2024-06-30 15:53:00
Crab Rave Noisestorm 20 94406 2023-09-22 22:02:56
Forever and a Day Dy5on feat. Silver Angelina 22 90329 2024-09-01 18:12:57
Bassline Shatter M-Project & S2i8 23 91588 2023-09-22 21:35:16
Northern Lights Saxsquatch 21 96455 2024-04-19 20:38:17
GALACTICAL Tokyo Machine 23 38717 2024-09-28 17:51:00
Dream of You Bishu 22 82150 2023-09-22 22:54:47
Candy Pop Luv Limited -NM- 21 98599 2024-06-30 16:05:59
Y2Z Affinity 22 93930 2024-09-28 21:19:49
The Bass & the Melody S3RL 22 93807 2024-09-28 21:33:58
Elysium Scott Brown 21 98439 2025-01-18 22:34:43
Supernova Laszlo 22 98310 2025-01-18 21:20:10
Electronic City Pops TOKYO twilight scene 21 93432 2024-09-14 21:30:28
Take Me Away Dougal 22 91073 2024-09-14 21:43:16
Letting Go Bensley & Voicians 19 94942 2025-06-21 16:43:06
  BENCHMARKS  
Loading Time: Base Classes  0.0037
Controller Execution Time ( Main / Scores )  0.0131
Total Execution Time  0.0171
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,598,696 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9161
  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.0046 seconds)  (Hide)
0.0022   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` = '9161'
GROUP BY `gs`.`grade
0.0022   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` = '9161'
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` = '9161'
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)