M3rcad0


Country: US

Stars Earned
13
29
4
3

Wild Mode Embed Generic Embed

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

Total Score Count: 49

Song Title Artist Level Score Grade Date
Dynamo Oscillator X 19 80733 2019-05-25 18:41:55
Party All Night KaW feat. Sam-I-Am 20 89008 2023-02-11 18:59:24
Party People Andy Stroke 19 92550 2019-05-25 18:59:44
Shoulda SUNN 20 90649 2020-09-24 02:32:12
Dabbi Doo Ni-Ni 20 87525 2019-06-08 19:38:56
Joanna Crazy Loop 19 87377 2019-06-08 19:59:56
Licky Licky Crispy 20 86042 2019-06-30 18:11:25
That Night Eskimo & Icebird 21 87469 2020-09-24 02:32:12
The 7th Element Vitas 19 93047 2020-09-24 01:55:55
Think Thousand Thoughts Auvic 20 88985 2023-09-24 17:14:03
Bounce Crew 7 19 87608 2019-07-06 18:38:10
Mexi Mexi Mozquito 20 90672 2022-12-23 21:11:59
Who KaW 21 88382 2023-01-01 17:02:45
Everything Is Changing Rikah 19 77572 2019-07-06 20:02:05
Funny Love Dan Balan 19 92497 2020-09-24 02:02:51
Monody TheFatRat feat. Laura Brehm 22 88536 2020-09-24 01:04:57
Unity TheFatRat 21 88863 2023-02-11 19:51:50
Crazyloop Crazy Loop 22 89998 2023-02-11 20:02:02
Fleadh Uncut Ian Parker 21 71314 2019-05-25 18:51:55
Gallecode NoVus 20 85749 2019-07-06 19:00:30
I Think I Like That Sound Kid Whatever 20 88743 2019-07-06 19:00:30
Spin Chicken Freebie & The Bean 21 85300 2020-09-24 02:44:35
While Tha Rekkid Spinz DJ Zombie 22 50468 2023-02-11 19:49:15
Click Bait S3RL feat. GL!TCH 20 92202 2019-07-06 20:25:33
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 92958 2020-09-24 02:02:51
Bang Bang Bang DCX 21 84048 2023-01-01 16:53:52
NightMoves Playmaker 20 91469 2023-02-11 19:43:33
Whoopsy Daisy Wolfgang Lohr & Balduin feat. Sebastian Daws 21 67151 2023-02-05 20:13:11
Electric The DNC feat. Miss Amani 22 68299 2020-09-24 02:44:35
Dam Dadi Doo Fantasy Project 22 80599 2023-09-24 17:26:41
Nightmare FSJ feat. Tara Louise 21 89477 2023-02-11 19:46:03
Megalovania Toby Fox 21 78320 2023-02-05 20:19:16
In The Heat Of The Night E-Rotic 20 74705 2023-02-05 20:15:56
Jukebox Swingrowers 21 85086 2023-01-01 16:56:49
Disco High Ultimate Heights 21 88854 2023-09-24 17:55:02
Insane Niko Noise 20 93599 2023-02-11 20:07:17
Pump the Rhythm Ultimate Heights 21 89479 2023-02-11 19:02:01
Katyusha Schustin 21 91661 2023-08-16 22:11:52
Shiawase Dion Timmer 23 41196 2023-08-16 22:15:51
Just Do It Swingrowers 21 83847 2023-02-11 20:09:00
How We Win FWLR 21 69952 2023-09-30 16:22:22
Bambole (Ole) Papa Gonzalez 20 90310 2023-09-24 17:58:07
Swipe Felix Schorn 21 93950 2023-08-16 22:18:47
UFO Little Sis Nora & S3RL 20 92944 2023-08-16 22:21:46
All Starts Now Laurell 19 96203 2023-09-24 17:32:00
Breathe Me Back To Life Stonebank feat. Lena Sue 20 92252 2023-09-24 17:22:13
Total Nuclear Annihilation Scott Danesi 22 75409 2025-07-12 18:00:46
Running In The 90s Max Coveri 23 3589 2025-07-12 18:12:19
Proper Rhythm peak divide 21 82514 2025-07-12 17:57:56
  BENCHMARKS  
Loading Time: Base Classes  0.0055
Controller Execution Time ( Main / Scores )  0.0344
Total Execution Time  0.0401
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,597,488 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/1386
  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.0057 seconds)  (Hide)
0.0036   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` = '1386'
GROUP BY `gs`.`grade
0.0019   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` = '1386'
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` = '1386'
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)