Simp


Country: US

Stars Earned
9
31

Wild Mode Embed Generic Embed

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

Total Score Count: 40

Song Title Artist Level Score Grade Date
Can't Get Enough Miradey 20 99111 2025-04-04 23:14:44
Bagpipe A-Moe 20 98689 2025-07-25 20:32:14
Don't Stop My Music Tonight David Dima 22 95914 2024-06-08 19:11:22
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 88720 2024-07-19 23:14:23
Joanna Crazy Loop 19 95158 2025-04-04 22:34:49
That Night Eskimo & Icebird 21 95741 2024-05-11 20:04:34
The 7th Element Vitas 19 98206 2025-04-04 22:42:40
Medicine 2013 Kim Leoni 19 94160 2025-04-04 22:36:29
Fleadh Uncut Ian Parker 21 96655 2024-07-19 21:40:24
Sweet World Omega Men 22 92640 2024-07-19 22:14:44
Click Bait S3RL feat. GL!TCH 20 97983 2025-04-04 23:17:55
EternuS Sanxion7 20 97212 2025-07-25 20:39:32
Be Alive Stian K 20 98563 2025-04-04 23:08:53
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 96110 2025-04-04 22:11:04
Ari Oh Jenny Kee 20 96942 2025-04-04 22:50:33
Ghosts Tenth Planet 20 95182 2024-07-19 22:04:13
Anubis Banzai 20 97399 2025-04-04 22:48:53
Dopamine You In Mind 23 96624 2024-07-19 22:44:17
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 98016 2024-05-11 20:06:14
Black Magic Matduke 23 90364 2024-07-19 22:42:37
Sky High Lucyfer 20 98413 2024-05-11 20:02:54
Bring Your Lovin Back Fracus 20 96794 2025-04-04 23:13:04
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 96808 2024-07-19 21:50:41
Show U Love Entity 22 95366 2024-06-08 19:13:02
SubZero Donk Terrorist vs. 204 22 95524 2024-07-19 22:30:47
The Judgement Day Naoki feat. Riyu Kosaka 19 97472 2025-04-04 22:44:20
Here For You PIXL feat. Q'AILA 19 96553 2025-04-04 22:12:44
The Call of Wilderness Electron 22 96377 2024-07-19 22:32:27
We Got The Moves Electric Callboy 20 95634 2025-07-25 20:56:02
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 96312 2025-07-25 21:05:19
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 97674 2024-07-19 23:16:03
Crab Rave Noisestorm 20 98058 2025-07-25 20:33:54
Northern Lights Saxsquatch 21 98618 2024-07-19 22:05:53
2NITE nanobii 21 94223 2025-07-25 21:16:44
UFO Little Sis Nora & S3RL 20 99000 2025-07-25 20:54:22
Candy Pop Luv Limited -NM- 21 94469 2024-07-19 21:52:21
The Bass & the Melody S3RL 22 97277 2024-07-19 22:16:24
Running In The 90s Max Coveri 23 97541 2025-07-25 21:03:39
Running Ninja Eurofunk 21 96384 2025-07-25 20:48:25
Proper Rhythm peak divide 21 97210 2025-07-25 20:46:45
  BENCHMARKS  
Loading Time: Base Classes  0.0030
Controller Execution Time ( Main / Scores )  0.0136
Total Execution Time  0.0168
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,563,568 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/16187
  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.0051 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` = '16187'
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` = '16187'
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` = '16187'
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)