Jott


Country: US

Stars Earned
20
6
21
1

Wild Mode Embed Generic Embed

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

Total Score Count: 48

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 79188 2024-04-11 22:27:18
Time is Ticking Elpis feat. Black Elway 19 66970 2024-11-09 02:07:37
Change The World Nathalie & Kim Lukas 19 76739 2023-10-13 01:54:30
Joanna Crazy Loop 19 75262 2023-11-28 01:42:31
Think Thousand Thoughts Auvic 20 25713 2024-04-11 22:24:40
What Happened To Love Denine 19 84299 2024-03-20 19:45:44
Funny Love Dan Balan 19 70418 2024-01-11 23:21:40
Unity TheFatRat 21 19625 2024-01-11 22:05:46
I Think I Like That Sound Kid Whatever 20 21788 2024-06-11 00:24:02
Ize Pie Headtwist & Pump 19 37159 2023-11-28 01:56:11
Reactor Jason Creasey 19 85178 2024-02-08 23:56:55
While Tha Rekkid Spinz DJ Zombie 22 5813 2024-03-20 19:47:51
Dies Irae Jason Creasey 19 76047 2024-01-11 21:56:59
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 79269 2024-01-11 22:46:48
Bumble Bee Bambee 20 29857 2024-04-18 23:22:07
Never Gonna Make Morgana 21 23487 2023-12-04 20:53:49
Flash In The Night Flashman 22 5647 2024-04-11 22:16:27
Movin On Ellen Gee 20 47937 2024-01-11 22:49:21
Bandito Remorse Code 21 60383 2024-01-11 22:34:02
Electric The DNC feat. Miss Amani 22 4786 2024-04-18 23:16:51
Music & Police CJ Crew & KaW feat. Christian D. 21 22856 2024-01-11 22:44:09
So Deep Silvertear 21 65197 2024-04-18 23:49:25
Come On Now Miss Amani 20 45931 2024-02-08 23:59:28
Devil Inside CRMNL 19 83152 2024-01-11 21:59:50
Equinox Mage 21 78446 2024-04-18 23:19:22
Doh! Tale & Dutch 20 75099 2023-10-13 01:24:52
Ma Huggies FIG & Nico Sleator 20 73577 2024-02-08 23:47:02
Dr. M BanYa 23 36482 2023-12-19 23:09:04
In The Heat Of The Night E-Rotic 20 7682 2023-11-28 01:15:53
Butterfly Swingrowers 19 31585 2023-12-19 23:04:26
Cartoon Heroes Barbie Young 21 29793 2023-12-19 23:14:34
Kinky Boots Daz Sampson & Nona 19 80548 2024-03-01 23:20:54
Boomerang Miss V 21 54782 2024-02-08 23:33:02
Don't Stop S & K 22 4649 2023-10-13 01:37:03
Moonlight PIXY 20 16423 2024-04-11 22:18:57
INEEDU Teddy Killerz 22 19944 2024-01-11 22:28:42
Crab Rave Noisestorm 20 80607 2024-01-11 22:02:56
Born to Run Red Parker 19 84281 2024-04-11 22:21:29
Bambole (Ole) Papa Gonzalez 20 75189 2024-04-18 23:43:20
Do My Thing PRTY ANML 20 68300 2023-12-19 23:06:50
Nothing Else Matters Katya Ocean 19 81682 2024-02-08 23:54:22
2NITE nanobii 21 12133 2024-01-11 21:51:23
Every Little Thing Conro 21 65962 2024-01-11 22:08:35
All Starts Now Laurell 19 82877 2023-12-19 22:23:19
Keep On Dancing BEAUZ feat. Heleen 20 72657 2024-01-11 21:46:35
Boogeyman Wizardz of Oz 19 75058 2023-12-19 22:46:48
Under The Bed Macks Wolf X Tatsunoshin 21 87910 2024-03-20 20:03:30
Party ChildsPlay 19 79367 2023-11-28 01:40:22
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0204
Total Execution Time  0.0232
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,589,472 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/12309
  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.0080 seconds)  (Hide)
0.0054   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` = '12309'
GROUP BY `gs`.`grade
0.0024   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` = '12309'
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` = '12309'
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)