JALG


Country: US

Stars Earned
27
6
6
12

Wild Mode Embed Generic Embed

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

Total Score Count: 51

Song Title Artist Level Score Grade Date
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 80814 2023-01-05 20:24:55
Link Line Asterisk 25 68341 2023-01-05 20:54:33
Save My World Stephy 22 79474 2022-11-24 00:26:31
Time To Fly Cindy Cooper 24 74439 2023-06-10 23:01:04
Bloodrush TechnoDred 26 23749 2023-06-11 00:28:12
Determinator Dust Devil 26 22852 2022-08-14 02:17:03
Go 60 Go Takoyaki 24 56195 2023-01-05 21:28:57
Holy Guacamole Chucho Merchán 23 83858 2022-11-24 00:31:41
Sweet World Omega Men 22 79740 2023-06-11 01:38:22
Gargoyle Sanxion7 24 70039 2022-08-14 01:51:56
Zenith Sanxion7 24 82475 2022-11-23 00:03:27
Monolith Affinity 25 44244 2022-11-23 00:06:47
Who R You Leo Pigot 21 89455 2023-01-05 20:22:38
Justify My Love Tess 21 93490 2023-06-11 01:15:34
The Saint Goes Marching The Saint 21 89419 2023-06-11 01:18:44
A Sign Tipsy & Tipsy 23 60975 2023-06-11 00:13:57
Bye Bye Baby Balloon Joga 21 88139 2023-06-11 01:12:59
Electric The DNC feat. Miss Amani 22 77852 2022-08-14 02:13:05
Your Own Destiny Entity & Darwin 24 81294 2022-11-23 00:01:07
Speed Over Beethoven Rose 22 89814 2023-11-22 21:42:07
Dopamine You In Mind 23 6537 2022-11-24 01:19:22
July ReduX Entity 23 84338 2023-06-11 00:43:49
Mozart Is Back Rose 24 77806 2022-11-23 00:09:04
Nothing Gonna Stop Micky 20 92281 2023-06-11 01:10:25
Black Magic Matduke 23 81423 2023-06-11 00:18:50
MAX428 Omega 27 21138 2023-06-11 00:31:00
Arcade Run Perfect Sphere 22 87892 2023-01-05 22:40:00
On My Own Anamanaguchi feat. HANA 21 71256 2022-11-24 01:22:01
Critical Hit MDK 25 77257 2022-08-14 01:54:11
Summer Smiley 25 34740 2022-11-24 00:24:17
Melancholy Vision DE-SIRE 24 85212 2023-06-11 00:50:17
Canon D.2 Yahpp 23 83337 2023-01-05 21:54:20
403 NAOKI underground 23 76997 2022-11-24 00:28:59
Cyber-Kyoto- Re-venG 20 70159 2023-06-11 00:20:56
Moonlight PIXY 20 90890 2023-11-22 21:36:56
Para-Symptoms 165 23 84219 2023-01-05 21:15:24
Rainbow Rave Parade Chime 24 89246 2023-06-11 00:46:58
Space Boy Rameses B, Feint & Veela 22 73924 2022-11-24 01:50:53
Bust It Out FWLR 24 85482 2022-11-22 23:44:20
Good Feeling More Plastic & imallryt 23 78504 2022-11-22 23:55:38
INEEDU Teddy Killerz 22 81718 2022-11-22 23:52:41
Crab Rave Noisestorm 20 90165 2023-01-05 21:20:59
Bassline Shatter M-Project & S2i8 23 87482 2023-06-11 00:15:57
Techno World NAOKI underground 22 74407 2023-11-22 21:44:17
Stockholm to Bombay Dr. Bombay 21 85605 2023-06-11 01:36:03
Poco Loco Carlito 21 95370 2023-06-11 01:21:15
RAD Tokyo Machine 24 75016 2023-06-11 00:03:41
The Other Side Au5 & Chime 25 83682 2023-06-11 00:25:24
Arsene's Bazaar James Landino 25 74846 2023-11-22 21:34:10
Fiesta Night Carlito 21 86000 2023-11-22 21:39:05
Stars James Landino 24 83308 2023-11-22 21:32:09
  BENCHMARKS  
Loading Time: Base Classes  0.0039
Controller Execution Time ( Main / Scores )  0.0136
Total Execution Time  0.0178
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,601,744 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7071
  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.0050 seconds)  (Hide)
0.0016   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` = '7071'
GROUP BY `gs`.`grade
0.0032   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` = '7071'
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` = '7071'
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)