Marten


Country: US

Stars Earned
32
16
2
3

Wild Mode Embed Generic Embed

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

Total Score Count: 53

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 98000 2021-08-26 22:59:00
Dynamo Oscillator X 19 99562 2021-08-27 01:15:21
Start & Paws Oscillator X 19 98461 2024-06-30 19:52:53
Be My Hero Freezer 21 97818 2023-12-20 21:52:15
Think Thousand Thoughts Auvic 20 97128 2024-06-29 16:19:41
I Love You Baby Pandera 21 98874 2023-12-20 21:49:48
Surf Hyper Potions 22 99098 2024-06-30 03:57:08
Determinator Dust Devil 26 77908 2021-08-27 00:55:00
Disconnected Disco Kid Whatever 20 97968 2021-08-27 01:15:21
Flying High Filo Bedo 21 98537 2021-08-27 00:55:00
ROM-eo & Juli8 Nina 19 97497 2021-08-26 23:04:19
Sweet World Omega Men 22 92305 2024-06-29 16:22:30
Sunshine Triple J 22 99356 2024-06-29 17:37:27
EternuS Sanxion7 20 99514 2024-06-30 03:33:36
Gargoyle Sanxion7 24 91872 2021-08-26 23:16:46
Utopia Smiley 22 98751 2024-06-30 03:33:36
Xuxa Smiley 23 99291 2024-06-30 03:53:41
Become Astral Ash Astral 22 96360 2024-06-30 03:33:36
Flash In The Night Flashman 22 98578 2024-06-30 19:45:21
Justify My Love Tess 21 98970 2023-12-20 21:43:13
Anubis Banzai 20 98758 2024-06-28 18:41:06
Bye Bye Baby Balloon Joga 21 98520 2024-06-29 16:39:14
Dam Dariram Joga 20 98624 2021-08-26 23:40:47
No Princess Lynn 19 98762 2021-08-26 23:20:14
So Deep Silvertear 21 99138 2024-06-30 03:33:36
We're Getting Faster Darwin feat. Fraz 22 98551 2024-06-30 03:33:36
Speed Over Beethoven Rose 22 98523 2023-12-20 22:55:37
BU-44 Naoki 21 99268 2021-08-27 00:24:11
Fall Silently Christoph Maitland & Toby Emerson feat. Veela 22 97806 2024-06-30 03:33:36
Summer Smiley 25 73041 2024-06-30 20:04:38
The Judgement Day Naoki feat. Riyu Kosaka 19 99735 2024-06-30 19:55:41
Sky High DJ Miko 20 99550 2024-06-30 20:00:55
Cartoon Heroes Barbie Young 21 99247 2021-08-27 00:04:09
Melancholy Vision DE-SIRE 24 94617 2021-08-27 01:15:21
Kick It Man KaW feat. DAZ 19 98884 2021-08-26 23:01:34
Paradox Naoki feat. Riyu Kosaka 20 98970 2023-12-22 20:21:07
Closer To Heaven Nëonne 21 99666 2024-06-28 16:45:18
Kalinka Quiqman 20 99838 2024-06-30 19:57:50
Outbreak Feint feat. MYLK 23 97812 2024-06-30 03:33:36
Shiawase Dion Timmer 23 97498 2024-06-30 04:00:22
Have Fun Rameses B 21 99724 2024-06-28 18:43:24
How We Win FWLR 21 97552 2024-06-29 16:16:55
Ooh La La La E-Rotic 21 98842 2023-12-20 23:01:01
Rainbow Rave Parade Chime 24 95730 2023-12-20 21:44:53
TURBO Tokyo Machine 21 98786 2024-06-28 18:45:34
Crab Rave Noisestorm 20 98607 2024-06-30 03:50:46
Born to Run Red Parker 19 99898 2024-06-30 19:47:48
Dream of You Bishu 22 98031 2024-06-29 16:37:10
Low Workout Fracus & Darwin 23 97070 2024-06-30 03:33:36
Stars James Landino 24 96968 2024-06-30 03:33:36
BLEEP BLOOP Tokyo Machine 24 97884 2024-06-28 16:53:05
Definition of a Badboy Scott Brown 20 99334 2024-06-29 16:34:38
What Ya Gonna Do Scott Brown 21 99072 2024-06-28 16:38:09
  BENCHMARKS  
Loading Time: Base Classes  0.0033
Controller Execution Time ( Main / Scores )  0.0152
Total Execution Time  0.0187
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,602,616 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/5123
  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.0053 seconds)  (Hide)
0.0027   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` = '5123'
GROUP BY `gs`.`grade
0.0024   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` = '5123'
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` = '5123'
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)