Alhe


Country: FI

Stars Earned
19
19
1
2

Wild Mode Embed Generic Embed

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

Total Score Count: 41

Song Title Artist Level Score Grade Date
Joanna Crazy Loop 19 95827 2026-04-03 15:35:43
Unity TheFatRat 21 95843 2026-04-03 14:07:19
Crazyloop Crazy Loop 22 98653 2026-04-03 16:12:23
Land Of The Rising Sun Spacekatz 21 98334 2026-04-03 15:41:55
Ra Banzai 21 99094 2026-04-03 16:39:49
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 99367 2026-04-03 17:52:50
Click Bait S3RL feat. GL!TCH 20 98364 2026-04-03 16:21:04
EternuS Sanxion7 20 97378 2026-04-03 17:39:09
Feel The Melody S3RL feat. Sara 20 98398 2026-04-03 17:37:02
Utopia Smiley 22 94844 2026-04-03 14:05:04
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 97806 2026-04-03 14:39:53
Ari Oh Jenny Kee 20 96699 2026-04-03 17:50:31
Become Astral Ash Astral 22 80100 2026-04-03 16:18:07
Bumble Bee Bambee 20 97721 2026-04-03 15:05:44
Anubis Banzai 20 94921 2024-08-31 14:54:12
Dam Dariram Joga 20 99303 2026-04-03 16:57:51
Exotica Banzai 23 88361 2026-04-03 17:06:18
So Deep Silvertear 21 98132 2026-04-03 15:00:57
Arcade Run Perfect Sphere 22 92212 2026-04-03 15:03:33
Megalovania Toby Fox 21 93100 2026-04-03 16:48:15
Spaceman Bambee & Lynn 20 98006 2026-04-03 17:03:41
Do It All Night E-Rotic 20 98832 2026-04-03 16:45:27
Fall Silently Christoph Maitland & Toby Emerson feat. Veela 22 92586 2026-04-03 15:38:37
Summer Smiley 25 22780 2026-04-03 16:54:19
Katana Fighter Electron 22 98980 2026-04-03 15:44:31
Say What Cut Capers 21 96941 2026-04-03 16:34:21
Disco High Ultimate Heights 21 99117 2026-04-03 15:08:09
Silent Movie Little Violet 19 99658 2026-04-03 16:51:33
The Naughty Song Oscillator X 19 99584 2026-04-03 17:47:49
Rainbow Rave Parade Chime 24 27181 2026-04-03 17:44:28
TURBO Tokyo Machine 21 98774 2026-04-03 14:11:53
Crab Rave Noisestorm 20 98352 2026-04-03 16:14:53
Northern Lights Saxsquatch 21 97896 2026-04-03 17:41:32
Down Low Hr. Troels x Felix Schorn 20 95414 2026-04-03 17:01:02
Poco Loco Carlito 21 99096 2026-04-03 16:42:26
Under The Bed Macks Wolf X Tatsunoshin 21 97640 2026-04-03 14:09:34
Falling In Love No Hero & Nino Rivera 22 91304 2026-04-03 14:37:29
Running In The 90s Max Coveri 23 92632 2026-04-03 16:37:05
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 98282 2026-04-03 14:45:29
Boogie Shoes AronChupa & Little Sis Nora 20 98528 2026-04-03 17:55:26
Hands Up, Touch The Sky NAOKI feat. NOVA 19 97536 2026-04-03 13:50:35
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0204
Total Execution Time  0.0232
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,626,936 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/18470
  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.0117 seconds)  (Hide)
0.0061   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` = '18470'
GROUP BY `gs`.`grade
0.0055   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` = '18470'
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` = '18470'
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)