Absent


Country: US

Stars Earned
30
11
1

Wild Mode Embed Generic Embed

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

Total Score Count: 42

Song Title Artist Level Score Grade Date
Dream A Dream Captain Jack 20 92359 2023-03-20 22:38:54
Y Don't U Deeper Territory 22 83550 2024-01-19 23:34:53
Zodiac Banzai 21 34449 2023-03-20 22:32:12
Disconnected Disco Kid Whatever 20 76136 2023-03-12 00:46:05
Drifting Away Filo Bedo 20 87981 2023-05-09 01:25:15
Ra Banzai 21 90640 2023-05-04 00:55:14
Paranormal Inspector K 20 93017 2025-01-21 01:04:46
Click Bait S3RL feat. GL!TCH 20 94532 2023-10-27 20:58:56
Darkness Sanxion7 22 95312 2024-01-18 21:30:29
EternuS Sanxion7 20 94241 2023-08-23 20:54:12
Xuxa Smiley 23 89744 2023-12-27 22:57:58
The Beginning DJ Doo 26 72562 2025-07-16 20:51:04
Bumble Bee Bambee 20 85087 2023-05-02 01:16:09
Flash In The Night Flashman 22 77274 2023-10-20 00:11:58
Ghosts Tenth Planet 20 93649 2024-05-04 04:06:30
Move It Groove It KaW feat. Sam-I-Am 22 94417 2024-07-03 23:09:33
Anubis Banzai 20 94474 2023-03-20 19:42:49
So Deep Silvertear 21 95243 2024-03-06 00:42:56
Electro Asia Re-venge Phoenix 21 95243 2023-10-16 00:09:55
Megalovania Toby Fox 21 85672 2023-03-20 19:54:09
Beethoven Virus BanYa 22 91892 2024-02-17 04:18:04
BU-44 Naoki 21 95917 2023-10-27 21:08:05
Charlene Missing Heart 22 74449 2025-04-23 23:47:10
Kagami KaW 21 94522 2023-11-03 22:47:24
The Judgement Day Naoki feat. Riyu Kosaka 19 91390 2023-04-29 02:48:10
Cartoon Heroes Barbie Young 21 94797 2024-02-10 22:14:38
Step Up Amadeus BanYa 22 90157 2023-05-05 01:33:34
Paradox Naoki feat. Riyu Kosaka 20 92661 2023-03-20 22:27:45
Cyber-Kyoto- Re-venG 20 95003 2023-10-11 01:14:07
Shiawase Dion Timmer 23 91285 2024-05-02 22:27:48
Dark Fenix DE-SIRE 22 93934 2024-01-13 02:46:35
Energizer ZiGZaG 23 80910 2024-02-17 04:15:47
WYGD Bishu 19 95309 2023-12-27 23:00:01
Crab Rave Noisestorm 20 93176 2023-08-29 02:28:31
Love Arcade Bending Grid 21 85739 2023-05-30 18:51:36
Sirens RENOLD X Scarlett 19 91823 2023-05-30 18:21:33
Arsene's Bazaar James Landino 25 75229 2025-08-04 01:59:18
Candy Pop Luv Limited -NM- 21 91189 2024-02-03 05:01:24
Kibo Dion Timmer 22 95035 2025-01-20 23:43:17
戦国 Re-venG 21 93485 2025-03-29 03:13:06
Running In The 90s Max Coveri 23 85278 2025-03-29 03:15:05
No Rules Foxela & Britt Lari 19 91084 2025-03-29 03:17:38
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0157
Total Execution Time  0.0186
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,567,880 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9022/3
  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.0057 seconds)  (Hide)
0.0040   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` = '9022'
GROUP BY `gs`.`grade
0.0015   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` = '9022'
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` = '9022'
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)