Kramsen


Country: NO

Stars Earned
33
1
7

Wild Mode Embed Generic Embed

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

Total Score Count: 41

Song Title Artist Level Score Grade Date
Hyper Hyper Smiley 22 90981 2025-02-03 22:25:42
Day After Day Rikah 20 91884 2025-05-21 11:17:54
Cowbell Rock Pyramyth 23 89121 2025-02-03 23:28:38
Personal Reality Auvic 25 22592 2025-05-26 14:27:10
The 7th Element Vitas 19 99266 2025-02-03 22:44:14
I Love You Baby Pandera 21 97834 2025-02-03 23:37:32
Fleadh Uncut Ian Parker 21 94091 2025-02-03 22:47:32
Holy Guacamole Chucho Merchán 23 91919 2025-02-03 22:38:52
I Feel Sun Gyrlie 21 95416 2025-02-03 23:39:26
Gargoyle Sanxion7 24 89745 2025-02-03 22:53:15
Hanky Panky Jenny Rom 23 88420 2025-02-03 23:32:30
Ari Oh Jenny Kee 20 96887 2025-02-03 23:46:02
Coming Out Playmaker feat. Robina 19 99183 2025-02-03 23:41:42
Ghosts Tenth Planet 20 92791 2025-02-03 23:02:58
Anubis Banzai 20 97382 2025-02-03 23:47:54
Life Ride Pyramyth 22 97193 2025-02-03 22:42:08
Hypnosis Colin Kiddy 21 91548 2025-02-03 22:27:57
I'm Crazy For Your Love Black Eva 21 96960 2025-02-03 23:35:22
Cryosleep Machinae Supremacy 20 94088 2025-02-03 23:55:19
Operator Miss Papaya 19 97087 2025-02-03 22:30:35
Grab It While We Can FantastixX 19 98148 2025-02-03 23:08:49
403 NAOKI underground 23 87249 2025-02-03 23:51:47
Follow My Pamp Andrea Damante feat. Adam Clay 20 96248 2025-02-03 22:49:45
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 99364 2025-05-21 11:24:09
Fade Out Bensley 21 95448 2025-05-21 11:27:10
Dystopia 2077 F.O.O.L & The Forgotten 23 90702 2025-05-26 14:24:11
Press Start MDK 23 89993 2025-02-03 23:10:52
Just Do It Swingrowers 21 95505 2025-02-03 23:30:29
How We Win FWLR 21 95631 2025-02-03 22:23:36
Space Boy Rameses B, Feint & Veela 22 91150 2025-05-21 11:20:02
Get Busy KOYOTIE 22 96123 2025-02-03 22:58:26
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 87618 2025-02-03 22:32:35
Crab Rave Noisestorm 20 97877 2025-02-03 23:21:19
2NITE nanobii 21 94756 2025-02-03 23:49:46
Stockholm to Bombay Dr. Bombay 21 98278 2025-02-03 23:19:16
The 7 Jump Ken-D 19 99390 2025-05-26 11:06:08
The Bass & the Melody S3RL 22 94732 2025-05-21 11:22:14
Truth or Dare PIXY 19 99261 2025-05-26 14:21:20
Got Good Vibes MO XO 22 95602 2025-02-03 23:05:01
Take Me Away Dougal 22 95332 2025-05-26 14:30:44
Happy Holiday Luv Limited -NM- 21 96215 2025-02-03 22:21:22
  BENCHMARKS  
Loading Time: Base Classes  0.0030
Controller Execution Time ( Main / Scores )  0.0155
Total Execution Time  0.0187
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,565,664 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/20819
  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.0046 seconds)  (Hide)
0.0024   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` = '20819'
GROUP BY `gs`.`grade
0.0021   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` = '20819'
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` = '20819'
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)