Anson


Country: US

Stars Earned
24
21
1
1

Wild Mode Embed Generic Embed

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

Total Score Count: 47

Song Title Artist Level Score Grade Date
Cowbell Rock Pyramyth 23 97652 2024-03-16 03:26:44
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 94280 2024-03-16 04:42:04
Ready To Fly Aleky 22 98023 2024-01-06 07:29:57
One Step Further Jenna Drey 20 99266 2024-03-16 05:26:57
Bloodrush TechnoDred 26 88403 2024-03-16 05:15:51
Determinator Dust Devil 26 88563 2024-03-16 05:19:58
Pop4 Vibes & Wishdokta 22 98565 2023-07-31 06:36:57
Psalm Pilot Jason Creasey 20 99182 2023-07-31 06:20:04
Spin Chicken Freebie & The Bean 21 99219 2023-07-31 06:08:31
Get Busy Bassmonkeys & Bianca Lindgren 20 99344 2023-11-04 05:13:54
Ladybug Coconut 19 99387 2023-11-04 05:08:38
Sweet World Omega Men 22 93832 2023-07-31 06:41:25
Darkness Sanxion7 22 98571 2024-03-16 05:06:15
Zenith Sanxion7 24 96194 2024-03-16 05:12:37
July Smiley 20 99096 2024-03-16 02:30:12
Xuxa Smiley 23 97155 2024-09-22 00:32:06
The Beginning DJ Doo 26 92975 2024-03-16 04:48:41
Bumble Bee Bambee 20 99769 2023-07-31 06:43:53
Dance Boom Boom Tipsy & Tipsy 23 96563 2024-03-16 03:32:49
Who R You Leo Pigot 21 97270 2023-07-31 06:14:17
Ghosts Tenth Planet 20 98634 2023-11-04 05:19:25
Pink Dinosaur Miss Papaya 19 98882 2024-09-22 00:06:27
A Sign Tipsy & Tipsy 23 97181 2024-03-16 03:08:28
So Deep Silvertear 21 99226 2024-03-16 05:30:20
Summer Night In Seattle Jenna Drey 20 99664 2024-03-16 04:26:45
We're Getting Faster Darwin feat. Fraz 22 98605 2024-03-16 05:02:48
Your Own Destiny Entity & Darwin 24 96282 2024-03-16 04:52:03
Black Magic Matduke 23 94765 2023-07-31 06:31:28
Pretty Ugly Yenn 20 98391 2023-11-04 05:05:32
Arcade Run Perfect Sphere 22 94742 2023-07-31 06:33:59
My Generation Captain Jack 20 99212 2023-07-31 06:00:48
Charlene Missing Heart 22 96148 2024-03-16 05:09:26
The Judgement Day Naoki feat. Riyu Kosaka 19 99621 2024-03-16 05:34:37
Winter BanYa 25 53112 2024-09-22 00:37:27
Brutalisphere Machinae Supremacy 23 97951 2024-03-16 03:17:08
Queen Of Light E-Rotic 21 98802 2023-07-31 06:23:20
Canon D.2 Yahpp 23 99020 2024-03-16 03:23:54
403 NAOKI underground 23 96178 2024-03-16 03:05:28
Business Wars Quiqman feat. Eternal JK Yoripi-chan 23 96783 2024-03-16 03:21:22
Para-Symptoms 165 23 97595 2024-03-16 04:45:37
TURBO Tokyo Machine 21 98368 2024-01-06 07:13:23
Dance Sophon 23 94161 2024-03-16 03:29:10
Bassline Shatter M-Project & S2i8 23 98140 2024-03-16 03:11:08
Techno World NAOKI underground 22 97858 2024-01-06 07:19:10
GALACTICAL Tokyo Machine 23 95365 2024-03-16 05:23:59
Asian Night in 20XX NM Japan 22 97354 2023-07-31 06:04:02
Stars James Landino 24 95526 2024-03-16 04:38:55
  BENCHMARKS  
Loading Time: Base Classes  0.0034
Controller Execution Time ( Main / Scores )  0.3491
Total Execution Time  0.3527
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,584,472 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/11161
  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.3398 seconds)  (Hide)
0.2060   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` = '11161'
GROUP BY `gs`.`grade
0.1334   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` = '11161'
AND `ghs`.`private` = 
0.0004   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` = '11161'
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)