JustG


Country: US

Stars Earned
18
22
5
4

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
Dream A Dream Captain Jack 20 82925 2025-01-12 21:16:55
Joanna Crazy Loop 19 88745 2024-07-24 23:42:50
The 7th Element Vitas 19 89439 2024-09-02 20:18:43
Who KaW 21 80857 2024-07-13 20:07:28
Surf Hyper Potions 22 15932 2024-07-13 18:29:23
Disconnected Disco Kid Whatever 20 59353 2025-07-08 23:55:30
Fleadh Uncut Ian Parker 21 46836 2024-08-28 00:42:17
Ize Pie Headtwist & Pump 19 85140 2024-10-10 23:17:08
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 74919 2024-07-13 20:18:01
Dies Irae Jason Creasey 19 91156 2024-07-24 23:28:02
Feel The Melody S3RL feat. Sara 20 81180 2024-07-13 21:47:22
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 86315 2024-08-28 00:51:17
Bumble Bee Bambee 20 83141 2024-07-24 23:38:07
Coming Out Playmaker feat. Robina 19 87089 2024-07-16 23:46:02
Typical Tropical Bambee 19 86889 2024-09-02 20:23:16
Pink Dinosaur Miss Papaya 19 87715 2024-07-13 20:04:08
Dam Dariram Joga 20 89846 2025-01-12 21:19:24
So Deep Silvertear 21 82128 2024-10-12 22:51:16
Stay Tess 20 80801 2024-08-28 00:30:18
Classic Madness Fracus & Darwin 21 65338 2024-08-08 00:52:41
Megalovania Toby Fox 21 83326 2025-01-12 21:24:14
My Generation Captain Jack 20 89589 2024-08-28 00:27:52
The Judgement Day Naoki feat. Riyu Kosaka 19 86776 2024-09-02 20:20:55
Kick It Man KaW feat. DAZ 19 89579 2024-07-16 23:57:29
If You Can Say Goodbye Kate Project 19 88539 2024-07-16 23:55:21
Paradox Naoki feat. Riyu Kosaka 20 79370 2024-07-13 20:21:34
Kinky Boots Daz Sampson & Nona 19 11844 2024-07-17 00:00:11
403 NAOKI underground 23 66284 2024-07-13 18:51:18
Silent Movie Little Violet 19 87024 2024-07-13 20:05:48
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 91040 2024-08-28 00:48:33
Fade Out Bensley 21 78087 2024-08-28 00:40:01
Moonlight PIXY 20 86751 2024-11-09 01:05:57
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 80288 2024-11-09 01:08:20
Only You DEXTER KING feat. Alexis Donn 19 89525 2024-09-02 20:16:17
Orbit Ellis 19 87828 2024-07-17 00:06:59
Crab Rave Noisestorm 20 87115 2024-10-10 23:29:37
Down Low Hr. Troels x Felix Schorn 20 86787 2024-08-08 00:57:18
Stockholm to Bombay Dr. Bombay 21 84834 2024-07-29 00:29:54
Sirens RENOLD X Scarlett 19 88829 2024-07-13 20:15:54
Kibo Dion Timmer 22 79761 2024-08-28 00:53:49
Truth or Dare PIXY 19 90983 2024-10-10 22:51:20
Electronic City Pops TOKYO twilight scene 21 65304 2024-08-08 00:59:27
Bad Revenge from20 20 82492 2024-10-10 22:48:22
Everybody Get Up Tempo feat. Manola 19 93751 2024-10-10 23:19:34
SPEED KING David Kane 24 79458 2024-09-02 20:28:18
戦国 Re-venG 21 27645 2024-11-09 00:49:46
My Heart Is Ticking Like A Bomb E-Rotic 20 89535 2025-07-08 23:53:16
Falling In Love Again Naoki feat. Paula Terry 20 48589 2025-07-08 23:58:11
Go! Rocky Joe Maximum Power 20 85085 2025-07-08 23:49:44
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0216
Total Execution Time  0.0243
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,597,872 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/17129/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.0125 seconds)  (Hide)
0.0044   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` = '17129'
GROUP BY `gs`.`grade
0.0078   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` = '17129'
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` = '17129'
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)