Airjordan43


Country: US

Stars Earned
11
32

Wild Mode Embed Generic Embed

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

Total Score Count: 43

Song Title Artist Level Score Grade Date
Remember December Smiley 22 98334 2024-03-30 05:52:32
Bagpipe A-Moe 20 97335 2024-03-13 06:28:48
Dream A Dream Captain Jack 20 96040 2024-03-13 06:35:20
I Love You Baby Pandera 21 97918 2024-03-18 21:53:47
Mexi Mexi Mozquito 20 99324 2024-03-18 21:32:57
Da Roots Mind Reflection 20 98836 2024-03-13 06:32:34
Pop4 Vibes & Wishdokta 22 96926 2024-04-19 05:09:47
ROM-eo & Juli8 Nina 19 97118 2024-04-13 05:16:11
Spin Chicken Freebie & The Bean 21 98978 2024-04-13 05:16:11
Temple Of Boom Yannis Kamarinos 23 97734 2024-04-13 05:16:11
Click Bait S3RL feat. GL!TCH 20 98907 2024-03-18 21:45:09
Feel The Melody S3RL feat. Sara 20 98784 2024-03-18 21:47:14
Gargoyle Sanxion7 24 97517 2024-04-13 05:16:11
Rainspark Sanxion7 21 97593 2024-04-13 05:18:22
Zenith Sanxion7 24 93732 2024-04-13 05:23:44
Xuxa Smiley 23 97119 2024-04-13 05:16:11
The Beginning DJ Doo 26 89115 2024-04-13 05:47:50
Become Astral Ash Astral 22 89807 2024-03-30 05:34:23
Bumble Bee Bambee 20 97495 2024-03-18 21:25:04
Senorita Jenny Rom 23 97341 2024-03-30 05:57:28
Pink Dinosaur Miss Papaya 19 98357 2024-03-18 21:42:41
Dam Dadi Doo Fantasy Project 22 94713 2024-03-18 21:10:18
Classic Madness Fracus & Darwin 21 94343 2024-04-20 07:02:20
Arcade Run Perfect Sphere 22 94063 2024-03-30 05:26:20
Electro Asia Re-venge Phoenix 21 98051 2024-03-30 05:21:34
Russian Roulette Darwin 22 95695 2024-04-19 05:15:05
Spaceman Bambee & Lynn 20 94865 2024-04-13 05:16:11
Charlene Missing Heart 22 95069 2024-03-18 21:57:09
Destiny Smiley 23 93061 2024-04-13 05:21:12
Dr. M BanYa 23 96666 2024-03-30 05:54:47
op13 riddle 22 96778 2024-04-20 07:07:03
William Tell Quiqman 24 94783 2024-04-13 05:16:11
7th Trip NM underground artifact 22 96285 2024-03-30 05:28:59
Ooh La La La E-Rotic 21 96351 2024-04-20 07:05:09
Para-Symptoms 165 23 92549 2024-04-13 05:45:09
Rainbow Rave Parade Chime 24 91991 2024-04-19 05:12:46
Right Into You The Tech Team 20 95840 2024-03-18 21:36:10
Crab Rave Noisestorm 20 98060 2024-03-18 21:28:07
EMEA Re-venG 24 94007 2024-03-18 21:39:01
Hava Nagila Quiqman 23 93925 2024-03-18 21:14:02
Asian Night in 20XX NM Japan 22 95564 2024-03-30 05:31:13
All Starts Now Laurell 19 98282 2024-03-18 21:50:51
Elysium Scott Brown 21 99364 2024-03-30 05:24:13
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0173
Total Execution Time  0.0202
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,568,256 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14627
  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.0059 seconds)  (Hide)
0.0030   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` = '14627'
GROUP BY `gs`.`grade
0.0027   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` = '14627'
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` = '14627'
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)