Aesthesia


Country: GB

Stars Earned
45
1
4

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
Land Of The Lost Banzai 19 92412 2025-08-07 18:04:44
Bagpipe A-Moe 20 91439 2025-08-08 15:58:32
Dream A Dream Captain Jack 20 94165 2025-08-07 18:09:52
The 7th Element Vitas 19 96879 2025-08-08 11:08:44
ROM-eo & Juli8 Nina 19 93047 2025-08-08 13:05:00
EternuS Sanxion7 20 95152 2025-08-07 18:15:00
Gargoyle Sanxion7 24 49961 2025-08-08 13:02:31
Zenith Sanxion7 24 77961 2025-08-08 11:00:57
Ari Oh Jenny Kee 20 91152 2025-08-08 12:59:43
Bumble Bee Bambee 20 94826 2025-08-07 17:56:52
Flash In The Night Flashman 22 87831 2023-08-12 10:38:02
Ghosts Tenth Planet 20 91214 2025-08-07 17:59:39
Anubis Banzai 20 95988 2023-07-22 10:30:26
Bye Bye Baby Balloon Joga 21 91546 2025-08-08 11:20:57
Dam Dariram Joga 20 93355 2023-07-30 10:37:17
So Deep Silvertear 21 86790 2023-07-22 11:29:46
Stay Tess 20 91646 2025-08-08 11:18:21
In My Dreams Rebecca 20 97090 2025-08-07 17:41:20
Give Into Nutronic 22 83386 2025-08-08 15:48:10
Warrior Kirill Gramada 21 94702 2025-08-07 18:02:06
Arcade Run Perfect Sphere 22 85715 2025-08-07 18:12:17
Doh! Tale & Dutch 20 96670 2025-08-08 15:50:43
Into My Dream Lagoona 23 90618 2025-08-08 16:01:33
Megalovania Toby Fox 21 91559 2025-08-08 13:07:37
Do It All Night E-Rotic 20 93673 2025-08-08 11:29:14
Kagami KaW 21 88341 2023-07-22 10:40:57
Baby Love Me Judy Crystal 21 91684 2025-08-08 13:15:33
Test My Best E-Rotic 21 91742 2025-08-08 13:10:16
Paradox Naoki feat. Riyu Kosaka 20 90942 2025-08-07 17:38:50
Queen Of Light E-Rotic 21 95558 2025-08-08 11:03:30
Moonlight PIXY 20 91816 2025-08-08 11:13:30
We Got The Moves Electric Callboy 20 96870 2025-08-07 17:52:11
Cosmic Drive Quiqman 22 93437 2025-08-08 15:53:09
Pump It Electric Callboy 21 92531 2025-08-08 17:36:25
Therapy Conro 20 86921 2025-08-07 18:07:13
Bassline Shatter M-Project & S2i8 23 90677 2025-08-07 17:46:33
Just Dance Bad Computer 20 91649 2025-08-08 13:22:50
Samurai Rameses B 22 91162 2025-08-08 10:53:05
Asian Night in 20XX NM Japan 22 92769 2025-08-08 11:16:07
UFO Little Sis Nora & S3RL 20 95450 2025-08-07 17:54:26
Definition of a Badboy Scott Brown 20 95453 2025-08-08 13:20:23
Beat It from20 23 81557 2025-08-07 17:49:50
Fly Me High @pple & Pie 20 95754 2025-08-08 10:58:02
Mothership F.O.O.L & SKUM 24 93708 2025-08-08 10:55:40
Where Did You Go Tatsunoshin 21 89451 2025-08-08 11:05:57
Angel Wynona 21 95247 2025-08-07 18:17:35
Dreaming Conro 20 96111 2025-08-08 11:11:03
Remember Me Leslie Parrish 21 90355 2025-08-08 11:26:16
Halley's Comet Jenna Drey & Joe Bermudez 19 94944 2025-08-08 13:12:58
Redshift F.O.O.L 23 89818 2025-08-07 17:44:03
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0112
Total Execution Time  0.0141
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,597,792 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/10917
  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.0033 seconds)  (Hide)
0.0020   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` = '10917'
GROUP BY `gs`.`grade
0.0011   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` = '10917'
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` = '10917'
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)