QEDSTGR


Country: JP

Stars Earned
16
2
20
3
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
Flight Of The Bumble Bee MonstDeath 25 97099 2021-08-14 17:10:14
Hyper Hyper Smiley 22 49302 2024-08-18 08:28:44
Get Down Kairo Kingdom 22 98903 2021-08-14 18:48:25
One Step Further Jenna Drey 20 98057 2024-08-18 08:32:02
Pop4 Vibes & Wishdokta 22 98448 2022-12-17 12:35:14
Gargoyle Sanxion7 24 98861 2021-08-14 16:03:19
Pink Fuzzy Bunnies Wonderboy 25 96166 2021-08-07 15:29:10
Rainspark Sanxion7 21 97531 2021-08-14 19:45:34
Dance Boom Boom Tipsy & Tipsy 23 99046 2021-08-14 19:45:34
Monolith Affinity 25 62534 2022-12-17 12:39:22
Senorita Jenny Rom 23 99008 2021-08-14 15:57:01
Ghosts Tenth Planet 20 98625 2021-08-14 18:29:22
Dam Dadi Doo Fantasy Project 22 98318 2021-06-19 17:50:58
Dopamine You In Mind 23 98051 2021-10-10 07:23:53
Arcade Run Perfect Sphere 22 97872 2021-08-14 18:33:41
Into My Dream Lagoona 23 99250 2021-08-14 17:07:24
Critical Hit MDK 25 96445 2021-08-14 15:59:30
Summer Smiley 25 77148 2023-11-24 08:43:34
Winter BanYa 25 94574 2021-08-14 16:06:02
Cartoon Heroes Barbie Young 21 99619 2023-11-24 08:40:38
Show U M-Project 24 97332 2023-01-07 11:10:40
Turn Me On E-Rotic 20 99018 2021-08-07 15:06:53
We Got The Moves Electric Callboy 20 93276 2022-08-27 09:59:46
Para-Symptoms 165 23 72270 2022-08-27 09:57:23
Bust It Out FWLR 24 98867 2022-08-27 10:07:33
Energizer ZiGZaG 23 98276 2022-08-27 08:55:16
Good Feeling More Plastic & imallryt 23 99203 2022-10-29 10:09:50
INEEDU Teddy Killerz 22 98877 2022-10-29 10:11:43
Midnight Train More Plastic & Tylah Winyard 22 98423 2022-10-29 09:54:26
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 96295 2022-12-17 07:41:34
Born to Run Red Parker 19 98311 2023-01-07 10:52:14
EMEA Re-venG 24 98191 2023-01-07 11:03:52
Forever and a Day Dy5on feat. Silver Angelina 22 98920 2023-01-07 10:54:08
Make It Tonight Fracus & Darwin feat. Jake 21 97515 2023-04-09 06:59:31
Techno World NAOKI underground 22 96860 2023-04-09 06:54:04
Y2Z Affinity 22 95962 2024-08-18 07:57:15
Definition of a Badboy Scott Brown 20 96890 2024-08-18 07:54:30
Got Good Vibes MO XO 22 97376 2024-08-18 08:17:35
Heaven On Earth HELLO GLOOM 22 97552 2024-08-18 08:14:40
FAR OUT Tokyo Machine 24 63965 2024-08-18 08:21:09
Bad Revenge from20 20 44527 2024-08-18 08:03:03
Everybody Get Up Tempo feat. Manola 19 96011 2024-08-18 07:51:30
  BENCHMARKS  
Loading Time: Base Classes  0.0025
Controller Execution Time ( Main / Scores )  0.0117
Total Execution Time  0.0144
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,567,888 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/4370
  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.0032 seconds)  (Hide)
0.0019   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` = '4370'
GROUP BY `gs`.`grade
0.0012   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` = '4370'
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` = '4370'
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)