IrisQuasar


Country: US

Stars Earned
6
16
26
3

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
In The Hall Of The Mountain King KaW 22 69427 2023-07-06 21:44:52
Revenge MonstDeath 21 46455 2023-06-21 21:58:24
Start & Paws Oscillator X 19 84704 2023-06-02 22:30:10
Firewalker Xenon 19 82531 2023-06-02 21:48:38
Party People Andy Stroke 19 81762 2023-08-05 21:39:01
Shoulda SUNN 20 79631 2023-05-27 17:43:19
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 42833 2023-07-06 21:29:48
The 7th Element Vitas 19 489 2023-05-27 17:50:01
Pop4 Vibes & Wishdokta 22 56330 2023-05-29 21:39:00
Click Bait S3RL feat. GL!TCH 20 84894 2023-05-19 19:13:20
Gargoyle Sanxion7 24 30095 2023-07-13 22:02:12
Pink Fuzzy Bunnies Wonderboy 25 4351 2023-05-17 19:19:11
Bumble Bee Bambee 20 76059 2023-07-27 21:38:57
Senorita Jenny Rom 23 73467 2023-07-06 20:01:04
Move It Groove It KaW feat. Sam-I-Am 22 83899 2024-11-27 21:02:20
Speed Over Beethoven Rose 22 62646 2023-06-02 21:50:52
Dam Dadi Doo Fantasy Project 22 71829 2023-07-22 18:12:48
Mozart Is Back Rose 24 3358 2023-06-29 22:06:45
Black Magic Matduke 23 20623 2023-07-07 21:56:40
Megalovania Toby Fox 21 82214 2023-05-27 19:50:09
Csikos Post BanYa 22 72838 2023-07-27 21:37:04
Twelve Riyu Kosaka 20 53113 2023-01-02 02:43:25
Beethoven Virus BanYa 22 52791 2023-05-29 21:22:44
BU-44 Naoki 21 80192 2023-07-13 19:23:17
Charlene Missing Heart 22 62834 2023-06-02 22:27:21
Destiny Smiley 23 996 2025-04-06 00:49:33
Brutalisphere Machinae Supremacy 23 73778 2023-06-21 20:46:05
Show U M-Project 24 12549 2023-06-02 22:00:44
Step Up Amadeus BanYa 22 78486 2023-05-17 19:22:16
Ring The Alarm M-Project & Signal 22 79444 2023-06-21 22:42:34
Say What Cut Capers 21 84524 2024-11-27 20:22:15
Contrast Donk Terrorist vs. Daniel Seven 22 73613 2023-06-21 20:42:05
Jukebox Swingrowers 21 79380 2023-07-27 20:26:52
Kinky Boots Daz Sampson & Nona 19 90254 2023-07-07 21:42:32
403 NAOKI underground 23 60991 2023-06-16 21:55:05
Disco High Ultimate Heights 21 79292 2023-06-21 22:40:07
Don't Stop S & K 22 32404 2023-08-05 21:42:03
Silent Movie Little Violet 19 90573 2023-07-06 19:59:13
Meta Dreadnaught Machinae Supremacy 21 78996 2023-07-06 19:19:11
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 78967 2023-07-22 18:48:20
Para-Symptoms 165 23 34506 2023-07-27 20:28:58
STOP! & Go Onyx 21 80594 2023-07-07 21:39:51
Right Into You The Tech Team 20 39842 2023-01-02 02:40:04
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 75108 2023-06-29 21:22:21
Crab Rave Noisestorm 20 88260 2023-05-19 19:11:03
Forever and a Day Dy5on feat. Silver Angelina 22 79638 2023-06-16 19:15:06
Bambole (Ole) Papa Gonzalez 20 83353 2023-08-05 22:04:47
Techno World NAOKI underground 22 46156 2023-08-05 22:09:54
2NITE nanobii 21 78155 2023-07-13 19:20:38
GALACTICAL Tokyo Machine 23 41192 2023-06-29 21:57:30
The Bass & the Melody S3RL 22 79130 2024-11-27 20:16:35
  BENCHMARKS  
Loading Time: Base Classes  0.0037
Controller Execution Time ( Main / Scores )  0.0167
Total Execution Time  0.0206
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,602,952 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8364
  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.0068 seconds)  (Hide)
0.0036   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` = '8364'
GROUP BY `gs`.`grade
0.0030   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` = '8364'
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` = '8364'
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)