Suna


Country: US

Stars Earned
28
10
4
1

Wild Mode Embed Generic Embed

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

Total Score Count: 43

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 93421 2024-08-23 02:23:05
Dream A Dream Captain Jack 20 84723 2022-02-07 19:09:18
Moonstone Virgill 19 93618 2023-02-18 15:53:40
Unity TheFatRat 21 89868 2021-08-17 07:30:30
Agent Blatant Ernest + Julio 21 88578 2022-07-03 19:01:33
ROM-eo & Juli8 Nina 19 96916 2023-02-18 17:12:21
Dies Irae Jason Creasey 19 94638 2023-02-18 15:52:00
Click Bait S3RL feat. GL!TCH 20 96097 2023-05-20 23:59:40
Darkness Sanxion7 22 88082 2025-06-15 02:12:57
Feel The Melody S3RL feat. Sara 20 93970 2022-02-07 17:50:38
Bang Bang Bang DCX 21 82976 2022-01-15 17:51:31
Senorita Jenny Rom 23 87607 2022-07-09 20:17:25
Anubis Banzai 20 90354 2022-02-07 17:39:49
Music & Police CJ Crew & KaW feat. Christian D. 21 80460 2025-06-15 01:24:48
So Deep Silvertear 21 90772 2022-07-09 20:19:05
Devil Inside CRMNL 19 86855 2022-07-09 20:15:45
Hypnosis Colin Kiddy 21 85265 2021-08-02 00:37:21
I'm Crazy For Your Love Black Eva 21 89830 2022-01-15 18:29:18
Megalovania Toby Fox 21 94072 2022-11-27 20:14:20
Spaceman Bambee & Lynn 20 95533 2022-07-03 18:59:53
Take Me Away Fracus & Darwin 23 85870 2022-01-15 18:29:18
Beethoven Virus BanYa 22 55156 2021-08-17 06:30:58
Charlene Missing Heart 22 85644 2022-01-15 17:53:55
Kagami KaW 21 89119 2022-02-07 19:16:12
Baby Love Me Judy Crystal 21 86211 2022-02-07 19:16:06
Cryosleep Machinae Supremacy 20 86801 2025-06-10 19:08:04
Butterfly Swingrowers 19 90549 2022-11-27 20:12:40
Ring The Alarm M-Project & Signal 22 94401 2023-02-18 16:14:06
Closer To Heaven Nëonne 21 88201 2022-05-16 18:08:36
BUBBLES Tokyo Machine 22 89538 2022-07-03 19:03:13
How We Win FWLR 21 94388 2023-02-18 17:10:41
Rainbow Rave Parade Chime 24 83541 2023-02-18 16:16:59
TURBO Tokyo Machine 21 97537 2023-05-20 23:50:45
INEEDU Teddy Killerz 22 40944 2024-08-23 02:25:29
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 89926 2023-02-18 17:09:01
Perks Bibi Gold 21 95018 2023-05-20 23:56:16
Crab Rave Noisestorm 20 96858 2023-02-18 16:05:51
Down Low Hr. Troels x Felix Schorn 20 90535 2025-06-12 18:20:38
GALACTICAL Tokyo Machine 23 45182 2025-06-12 18:24:52
BLEEP BLOOP Tokyo Machine 24 42453 2025-06-12 18:18:15
FAR OUT Tokyo Machine 24 63723 2025-06-10 19:03:26
Where Did You Go Tatsunoshin 21 79609 2024-08-23 02:20:58
Running In The 90s Max Coveri 23 86021 2025-06-12 18:27:13
  BENCHMARKS  
Loading Time: Base Classes  0.0025
Controller Execution Time ( Main / Scores )  0.0439
Total Execution Time  0.0466
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,570,640 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/4795
  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.0344 seconds)  (Hide)
0.0298   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` = '4795'
GROUP BY `gs`.`grade
0.0026   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` = '4795'
AND `ghs`.`private` = 
0.0020   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` = '4795'
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)