TheSVL


Country: US

Stars Earned
24
9
6
11

Wild Mode Embed Generic Embed

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

Total Score Count: 50

Song Title Artist Level Score Grade Date
In The Hall Of The Mountain King KaW 22 82863 2023-11-02 00:35:41
Remember December Smiley 22 88436 2023-11-01 23:49:04
Start & Paws Oscillator X 19 68879 2023-09-15 22:33:34
Be My Hero Freezer 21 78933 2023-09-16 00:33:44
Licky Licky Crispy 20 90808 2023-08-26 00:52:43
Zodiac Banzai 21 39157 2023-10-09 20:22:41
Crazy Baby Fantasy Project 20 94904 2023-10-09 20:02:33
Agent Blatant Ernest + Julio 21 73369 2023-11-02 00:21:23
Disconnected Disco Kid Whatever 20 42760 2023-10-09 19:59:22
Land Of The Rising Sun Spacekatz 21 87158 2023-10-09 20:41:17
Psalm Pilot Jason Creasey 20 80033 2023-11-01 23:45:36
Mellow Rikki & Daz 20 90207 2023-11-02 00:11:56
Utopia Smiley 22 82833 2023-11-02 00:01:13
Xuxa Smiley 23 79089 2023-11-02 00:25:05
Coming Out Playmaker feat. Robina 19 84667 2023-08-26 00:08:23
Waka Laka Jenny Rom vs. The Zippers 21 85184 2023-11-02 00:14:33
Bang Bang Bang DCX 21 72246 2023-11-02 01:02:25
Ghosts Tenth Planet 20 78551 2023-08-26 00:56:00
Movin On Ellen Gee 20 85404 2023-08-26 01:30:39
Anubis Banzai 20 70753 2023-08-26 00:27:52
Bandito Remorse Code 21 83276 2023-09-16 00:35:59
Fantasy Melissa 21 18967 2023-08-26 00:39:28
Classic Madness Fracus & Darwin 21 81708 2023-10-09 19:32:59
Equinox Mage 21 2804 2023-10-09 19:52:48
Give Into Nutronic 22 68431 2023-11-02 00:39:04
July ReduX Entity 23 5137 2023-11-02 00:04:13
Black Magic Matduke 23 49434 2023-11-02 01:19:12
Sky High Lucyfer 20 87545 2023-09-15 23:52:12
Spaceman Bambee & Lynn 20 88184 2023-08-26 00:17:24
Charlene Missing Heart 22 81697 2023-10-09 20:24:43
Baby Love Me Judy Crystal 21 78872 2023-08-26 01:16:04
Step Up Amadeus BanYa 22 80079 2023-09-15 23:33:01
Liquify Toby Emerson 21 73567 2023-10-09 20:38:27
Paradox Naoki feat. Riyu Kosaka 20 88271 2023-08-26 00:42:27
Closer To Heaven Nëonne 21 80439 2023-08-26 01:13:03
Cyber-Kyoto- Re-venG 20 82897 2023-08-26 02:21:30
7th Trip NM underground artifact 22 22252 2023-11-02 00:59:13
Moonlight PIXY 20 86497 2023-10-09 19:35:59
Art City Virgill 20 82872 2023-09-16 00:20:09
All For One IVD x Dee Dee x Kenny Hayes 21 81535 2023-09-15 23:54:50
How We Win FWLR 21 60558 2023-10-09 19:50:25
Energizer ZiGZaG 23 5775 2023-09-15 23:36:13
TURBO Tokyo Machine 21 78865 2023-08-26 00:11:08
Right Into You The Tech Team 20 47166 2023-10-09 20:16:20
Lemmings On The Run E-Rotic 21 92188 2023-10-09 20:19:26
Bambole (Ole) Papa Gonzalez 20 79851 2023-10-09 19:30:31
Nothing Else Matters Katya Ocean 19 57763 2023-09-15 22:30:51
2NITE nanobii 21 25281 2023-08-26 00:30:19
A Little Love Glitterati 21 81044 2023-09-16 00:22:50
Candy Pop Luv Limited -NM- 21 55015 2023-10-09 20:35:05
  BENCHMARKS  
Loading Time: Base Classes  0.0032
Controller Execution Time ( Main / Scores )  0.1119
Total Execution Time  0.1154
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,600,832 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/11594/3
  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.1016 seconds)  (Hide)
0.0681   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` = '11594'
GROUP BY `gs`.`grade
0.0331   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` = '11594'
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` = '11594'
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)