ernad


Country: US

Stars Earned
19
16
15

Wild Mode Embed Generic Embed

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

Total Score Count: 50

Song Title Artist Level Score Grade Date
Start & Paws Oscillator X 19 59574 2023-01-27 22:29:21
Dabbi Doo Ni-Ni 20 60382 2023-02-07 22:27:32
The 7th Element Vitas 19 76997 2023-02-13 22:27:31
I Love You Baby Pandera 21 77262 2023-09-25 21:19:16
Mexi Mexi Mozquito 20 76716 2022-10-08 01:23:04
Unity TheFatRat 21 72852 2023-09-24 22:24:33
Fleadh Uncut Ian Parker 21 1293 2023-02-11 00:06:58
Pop4 Vibes & Wishdokta 22 73003 2024-04-30 00:18:33
Ladybug Coconut 19 81480 2024-04-29 20:12:30
Click Bait S3RL feat. GL!TCH 20 84639 2024-04-30 00:26:11
Feel The Melody S3RL feat. Sara 20 83428 2024-01-21 06:37:09
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 34380 2023-02-10 21:16:07
Bumble Bee Bambee 20 62900 2023-05-16 21:05:39
Typical Tropical Bambee 19 61686 2023-02-25 01:15:35
The Saint Goes Marching The Saint 21 62429 2023-05-16 21:24:29
Bandito Remorse Code 21 8869 2023-02-11 00:18:00
Living In America Rose & John 22 9118 2024-04-30 23:06:22
Dam Dadi Doo Fantasy Project 22 36294 2023-12-23 22:38:41
Devil Inside CRMNL 19 71794 2023-01-27 22:26:57
My Baby Mama Anquette 21 17257 2023-02-11 02:45:01
Megalovania Toby Fox 21 80920 2024-04-29 20:15:52
Csikos Post BanYa 22 63864 2024-04-25 19:40:12
Beethoven Virus BanYa 22 66441 2023-09-24 22:45:11
BU-44 Naoki 21 25473 2023-01-27 23:17:06
Kagami KaW 21 34984 2024-04-21 16:45:27
Forever Schustin 21 73273 2024-05-20 17:07:23
In The Heat Of The Night E-Rotic 20 71156 2022-10-08 01:25:53
Operator Miss Papaya 19 74981 2023-09-25 21:31:07
Jukebox Swingrowers 21 13121 2023-01-28 00:24:40
Robot World Oscillator X 19 78320 2023-02-10 20:10:12
BUBBLES Tokyo Machine 22 71433 2024-06-22 23:03:59
Recovery JMCX 19 22634 2022-12-03 03:37:25
Moonlight PIXY 20 71484 2023-03-14 21:31:17
Press Start MDK 23 69137 2024-04-29 20:21:04
Pump It Electric Callboy 21 65187 2022-10-08 01:17:37
How We Win FWLR 21 65997 2022-10-08 01:20:32
Villain PIXY 20 69159 2023-09-25 21:29:14
TURBO Tokyo Machine 21 83193 2023-02-20 18:47:52
WYGD Bishu 19 48995 2023-09-25 21:08:27
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 17131 2023-05-27 02:24:08
Crab Rave Noisestorm 20 83194 2024-04-30 23:14:38
Born to Run Red Parker 19 48593 2023-02-11 00:24:23
Therapy Conro 20 79381 2023-02-13 22:29:54
Bambole (Ole) Papa Gonzalez 20 33516 2023-02-20 19:06:14
Just Dance Bad Computer 20 68688 2023-03-14 21:28:55
Nothing Else Matters Katya Ocean 19 42249 2023-05-16 21:37:39
Love Arcade Bending Grid 21 65789 2024-10-26 22:48:16
Poco Loco Carlito 21 76848 2023-09-25 22:00:37
Swipe Felix Schorn 21 71660 2023-09-25 21:23:14
Supernova Laszlo 22 68070 2024-04-25 19:35:05
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Scores )  0.0243
Total Execution Time  0.0273
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,600,384 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7028
  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.0069 seconds)  (Hide)
0.0039   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` = '7028'
GROUP BY `gs`.`grade
0.0027   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` = '7028'
AND `ghs`.`private` = 
0.0003   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` = '7028'
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)