JeffreyATW


Country: US

Stars Earned
47
3
1
1

Wild Mode Embed Generic Embed

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

Total Score Count: 52

Song Title Artist Level Score Grade Date
Start & Paws Oscillator X 19 97405 2023-09-28 22:46:01
Surf Hyper Potions 22 94338 2025-01-04 01:18:50
Holy Guacamole Chucho Merchán 23 96347 2023-06-01 23:11:28
Paradise Smiley 24 91912 2022-12-12 01:07:08
Paranormal Inspector K 20 96278 2025-01-04 01:07:54
Utopia Smiley 22 93144 2023-03-19 21:16:41
Xuxa Smiley 23 96833 2023-09-28 22:35:50
Hanky Panky Jenny Rom 23 96354 2023-06-01 22:59:26
Be Alive Stian K 20 97339 2025-01-04 01:11:14
Bumble Bee Bambee 20 96898 2025-07-13 00:35:04
Waka Laka Jenny Rom vs. The Zippers 21 97378 2023-09-28 22:31:15
Flash In The Night Flashman 22 96574 2023-09-28 22:43:30
Bandito Remorse Code 21 95522 2023-09-28 22:22:05
So Deep Silvertear 21 96851 2022-12-12 01:04:42
We're Getting Faster Darwin feat. Fraz 22 94132 2023-09-28 22:12:53
Dolphin Talk Pyramyth 23 94672 2023-06-01 22:52:04
July ReduX Entity 23 94232 2023-06-01 22:56:58
Black Magic Matduke 23 89375 2023-06-01 22:47:01
Warrior Kirill Gramada 21 94460 2023-09-28 22:33:06
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 95962 2025-01-04 01:13:29
Electro Asia Re-venge Phoenix 21 95149 2023-09-28 22:17:43
Megalovania Toby Fox 21 94753 2022-12-12 01:13:35
BU-44 Naoki 21 89095 2022-12-12 00:40:38
Critical Hit MDK 25 86614 2023-09-28 22:59:25
Winter BanYa 25 77492 2023-09-28 23:04:04
Destiny Smiley 23 93416 2023-06-01 22:54:50
Cartoon Heroes Barbie Young 21 94786 2022-12-12 00:42:18
Melancholy Vision DE-SIRE 24 86131 2023-09-28 23:02:02
Show U M-Project 24 88529 2022-12-12 01:15:57
Contrast Donk Terrorist vs. Daniel Seven 22 96422 2025-07-13 00:37:25
William Tell Quiqman 24 90598 2022-12-12 01:01:29
Pump the Rhythm Ultimate Heights 21 96237 2022-12-12 00:54:35
BUBBLES Tokyo Machine 22 93563 2023-09-28 22:41:16
Shiawase Dion Timmer 23 91710 2023-06-01 23:14:26
Press Start MDK 23 93355 2022-12-12 00:54:35
The Call of Wilderness Electron 22 92574 2023-09-28 22:14:51
How We Win FWLR 21 94234 2022-12-12 00:59:17
Para-Symptoms 165 23 89476 2023-09-28 22:28:36
Bust It Out FWLR 24 89437 2023-09-28 22:48:34
Energizer ZiGZaG 23 51017 2023-06-01 22:50:09
TURBO Tokyo Machine 21 98285 2023-09-28 22:38:30
INEEDU Teddy Killerz 22 91568 2023-09-28 22:10:14
Midnight Train More Plastic & Tylah Winyard 22 93017 2023-09-28 22:08:06
Right Into You The Tech Team 20 95630 2023-09-28 22:05:33
Orbit Ellis 19 92851 2025-01-04 01:05:15
Bassline Shatter M-Project & S2i8 23 91093 2023-09-28 22:24:03
Techno World NAOKI underground 22 95515 2025-01-04 01:16:20
Poco Loco Carlito 21 97310 2023-09-28 22:26:31
RAD Tokyo Machine 24 88305 2023-09-28 22:51:19
The Other Side Au5 & Chime 25 86406 2023-09-28 22:57:13
Arsene's Bazaar James Landino 25 90736 2023-09-28 22:54:06
Candy Pop Luv Limited -NM- 21 92184 2023-09-28 22:19:47
  BENCHMARKS  
Loading Time: Base Classes  0.0025
Controller Execution Time ( Main / Scores )  0.0172
Total Execution Time  0.0199
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,601,992 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8146
  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.0071 seconds)  (Hide)
0.0040   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` = '8146'
GROUP BY `gs`.`grade
0.0028   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` = '8146'
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` = '8146'
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)