Kjon


Country: US

Stars Earned
34
6
1
2

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
Hyper Hyper Smiley 22 90952 2023-06-25 22:30:06
Burning Tonight Krystal 22 87621 2023-06-05 23:43:36
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 85698 2023-09-16 22:58:02
Who KaW 21 91197 2023-05-27 22:16:26
Unity TheFatRat 21 88292 2023-09-18 21:34:05
Crazyloop Crazy Loop 22 97017 2023-09-18 22:03:39
Fleadh Uncut Ian Parker 21 94649 2023-06-18 23:04:37
Paradise Smiley 24 89164 2023-09-18 21:58:39
Psalm Pilot Jason Creasey 20 94538 2023-06-18 23:24:57
Spin Chicken Freebie & The Bean 21 92783 2023-09-18 21:36:30
Sunshine Triple J 22 94107 2023-09-18 22:26:16
Darkness Sanxion7 22 90348 2023-05-27 22:01:30
Gargoyle Sanxion7 24 63314 2023-05-22 22:30:42
Zenith Sanxion7 24 87471 2023-09-18 22:06:10
Xuxa Smiley 23 93885 2023-06-27 22:53:33
Become Astral Ash Astral 22 77542 2023-06-05 23:41:05
Music & Police CJ Crew & KaW feat. Christian D. 21 87429 2023-06-18 23:07:08
So Deep Silvertear 21 94623 2023-05-27 22:19:00
Equinox Mage 21 91243 2023-05-22 22:48:48
Crime Time CJ Crew & KaW feat. Sedge 22 95089 2023-06-05 23:45:56
Nightmare FSJ feat. Tara Louise 21 90953 2023-06-25 22:06:14
Arcade Run Perfect Sphere 22 91005 2023-06-25 23:04:51
Into My Dream Lagoona 23 48604 2023-05-22 22:28:06
Megalovania Toby Fox 21 91070 2023-09-18 21:53:48
Delirium Smiley 23 91217 2023-06-27 22:58:16
Beethoven Virus BanYa 22 83149 2023-06-18 23:27:18
Charlene Missing Heart 22 88184 2023-06-25 22:27:38
Kagami KaW 21 90895 2023-09-27 21:46:28
Summer Smiley 25 81764 2023-09-18 22:28:43
Destiny Smiley 23 86083 2023-06-25 22:10:41
Dr. M BanYa 23 87710 2023-09-18 21:39:11
Katana Fighter Electron 22 91975 2023-06-25 23:07:20
op13 riddle 22 90729 2023-09-16 22:56:04
BUBBLES Tokyo Machine 22 86635 2023-06-05 23:36:52
Press Start MDK 23 87625 2023-06-18 23:29:40
The Call of Wilderness Electron 22 88988 2023-05-22 22:24:57
Bewitched PIXY 22 88932 2023-09-27 21:49:14
Energizer ZiGZaG 23 84640 2023-09-16 22:15:23
TURBO Tokyo Machine 21 94960 2023-06-05 23:32:22
Forever and a Day Dy5on feat. Silver Angelina 22 93921 2023-09-18 22:24:09
Samurai Rameses B 22 15356 2023-06-18 23:09:32
Blackstar Celldweller 22 93507 2023-09-18 21:55:52
To Your Beat S3RL feat. Hannah Fortune 23 90714 2023-09-27 21:52:30
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0144
Total Execution Time  0.0173
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,570,424 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9924/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.0053 seconds)  (Hide)
0.0028   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` = '9924'
GROUP BY `gs`.`grade
0.0022   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` = '9924'
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` = '9924'
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)