warriorkeyblade


Country: US

Stars Earned
22
15
6
5
1

Wild Mode Embed Generic Embed

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

Total Score Count: 49

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 94438 2024-07-13 18:58:26
All Of Me Klubbmover 20 76619 2023-12-03 05:02:19
Can't Get Enough Miradey 20 97413 2024-07-20 03:16:55
Dream A Dream Captain Jack 20 93537 2024-07-20 04:10:09
Get Down Kairo Kingdom 22 91230 2024-07-13 02:29:17
That Night Eskimo & Icebird 21 93986 2024-07-20 03:34:13
Think Thousand Thoughts Auvic 20 84730 2024-07-13 18:06:04
Ba Be Loo Be La Kristeen 20 96879 2024-07-20 03:41:13
Look Into My Eyes Rabih 20 42968 2023-12-03 04:17:06
Made In China Vitas & Sergey Pudovkin 20 74895 2023-12-03 04:06:41
Psalm Pilot Jason Creasey 20 95823 2024-07-13 19:03:04
Ladybug Coconut 19 80739 2023-12-16 03:22:38
Click Bait S3RL feat. GL!TCH 20 97628 2024-07-20 03:19:29
EternuS Sanxion7 20 93176 2024-11-13 00:28:20
Be Alive Stian K 20 89193 2024-05-25 03:45:52
Bumble Bee Bambee 20 94309 2024-07-20 03:13:46
Coming Out Playmaker feat. Robina 19 84788 2023-12-03 04:39:56
Ghosts Tenth Planet 20 81193 2024-07-13 17:30:41
Dam Dariram Joga 20 94995 2024-07-20 04:05:12
No Princess Lynn 19 82247 2023-12-16 03:24:46
Devil Inside CRMNL 19 70791 2023-12-03 03:52:33
Dolphin Talk Pyramyth 23 56348 2024-07-13 02:23:37
Doh! Tale & Dutch 20 79233 2023-12-03 04:11:26
Hypnosis Colin Kiddy 21 88291 2024-07-13 18:09:24
My Generation Captain Jack 20 67161 2023-12-03 22:22:07
Beethoven Virus BanYa 22 49903 2024-07-20 03:38:54
BU-44 Naoki 21 91570 2024-07-20 03:28:24
SubZero Donk Terrorist vs. 204 22 35852 2024-07-13 02:26:37
The Judgement Day Naoki feat. Riyu Kosaka 19 95932 2024-11-13 00:09:31
Operator Miss Papaya 19 78837 2023-12-09 03:00:57
Kick It Man KaW feat. DAZ 19 87509 2023-12-16 03:20:30
Kinky Boots Daz Sampson & Nona 19 59661 2023-12-09 02:58:45
Robot World Oscillator X 19 68787 2023-12-03 04:03:17
Silent Movie Little Violet 19 98341 2024-05-25 03:40:42
Here For You PIXL feat. Q'AILA 19 76815 2023-12-03 03:54:28
Just Do It Swingrowers 21 84465 2024-07-13 18:13:04
Bust It Out FWLR 24 22660 2024-05-25 03:37:54
Only You DEXTER KING feat. Alexis Donn 19 85011 2023-12-03 22:19:34
Orbit Ellis 19 26381 2023-12-03 06:24:06
Crab Rave Noisestorm 20 89818 2024-02-10 04:57:26
Northern Lights Saxsquatch 21 86452 2024-05-04 01:18:38
Down Low Hr. Troels x Felix Schorn 20 79833 2023-12-03 04:09:20
Sirens RENOLD X Scarlett 19 78649 2023-12-03 04:01:11
Swipe Felix Schorn 21 91462 2024-07-20 03:36:30
UFO Little Sis Nora & S3RL 20 94467 2024-07-13 18:41:25
Candy Pop Luv Limited -NM- 21 92330 2024-07-13 18:43:32
To Your Beat S3RL feat. Hannah Fortune 23 24453 2024-07-20 03:31:26
Definition of a Badboy Scott Brown 20 96224 2024-11-13 00:24:55
Bad Revenge from20 20 93903 2024-07-13 19:00:57
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0131
Total Execution Time  0.0159
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,597,808 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/10632/3
  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.0048 seconds)  (Hide)
0.0025   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` = '10632'
GROUP BY `gs`.`grade
0.0021   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` = '10632'
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` = '10632'
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)