Kiyatta


Country: US

Stars Earned
45
2
1
1
1

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
Dance Vibrations Elpis 19 96299 2022-11-04 16:16:09
Dynamo Oscillator X 19 97155 2022-11-05 17:28:52
Start & Paws Oscillator X 19 90340 2022-11-05 16:55:36
Time is Ticking Elpis feat. Black Elway 19 96505 2022-11-05 17:11:23
Can't Let Go Jenna Drey 19 98144 2022-11-05 17:23:59
Change The World Nathalie & Kim Lukas 19 97349 2022-11-04 16:18:38
Joanna Crazy Loop 19 91807 2022-11-04 15:46:53
Moonstone Virgill 19 96042 2022-11-05 17:16:39
The 7th Element Vitas 19 95249 2022-11-04 15:50:23
What Happened To Love Denine 19 91881 2022-11-05 16:57:11
Ba Be Loo Be La Kristeen 20 97075 2022-11-04 15:56:22
Blow My Mind Alphadelta 19 83740 2022-11-04 15:35:19
Endless Day Verona 19 91760 2022-11-05 17:32:00
Medicine 2013 Kim Leoni 19 94746 2022-11-05 17:18:36
My Freedom Rayman Rave & Nika Lenina 19 92516 2022-11-05 16:50:45
We Are The Sun Maui & Crizz feat. Gerald G. 19 92956 2022-11-05 17:37:31
Zodiac Banzai 21 95457 2022-11-04 16:42:09
Everything Is Changing Rikah 19 60351 2022-11-05 17:34:18
Ra Banzai 21 96381 2022-11-04 16:36:53
Reactor Jason Creasey 19 92981 2022-11-05 17:14:25
ROM-eo & Juli8 Nina 19 96795 2022-11-05 16:53:54
This Is Rock And Roll DJ Zombie 19 91322 2022-11-05 17:40:02
Dies Irae Jason Creasey 19 96617 2022-11-04 16:13:32
Ladybug Coconut 19 97551 2022-11-04 16:11:09
Feel The Melody S3RL feat. Sara 20 97013 2022-11-04 16:01:18
Hero Miss Papaya 20 96551 2022-11-04 16:23:50
Typical Tropical Bambee 19 95752 2022-11-04 16:45:26
Pink Dinosaur Miss Papaya 19 25467 2022-11-01 21:12:54
Anubis Banzai 20 96593 2022-11-04 15:53:47
Dam Dariram Joga 20 96223 2022-11-04 16:21:12
No Princess Lynn 19 94573 2022-11-05 17:09:02
So Deep Silvertear 21 95444 2022-11-04 16:39:33
In My Dreams Rebecca 20 93041 2022-11-01 21:18:01
Devil Inside CRMNL 19 95768 2022-11-05 17:26:06
Magic Mystery Tour KaW feat. Paula Terry 19 95145 2022-11-05 17:21:02
Nightmare FSJ feat. Tara Louise 21 94969 2022-11-04 16:34:30
Riddimino Philstep 23 88182 2022-11-04 16:26:13
Arcade Run Perfect Sphere 22 92289 2022-11-04 15:58:38
Megalovania Toby Fox 21 96425 2022-11-04 16:32:18
Baby Love Me Judy Crystal 21 89842 2022-11-04 15:43:16
The Judgement Day Naoki feat. Riyu Kosaka 19 93298 2022-11-05 17:00:19
Sky High DJ Miko 20 96830 2022-11-04 16:29:23
Butterfly Swingrowers 19 96279 2022-11-04 15:37:39
Kick It Man KaW feat. DAZ 19 89036 2022-11-01 21:10:24
Kinky Boots Daz Sampson & Nona 19 93662 2022-11-01 21:21:23
Robot World Oscillator X 19 95872 2022-11-04 16:08:29
The Naughty Song Oscillator X 19 96885 2022-11-05 17:42:19
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 93957 2022-11-05 16:52:14
Sing It Again Kirk Monteux 19 98580 2022-11-04 16:05:59
Only You DEXTER KING feat. Alexis Donn 19 94168 2022-11-05 16:58:42
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0632
Total Execution Time  0.0661
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,598,024 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7793
  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.0543 seconds)  (Hide)
0.0506   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` = '7793'
GROUP BY `gs`.`grade
0.0033   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` = '7793'
AND `ghs`.`private` = 
0.0004   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` = '7793'
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)