Hemlo


Country: US

Stars Earned
10
13
23

Wild Mode Embed Generic Embed

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

Total Score Count: 46

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 71700 2023-03-13 22:08:37
In The Hall Of The Mountain King KaW 22 66959 2024-04-09 21:12:43
Start & Paws Oscillator X 19 77028 2023-04-24 22:28:44
Birdie Doolittle 19 34109 2023-01-15 23:17:14
Joanna Crazy Loop 19 707 2023-01-25 00:44:27
Personal Reality Auvic 25 14158 2024-04-09 22:07:33
Funny Love Dan Balan 19 74910 2023-03-13 21:28:38
Made In China Vitas & Sergey Pudovkin 20 79532 2023-02-07 01:02:43
Unity TheFatRat 21 8498 2023-03-28 21:44:41
Agent Blatant Ernest + Julio 21 6390 2023-01-16 00:15:11
Reactor Jason Creasey 19 71588 2023-03-06 21:43:56
Dies Irae Jason Creasey 19 6585 2022-12-19 00:16:16
Click Bait S3RL feat. GL!TCH 20 74748 2023-03-06 22:48:42
EternuS Sanxion7 20 82027 2024-04-09 21:15:41
Pink Fuzzy Bunnies Wonderboy 25 7031 2024-04-09 20:58:03
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 84088 2023-03-13 21:23:46
Whoopsy Daisy Wolfgang Lohr & Balduin feat. Sebastian Daws 21 7798 2023-01-26 21:01:43
Electric The DNC feat. Miss Amani 22 8030 2023-05-23 22:38:02
Music & Police CJ Crew & KaW feat. Christian D. 21 15099 2023-03-13 21:18:32
Stay Tess 20 30469 2023-03-13 21:30:48
Speed Over Beethoven Rose 22 79301 2024-04-09 21:02:58
Dam Dadi Doo Fantasy Project 22 20068 2023-05-13 17:54:38
India's Glitch Kirill Gramada 21 70853 2023-04-25 00:13:15
Mozart Is Back Rose 24 7941 2024-04-09 22:01:54
Sky High Lucyfer 20 56444 2023-03-13 22:27:18
Hypnosis Colin Kiddy 21 74925 2023-05-23 22:41:00
Megalovania Toby Fox 21 78629 2023-03-28 23:08:08
Beethoven Virus BanYa 22 52348 2023-05-13 17:52:30
Kick It Man KaW feat. DAZ 19 75254 2023-03-06 23:04:33
Canon D.2 Yahpp 23 59937 2023-05-23 22:43:28
Follow My Pamp Andrea Damante feat. Adam Clay 20 73036 2023-03-13 22:14:29
Insane Niko Noise 20 37394 2023-02-07 01:39:56
Lay It Down Tchorta & Gui Boratto 19 25668 2023-01-15 23:41:10
Cyber-Kyoto- Re-venG 20 61552 2023-03-28 22:04:24
Silent Movie Little Violet 19 81518 2023-03-13 21:38:42
Press Start MDK 23 60724 2024-04-09 21:00:37
Dark Fenix DE-SIRE 22 9369 2023-05-23 22:46:20
Have Fun Rameses B 21 24316 2023-01-15 23:27:18
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 1025 2022-12-24 01:28:25
Para-Symptoms 165 23 13164 2024-04-09 22:04:06
TURBO Tokyo Machine 21 13123 2023-01-07 00:42:29
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 71439 2023-05-23 22:14:46
Crab Rave Noisestorm 20 77523 2023-02-07 01:36:58
Born to Run Red Parker 19 72406 2023-03-06 22:57:39
Down Low Hr. Troels x Felix Schorn 20 29133 2023-03-28 22:24:38
Nothing Else Matters Katya Ocean 19 50307 2023-03-28 21:31:18
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Scores )  0.0201
Total Execution Time  0.0238
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,586,000 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8214
  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.0105 seconds)  (Hide)
0.0042   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` = '8214'
GROUP BY `gs`.`grade
0.0061   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` = '8214'
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` = '8214'
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)