JOKR


Country: US

Stars Earned
1
33
3
9

Wild Mode Embed Generic Embed

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

Total Score Count: 46

Song Title Artist Level Score Grade Date
Twins Martin Eriksson feat. Ellee 22 12927 2026-02-14 03:01:24
Bagpipe A-Moe 20 96885 2026-02-21 03:19:02
Indignation Auvic feat. Pipo Fernandez 24 83052 2026-02-14 05:00:05
Darkness Sanxion7 22 93396 2025-05-25 04:28:56
Pink Fuzzy Bunnies Wonderboy 25 82861 2026-02-14 05:08:41
Typical Tropical Bambee 19 96597 2026-03-04 03:35:23
The Saint Goes Marching The Saint 21 92966 2026-02-14 03:16:29
Pink Dinosaur Miss Papaya 19 98645 2026-02-15 22:48:27
Music & Police CJ Crew & KaW feat. Christian D. 21 90264 2025-05-25 04:20:00
Speed Over Beethoven Rose 22 95356 2025-05-25 04:32:21
Dolphin Talk Pyramyth 23 96095 2026-02-21 03:25:35
My Baby Mama Anquette 21 92459 2026-03-04 03:40:45
Pretty Ugly Yenn 20 96527 2026-03-04 03:43:45
Hip Hop Jam Indiggo 20 97187 2026-02-15 22:42:14
Turn Me On E-Rotic 20 97157 2026-02-14 03:04:53
Insane Niko Noise 20 94536 2026-03-04 03:37:32
Here For You PIXL feat. Q'AILA 19 93601 2026-02-14 03:25:20
How We Win FWLR 21 96292 2026-02-21 01:49:17
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 89578 2025-05-25 04:34:56
Orbit Ellis 19 98332 2026-02-21 01:33:16
Work Stella Mwangi 21 95138 2025-05-25 04:24:07
UFO Little Sis Nora & S3RL 20 95281 2026-02-14 02:57:15
Breathe Me Back To Life Stonebank feat. Lena Sue 20 98381 2026-02-21 01:38:49
To Your Beat S3RL feat. Hannah Fortune 23 89621 2026-02-14 03:12:41
Under The Bed Macks Wolf X Tatsunoshin 21 93015 2026-02-14 02:54:34
Never Let You Down BEAUZ, Miles Away, & RYYZN 22 96538 2026-02-15 22:19:31
Tick Tock Technikore 20 97891 2026-02-15 23:21:48
Dancing In The Dark HELLO GLOOM 21 93810 2026-03-04 03:45:53
DMT Technikore 23 91618 2026-02-14 04:22:33
Where Did You Go Tatsunoshin 21 96369 2026-02-21 02:06:33
Burbank Nights Dirtyphonics 22 92599 2025-05-25 04:26:25
戦国 Re-venG 21 96270 2026-02-21 02:15:24
Total Nuclear Annihilation Scott Danesi 22 93039 2026-02-21 01:57:16
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 98452 2026-02-21 01:54:30
MEANT 2 BE THIRST & nuphory 23 98959 2026-02-21 03:34:25
In The Echo Koven 22 96600 2026-02-21 02:18:35
Ping Pong AronChupa & Little Sis Nora 20 98483 2026-02-15 22:25:59
Pure Ecstasy M-Project 25 80258 2026-02-14 05:05:48
The Banana Song SIPPY 19 98108 2026-02-15 22:28:24
Proper Rhythm peak divide 21 96578 2026-02-15 22:59:18
Worn Out Tapes peak divide 23 98142 2026-02-15 22:09:57
Forever Now peak divide 22 94442 2026-03-04 03:48:57
Let's Go! (This Is It) 2 The Limit 21 98835 2026-02-15 23:12:24
Mm-Hmm W3WAY 22 96259 2026-02-21 02:21:28
Uncanny Valley Freezepop 21 91847 2026-02-14 02:52:29
Old School Rameses B 23 93700 2026-02-14 04:57:08
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0607
Total Execution Time  0.0635
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,643,776 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/22642
  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.0383 seconds)  (Hide)
0.0196   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` = '22642'
GROUP BY `gs`.`grade
0.0132   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` = '22642'
AND `ghs`.`private` = 
0.0054   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` = '22642'
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)