Amethyst


Country: US

Stars Earned
12
12
19

Wild Mode Embed Generic Embed

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

Total Score Count: 43

Song Title Artist Level Score Grade Date
Start & Paws Oscillator X 19 57510 2024-01-07 23:57:45
Dream A Dream Captain Jack 20 73484 2024-07-25 17:21:52
Ba Be Loo Be La Kristeen 20 23062 2024-07-25 00:45:47
Zodiac Banzai 21 30594 2024-07-25 00:33:53
Da Roots Mind Reflection 20 5781 2024-01-20 00:24:30
Ize Pie Headtwist & Pump 19 74140 2023-08-24 23:01:40
Psalm Pilot Jason Creasey 20 69257 2024-07-25 18:18:36
Reactor Jason Creasey 19 42346 2024-06-09 01:50:02
ROM-eo & Juli8 Nina 19 76376 2024-07-24 21:36:01
Sweet World Omega Men 22 23067 2024-09-22 01:40:26
EternuS Sanxion7 20 828 2024-09-22 00:09:47
Feel The Melody S3RL feat. Sara 20 81132 2024-07-25 18:13:06
Mellow Rikki & Daz 20 31829 2024-09-22 00:18:44
July Smiley 20 47402 2024-06-22 17:30:15
Bumble Bee Bambee 20 27112 2024-08-17 01:45:54
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 73463 2024-07-25 17:00:27
Bang Bang Bang DCX 21 48806 2024-07-25 00:43:40
Hero Miss Papaya 20 68382 2024-06-22 17:39:35
Typical Tropical Bambee 19 70693 2024-01-07 23:43:52
Ghosts Tenth Planet 20 27834 2023-12-27 22:33:33
Dam Dariram Joga 20 69106 2024-07-25 00:27:52
Music & Police CJ Crew & KaW feat. Christian D. 21 73001 2024-07-25 18:21:53
So Deep Silvertear 21 28850 2024-01-08 00:03:11
Fantasy Melissa 21 54663 2024-08-03 21:09:48
Speed Over Beethoven Rose 22 4949 2024-09-22 01:53:00
India's Glitch Kirill Gramada 21 12420 2024-07-25 00:15:51
Nothing Gonna Stop Micky 20 74818 2024-07-25 17:12:56
Electro Asia Re-venge Phoenix 21 4502 2024-01-24 00:59:56
Megalovania Toby Fox 21 61094 2024-07-25 18:25:03
My Generation Captain Jack 20 75763 2023-08-24 22:52:57
Spaceman Bambee & Lynn 20 73348 2024-09-22 01:47:23
On My Own Anamanaguchi feat. HANA 21 4166 2024-07-25 17:10:24
Cryosleep Machinae Supremacy 20 59517 2024-08-17 01:49:10
Paradox Naoki feat. Riyu Kosaka 20 77768 2024-07-25 17:07:27
Kinky Boots Daz Sampson & Nona 19 66789 2023-09-23 23:25:00
Never Ending Story DJ AC-DC 20 73909 2024-07-25 17:16:07
Cyber-Kyoto- Re-venG 20 56803 2023-09-23 23:32:30
Fade Out Bensley 21 46151 2024-08-03 21:06:57
Moonlight PIXY 20 74960 2024-07-25 17:18:26
We Got The Moves Electric Callboy 20 29280 2024-08-10 21:03:19
Stop Me Natsume Oki 21 70573 2024-01-07 23:51:53
Jingle Bell Rock KaW feat. Bobby Helms 20 70668 2024-08-03 21:00:08
Everybody Get Up Tempo feat. Manola 19 70952 2024-08-03 21:04:40
  BENCHMARKS  
Loading Time: Base Classes  0.0037
Controller Execution Time ( Main / Scores )  0.0181
Total Execution Time  0.0222
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,572,448 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/11573
  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.0060 seconds)  (Hide)
0.0021   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` = '11573'
GROUP BY `gs`.`grade
0.0036   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` = '11573'
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` = '11573'
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)