derschmichel


Country: DE

Stars Earned
25
3
16
4

Wild Mode Embed Generic Embed

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

Total Score Count: 48

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 91056 2018-05-01 19:02:16
Dynamo Oscillator X 19 95286 2018-05-24 19:45:26
In The Hall Of The Mountain King KaW 22 64837 2018-04-27 19:15:42
Land Of The Lost Banzai 19 95519 2018-06-27 19:46:39
Start & Paws Oscillator X 19 86818 2018-06-01 09:27:27
Shoulda SUNN 20 85367 2018-06-01 09:33:26
Bagpipe A-Moe 20 87249 2018-04-15 18:53:30
Birdie Doolittle 19 93981 2018-05-01 19:11:51
Can't Let Go Jenna Drey 19 90152 2018-05-21 18:58:56
Change The World Nathalie & Kim Lukas 19 97304 2018-05-21 18:58:57
Dream A Dream Captain Jack 20 68258 2018-04-15 19:07:05
Moonstone Virgill 19 95781 2018-06-29 20:09:59
Secret 2K12 Rene Ablaze feat. Jacinta 20 86028 2018-06-01 09:27:27
What Happened To Love Denine 19 94432 2018-04-30 19:31:51
Ba Be Loo Be La Kristeen 20 85246 2018-05-01 19:11:51
Blow My Mind Alphadelta 19 89103 2018-05-01 19:11:51
Bounce Crew 7 19 85556 2018-04-14 18:47:30
Mexi Mexi Mozquito 20 94192 2018-06-03 10:10:56
My Freedom Rayman Rave & Nika Lenina 19 89332 2018-05-24 19:31:53
Crazy Baby Fantasy Project 20 89343 2018-04-27 19:15:42
Big Blue Bouncy Ball Mr. Blue 22 49891 2018-04-13 19:13:41
Look Into My Eyes Rabih 20 87669 2018-06-29 19:56:36
Fleadh Uncut Ian Parker 21 87066 2019-12-21 15:43:06
Pop4 Vibes & Wishdokta 22 35267 2023-08-26 11:41:32
Psalm Pilot Jason Creasey 20 90742 2022-11-04 10:49:58
Click Bait S3RL feat. GL!TCH 20 94963 2019-12-21 14:07:39
Sunshine Triple J 22 41235 2022-08-26 17:20:35
Boom Boom Dollars King Kong & D'Jungle Girls 21 90423 2022-09-10 15:09:00
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 93034 2020-02-23 11:03:17
Young Forever Rebecca 20 85804 2023-01-21 08:14:43
Movin On Ellen Gee 20 93601 2020-06-27 18:26:08
Dam Dariram Joga 20 92785 2021-01-06 20:11:25
Music & Police CJ Crew & KaW feat. Christian D. 21 21924 2023-02-04 11:08:38
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 79425 2023-08-27 17:14:47
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 85267 2022-12-16 22:47:01
Electro Asia Re-venge Phoenix 21 70171 2020-12-21 20:06:38
Megalovania Toby Fox 21 85467 2023-08-26 11:17:29
Cartoon Heroes Barbie Young 21 84775 2022-08-28 17:33:05
Kick It Man KaW feat. DAZ 19 89615 2021-09-24 18:14:52
Kinky Boots Daz Sampson & Nona 19 90248 2022-08-28 16:35:13
Never Ending Story DJ AC-DC 20 91147 2023-05-27 11:34:42
Follow My Pamp Andrea Damante feat. Adam Clay 20 83863 2023-05-13 17:45:36
We Got The Moves Electric Callboy 20 83420 2022-09-10 16:32:18
Demon's World CJ Crew 22 75100 2022-08-28 09:10:25
Crab Rave Noisestorm 20 85969 2023-05-27 12:04:56
Northern Lights Saxsquatch 21 85812 2023-08-27 14:27:14
Techno World NAOKI underground 22 84348 2023-08-26 09:56:11
2NITE nanobii 21 81891 2023-08-27 14:29:02
  BENCHMARKS  
Loading Time: Base Classes  0.0041
Controller Execution Time ( Main / Scores )  0.0217
Total Execution Time  0.0261
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,587,616 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/11
  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.0115 seconds)  (Hide)
0.0069   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` = '11'
GROUP BY `gs`.`grade
0.0042   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` = '11'
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` = '11'
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)