PlaySM5Tech


Country: US

Stars Earned
29
4
16
1

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
Dance Vibrations Elpis 19 98767 2023-05-28 12:19:10
Remember December Smiley 22 99338 2023-12-20 22:43:50
Bagpipe A-Moe 20 98376 2023-05-28 12:34:48
Dabbi Doo Ni-Ni 20 98877 2023-05-28 12:27:14
Get Down Kairo Kingdom 22 98205 2023-05-28 13:07:43
The 7th Element Vitas 19 99501 2024-04-27 18:08:34
Ba Be Loo Be La Kristeen 20 99847 2023-05-28 12:37:08
Mexi Mexi Mozquito 20 99931 2023-12-20 22:45:30
Big Blue Bouncy Ball Mr. Blue 22 90804 2023-09-08 00:19:55
Dies Irae Jason Creasey 19 99151 2023-09-08 00:57:40
Ladybug Coconut 19 99455 2023-09-08 01:00:05
Gargoyle Sanxion7 24 97277 2023-05-28 13:05:11
Boom Boom Dollars King Kong & D'Jungle Girls 21 98847 2024-04-27 18:14:09
Coming Out Playmaker feat. Robina 19 99114 2023-09-08 00:37:30
Pink Dinosaur Miss Papaya 19 99881 2023-05-28 12:46:14
Stay Tess 20 97496 2023-09-07 22:41:51
Dolphin Talk Pyramyth 23 99207 2023-05-28 13:02:22
India's Glitch Kirill Gramada 21 98993 2023-09-07 22:48:09
July ReduX Entity 23 95427 2023-09-07 22:53:15
Bring Your Lovin Back Fracus 20 97804 2023-09-08 01:02:19
Megalovania Toby Fox 21 99192 2023-09-07 23:58:00
Critical Hit MDK 25 96994 2023-05-28 12:56:15
Sky High DJ Miko 20 98976 2023-09-07 22:39:46
Cartoon Heroes Barbie Young 21 99314 2023-05-28 12:39:55
Kick It Man KaW feat. DAZ 19 18521 2023-09-07 22:30:04
Contrast Donk Terrorist vs. Daniel Seven 22 97838 2023-09-08 00:22:36
Get Up'n Move S & K 20 98421 2023-09-07 23:44:35
Cyber-Kyoto- Re-venG 20 98970 2023-09-07 23:42:17
Sing It Again Kirk Monteux 19 99485 2023-05-28 12:49:09
Outbreak Feint feat. MYLK 23 97997 2023-09-08 00:48:19
The Shrimps Vertigini 20 98788 2024-04-27 18:16:21
Fade Out Bensley 21 92325 2023-09-07 23:39:58
Recovery JMCX 19 99884 2024-04-27 18:10:56
Rainbow Rave Parade Chime 24 96764 2024-04-27 19:11:55
Space Boy Rameses B, Feint & Veela 22 89524 2023-05-28 12:51:09
Only You DEXTER KING feat. Alexis Donn 19 99704 2023-09-08 00:53:08
INEEDU Teddy Killerz 22 93894 2023-09-07 22:50:27
Orbit Ellis 19 99249 2023-09-08 00:50:42
Crab Rave Noisestorm 20 99680 2023-09-08 00:35:00
Just Dance Bad Computer 20 97296 2024-04-27 18:05:38
Down Low Hr. Troels x Felix Schorn 20 98015 2023-09-07 23:05:41
2NITE nanobii 21 97929 2023-09-07 23:11:52
Work Stella Mwangi 21 98756 2024-04-27 18:48:11
Poco Loco Carlito 21 99712 2023-05-28 12:32:10
Fiesta Night Carlito 21 98586 2023-09-08 00:17:15
UFO Little Sis Nora & S3RL 20 98413 2023-09-07 23:29:06
Breathe Me Back To Life Stonebank feat. Lena Sue 20 99712 2023-09-07 23:08:50
Candy Pop Luv Limited -NM- 21 99645 2023-09-07 23:26:34
To Your Beat S3RL feat. Hannah Fortune 23 97698 2023-09-07 23:24:20
The Bass & the Melody S3RL 22 95484 2024-04-27 18:19:23
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0157
Total Execution Time  0.0185
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,597,160 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/10034
  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.0051 seconds)  (Hide)
0.0020   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` = '10034'
GROUP BY `gs`.`grade
0.0029   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` = '10034'
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` = '10034'
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)