jedk


Country: US

Stars Earned
31
6
6
6

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
Dynamo Oscillator X 19 76491 2024-04-27 22:34:02
Time is Ticking Elpis feat. Black Elway 19 72156 2023-08-18 00:23:27
Day After Day Rikah 20 7263 2023-08-18 00:13:26
Party People Andy Stroke 19 86269 2023-08-09 00:25:45
Dream A Dream Captain Jack 20 81360 2023-08-09 00:57:49
It Gets Better Eskimo feat. Maria Merete 21 73246 2023-08-18 00:52:05
Joanna Crazy Loop 19 83632 2023-11-21 00:33:28
Licky Licky Crispy 20 82457 2022-12-26 22:03:53
Million Feelings Chriss Floren 19 81005 2023-12-19 01:42:37
Moonstone Virgill 19 94070 2022-12-26 21:40:11
The 7th Element Vitas 19 86230 2023-08-18 00:16:27
Think Thousand Thoughts Auvic 20 84961 2022-12-26 22:33:52
Bounce Crew 7 19 73118 2023-11-21 00:30:21
Endless Day Verona 19 88441 2023-06-05 23:53:27
Agent Blatant Ernest + Julio 21 60376 2023-02-25 22:30:00
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 61721 2022-11-02 23:00:04
Dies Irae Jason Creasey 19 94302 2023-06-05 23:51:28
Click Bait S3RL feat. GL!TCH 20 75365 2023-02-25 23:13:53
Boom Boom Dollars King Kong & D'Jungle Girls 21 79009 2022-12-26 23:26:29
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 80664 2023-12-19 01:39:56
Ari Oh Jenny Kee 20 67625 2023-02-25 22:11:07
Bumble Bee Bambee 20 82177 2023-12-19 01:19:07
Coming Out Playmaker feat. Robina 19 93111 2023-06-05 23:49:33
Ghosts Tenth Planet 20 36497 2023-08-18 00:40:14
Pink Dinosaur Miss Papaya 19 90743 2023-12-19 00:59:55
Dam Dariram Joga 20 78808 2022-11-02 22:51:11
No Princess Lynn 19 76935 2022-11-02 22:38:03
So Deep Silvertear 21 70798 2023-02-25 22:40:56
Devil Inside CRMNL 19 82277 2023-08-18 00:25:49
Magic Mystery Tour KaW feat. Paula Terry 19 82038 2023-08-09 00:28:31
Megalovania Toby Fox 21 80817 2023-02-25 22:07:53
BU-44 Naoki 21 55155 2022-12-26 22:15:58
Hip Hop Jam Indiggo 20 1900 2022-11-02 23:07:17
The Judgement Day Naoki feat. Riyu Kosaka 19 88385 2023-08-18 00:21:12
In The Heat Of The Night E-Rotic 20 77128 2022-11-02 23:24:14
If You Can Say Goodbye Kate Project 19 82575 2023-08-18 00:49:50
Kinky Boots Daz Sampson & Nona 19 77225 2022-11-02 23:18:19
Never Ending Story DJ AC-DC 20 83741 2023-12-19 01:05:07
Robot World Oscillator X 19 84947 2023-12-19 01:23:59
Watch Out Victoria 21 59385 2024-04-27 22:36:18
We Got The Moves Electric Callboy 20 74807 2022-12-26 23:23:32
Right Into You The Tech Team 20 80413 2022-11-02 23:15:08
WYGD Bishu 19 85557 2023-12-19 01:21:19
Orbit Ellis 19 86057 2023-02-25 22:43:32
Perks Bibi Gold 21 52439 2023-12-19 01:02:02
Crab Rave Noisestorm 20 80515 2023-08-09 01:00:15
Just Dance Bad Computer 20 77896 2023-08-18 00:53:55
All Starts Now Laurell 19 82686 2023-11-21 00:41:34
Big Boss Big Boss 21 45416 2024-06-06 22:09:37
  BENCHMARKS  
Loading Time: Base Classes  0.0031
Controller Execution Time ( Main / Scores )  0.2306
Total Execution Time  0.2339
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,598,256 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7426
  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.2229 seconds)  (Hide)
0.1821   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` = '7426'
GROUP BY `gs`.`grade
0.0405   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` = '7426'
AND `ghs`.`private` = 
0.0003   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` = '7426'
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)