Metroid11


Country: CA

Stars Earned
35
1
5
2
1

Wild Mode Embed Generic Embed

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

Total Score Count: 44

Song Title Artist Level Score Grade Date
Frozen Fire Kbit 23 93160 2023-05-11 02:38:47
Remember December Smiley 22 91743 2023-05-11 01:24:51
Moonstone Virgill 19 97446 2023-05-10 22:03:33
The 7th Element Vitas 19 97005 2023-03-30 23:08:13
Who KaW 21 92905 2023-05-11 00:54:24
Zodiac Banzai 21 95014 2023-03-30 22:30:51
Ignition Starts KaW 21 95873 2023-05-11 02:41:51
Unity TheFatRat 21 94257 2023-05-11 01:08:27
Agent Blatant Ernest + Julio 21 93300 2023-03-31 01:18:26
Bloodrush TechnoDred 26 12888 2023-03-31 01:02:15
Crazyloop Crazy Loop 22 91678 2023-03-30 22:34:07
Da Roots Mind Reflection 20 98145 2023-03-30 23:12:43
Disconnected Disco Kid Whatever 20 96544 2023-03-31 01:09:08
Fleadh Uncut Ian Parker 21 96876 2023-07-06 23:47:03
Reactor Jason Creasey 19 98117 2023-07-07 00:55:11
ROM-eo & Juli8 Nina 19 98896 2023-07-07 00:39:19
This Is Rock And Roll DJ Zombie 19 99270 2023-05-10 22:55:42
While Tha Rekkid Spinz DJ Zombie 22 94392 2023-05-10 22:45:22
Sweet World Omega Men 22 86117 2023-05-10 23:22:49
EternuS Sanxion7 20 97078 2023-05-10 23:00:43
Rainspark Sanxion7 21 94965 2023-05-11 01:01:45
July Smiley 20 97016 2023-05-11 01:04:25
Utopia Smiley 22 92215 2023-05-10 22:42:03
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 95374 2023-05-10 23:03:55
NightMoves Playmaker 20 90492 2023-03-31 00:58:52
Senorita Jenny Rom 23 88990 2023-03-30 23:16:00
Esperanza KaW 22 88662 2023-03-30 23:04:51
So Deep Silvertear 21 92062 2023-03-30 23:29:46
Stay Tess 20 95818 2023-05-11 01:12:02
Give Into Nutronic 22 89943 2023-05-11 02:26:42
Black Magic Matduke 23 86295 2023-05-11 02:33:34
Megalovania Toby Fox 21 88043 2023-03-30 23:22:55
Spaceman Bambee & Lynn 20 98983 2023-07-07 00:31:21
On My Own Anamanaguchi feat. HANA 21 90669 2023-07-07 00:20:16
Charlene Missing Heart 22 95031 2023-05-10 23:09:10
Temple Of Love E-Rotic 21 93675 2023-07-07 00:48:59
Cryosleep Machinae Supremacy 20 94924 2023-05-10 23:12:56
Destiny Smiley 23 64208 2023-03-31 01:27:26
Just Do It Swingrowers 21 93000 2023-07-07 00:16:40
Meta Dreadnaught Machinae Supremacy 21 95954 2023-05-11 02:29:49
Art City Virgill 20 91381 2023-03-31 01:20:38
STOP! & Go Onyx 21 94969 2023-05-10 23:19:41
Samurai Rameses B 22 91105 2023-03-30 22:46:12
Every Little Thing Conro 21 95683 2023-07-06 23:03:47
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0684
Total Execution Time  0.0713
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,579,912 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9235
  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.0148 seconds)  (Hide)
0.0109   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` = '9235'
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` = '9235'
AND `ghs`.`private` = 
0.0003   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` = '9235'
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)