Elysia


Country: SE

Stars Earned
31
12
1

Wild Mode Embed Generic Embed

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

Total Score Count: 44

Song Title Artist Level Score Grade Date
Remember December Smiley 22 98163 2026-01-22 19:51:22
Joanna Crazy Loop 19 98844 2026-01-12 19:23:20
Pink Fuzzy Bunnies Wonderboy 25 92334 2026-01-12 20:09:47
No Princess Lynn 19 98721 2026-02-02 17:46:23
Nothing Gonna Stop Micky 20 99527 2026-01-22 17:29:41
Kick It Man KaW feat. DAZ 19 99253 2026-01-22 17:05:15
If You Can Say Goodbye Kate Project 19 99064 2026-01-22 17:32:09
Follow My Pamp Andrea Damante feat. Adam Clay 20 98670 2026-01-22 17:19:30
Silent Movie Little Violet 19 99377 2026-01-22 17:14:48
The Naughty Song Oscillator X 19 99271 2026-01-12 19:27:26
Shiawase Dion Timmer 23 92856 2026-01-11 22:17:27
Press Start MDK 23 96623 2026-01-12 20:11:58
Rainbow Rave Parade Chime 24 93413 2026-01-12 19:47:11
Right Into You The Tech Team 20 97586 2026-01-12 20:14:19
Make It Tonight Fracus & Darwin feat. Jake 21 98872 2026-01-22 19:49:23
UFO Little Sis Nora & S3RL 20 99041 2026-01-12 19:33:08
Under The Bed Macks Wolf X Tatsunoshin 21 99056 2026-01-12 19:38:01
Party ChildsPlay 19 99703 2026-01-12 20:07:32
Dancing In The Dark HELLO GLOOM 21 97933 2026-01-13 22:24:29
Where Did You Go Tatsunoshin 21 98112 2026-01-12 18:57:20
DJ Party BB Hayes 20 99606 2026-01-13 22:06:00
Falling In Love No Hero & Nino Rivera 22 97491 2026-01-22 17:46:48
GOAT 2BT3K 22 98676 2026-01-12 19:44:24
Paranoid 180 24 92215 2026-01-13 21:43:10
Baila Bolero Fun Fun 20 98714 2026-01-13 21:39:24
Be Alright Red Parker 20 95793 2026-01-13 21:37:33
When The Sun Goes Down Ken Blast 22 99467 2026-01-12 18:54:18
No Rules Foxela & Britt Lari 19 99450 2026-01-13 20:27:21
Halley's Comet Jenna Drey & Joe Bermudez 19 99422 2026-01-22 17:39:42
Over The Top M-Project & Vau Boy 23 98855 2026-01-13 20:19:53
Falling In Love Again Naoki feat. Paula Terry 20 99079 2026-01-13 20:12:56
Ping Pong AronChupa & Little Sis Nora 20 99210 2026-01-12 20:00:48
The Banana Song SIPPY 19 99331 2026-01-11 22:12:15
Proper Rhythm peak divide 21 99000 2026-01-11 22:10:16
Boogie Shoes AronChupa & Little Sis Nora 20 99369 2026-01-12 19:30:05
Calling Donots 21 99108 2026-01-11 22:14:25
Strange Stubborn Proud ELYXR feat. Kurt Harland Larson 19 97634 2026-01-13 19:57:00
Why Me Desire 19 99861 2026-01-13 19:54:52
Let's Go! (This Is It) 2 The Limit 21 99571 2026-01-12 18:51:12
Daydream Therapy Joe Bermudez feat. Dana Mckeon 20 99035 2026-01-22 17:21:54
Singin' Every Nite Paso vs. Maximus 19 99071 2026-01-12 19:52:40
Euphoria Rush CHYL & Skybreak 23 92651 2026-01-22 17:44:23
Morning Call U_Chae feat. Uki Satake 21 96600 2026-01-22 17:26:49
Old School Rameses B 23 98629 2026-01-12 19:02:06
  BENCHMARKS  
Loading Time: Base Classes  0.0034
Controller Execution Time ( Main / Scores )  0.0134
Total Execution Time  0.0170
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,640,304 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/26186
  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.0035 seconds)  (Hide)
0.0022   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` = '26186'
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` = '26186'
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` = '26186'
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)