blitzen


Country: GB

Stars Earned
6
14
23
3

Wild Mode Embed Generic Embed

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

Total Score Count: 46

Song Title Artist Level Score Grade Date
Party People Andy Stroke 19 88464 2025-03-04 13:04:28
Dream A Dream Captain Jack 20 18793 2025-06-11 14:09:34
The 7th Element Vitas 19 77307 2025-07-06 17:42:16
Surf Hyper Potions 22 4614 2025-06-20 15:48:57
Disconnected Disco Kid Whatever 20 75577 2025-05-30 16:10:34
Ize Pie Headtwist & Pump 19 82418 2025-02-18 14:13:23
Pop4 Vibes & Wishdokta 22 36282 2025-06-14 13:53:10
Dies Irae Jason Creasey 19 83805 2025-02-25 13:41:57
Click Bait S3RL feat. GL!TCH 20 76180 2025-03-16 19:19:00
Bumble Bee Bambee 20 71057 2025-02-27 17:54:41
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 85055 2025-06-14 13:31:14
Bang Bang Bang DCX 21 17788 2025-02-27 17:43:04
Ghosts Tenth Planet 20 30924 2025-06-20 15:32:01
Megalovania Toby Fox 21 83375 2025-07-06 17:06:42
Nori Nori Nori Judy Crystal 21 4358 2025-03-16 18:08:34
Spaceman Bambee & Lynn 20 81650 2025-03-29 16:34:06
Show U Love Entity 22 76487 2025-06-28 19:01:18
Cryosleep Machinae Supremacy 20 50862 2025-03-04 13:19:12
Kinky Boots Daz Sampson & Nona 19 29990 2025-07-30 15:34:38
Get Up'n Move S & K 20 69029 2025-02-25 13:54:15
Pump the Rhythm Ultimate Heights 21 79197 2025-02-18 14:07:09
Everybody 2 the Sun Ultimate Heights 20 75545 2025-07-01 12:22:57
We Got The Moves Electric Callboy 20 74653 2025-07-30 12:23:59
Vodka The Royal Eurobeat Orchestra of Bazookistan 21 30901 2025-03-16 18:17:50
Midnight Train More Plastic & Tylah Winyard 22 19510 2025-05-09 17:42:15
Right Into You The Tech Team 20 82354 2025-03-23 18:13:13
Crab Rave Noisestorm 20 12559 2025-02-09 17:10:53
Under The Bed Macks Wolf X Tatsunoshin 21 91446 2025-02-18 13:13:29
Elysium Scott Brown 21 87805 2025-02-18 14:18:30
Supernova Laszlo 22 75470 2025-04-04 16:36:33
Definition of a Badboy Scott Brown 20 74678 2025-05-30 17:13:14
Where Did You Go Tatsunoshin 21 61561 2025-02-18 13:24:27
Need You Nostalgix 22 81154 2025-07-22 12:09:37
Love Toxic FACTOR-X 21 77141 2025-02-18 14:04:01
戦国 Re-venG 21 29661 2025-06-14 14:00:14
Baila Bolero Fun Fun 20 88007 2025-07-22 12:59:31
Pilgrim 2000 Bass-X vs. Scott Brown 21 84107 2025-02-18 13:34:16
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 85140 2025-06-20 16:02:47
No Rules Foxela & Britt Lari 19 82711 2025-04-05 14:53:18
Polarised Koven, ÆON:MODE, Blanke 22 88399 2025-07-24 17:31:26
Remember Me Leslie Parrish 21 5905 2025-03-29 15:40:33
Go! Rocky Joe Maximum Power 20 74500 2025-06-28 19:39:04
In The Echo Koven 22 81886 2025-06-28 18:39:34
Letting Go Bensley & Voicians 19 84826 2025-06-28 18:42:19
The Banana Song SIPPY 19 89754 2025-07-01 11:18:00
Proper Rhythm peak divide 21 2318 2025-07-22 11:56:55
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0152
Total Execution Time  0.0181
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,585,648 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/16380
  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.0067 seconds)  (Hide)
0.0028   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` = '16380'
GROUP BY `gs`.`grade
0.0036   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` = '16380'
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` = '16380'
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)