DNelson


Country: US

Stars Earned
15
13
12
4

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
Birdie Doolittle 19 96936 2024-06-08 21:32:03
Joanna Crazy Loop 19 86360 2024-04-05 22:10:36
Zodiac Banzai 21 37172 2024-06-15 00:52:39
Crazyloop Crazy Loop 22 61809 2024-06-23 22:47:16
Reactor Jason Creasey 19 90856 2024-04-29 23:32:29
ROM-eo & Juli8 Nina 19 93242 2024-04-28 23:05:19
Ladybug Coconut 19 94161 2024-05-28 23:13:48
Boom Boom Dollars King Kong & D'Jungle Girls 21 9187 2024-03-30 00:15:41
Be Alive Stian K 20 81203 2024-04-28 23:02:25
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 86366 2024-03-30 01:21:20
Waka Laka Jenny Rom vs. The Zippers 21 83326 2024-05-21 22:54:10
Dance Boom Boom Tipsy & Tipsy 23 1227 2024-04-06 23:50:11
Typical Tropical Bambee 19 88568 2024-05-21 22:51:35
Bye Bye Baby Balloon Joga 21 64774 2024-04-12 23:37:55
Dam Dariram Joga 20 92302 2024-05-17 20:02:23
No Princess Lynn 19 90778 2024-06-23 22:55:34
So Deep Silvertear 21 73645 2024-04-08 23:43:42
Stay Tess 20 77098 2024-04-29 23:26:54
Fantasy Melissa 21 80835 2024-04-20 23:32:58
Dam Dadi Doo Fantasy Project 22 6857 2024-06-23 22:44:41
Sky High Lucyfer 20 85801 2024-03-30 00:55:49
Bring Your Lovin Back Fracus 20 46496 2024-04-07 00:05:00
I'm Crazy For Your Love Black Eva 21 85272 2024-03-30 22:05:36
Spaceman Bambee & Lynn 20 93105 2024-04-08 23:46:30
Beethoven Virus BanYa 22 46125 2024-04-07 00:02:31
Temple Of Love E-Rotic 21 5814 2024-06-15 01:01:13
Sky High DJ Miko 20 88926 2024-05-24 03:26:57
Kinky Boots Daz Sampson & Nona 19 90246 2024-04-08 23:36:14
Everybody 2 the Sun Ultimate Heights 20 88117 2024-04-06 23:03:35
Outbreak Feint feat. MYLK 23 22643 2024-04-06 23:55:06
Fade Out Bensley 21 32129 2024-03-30 00:43:42
Cosmic Drive Quiqman 22 49768 2024-04-20 23:43:53
How We Win FWLR 21 85893 2024-04-20 23:30:21
Trigger CraXy 21 87316 2024-05-21 22:58:15
Dance Sophon 23 827 2024-04-06 23:52:30
Right Into You The Tech Team 20 69284 2024-03-30 00:29:42
Lemmings On The Run E-Rotic 21 87309 2024-04-28 23:27:15
Orbit Ellis 19 91305 2024-04-28 23:24:20
Perks Bibi Gold 21 58051 2024-06-23 22:50:39
Nothing Else Matters Katya Ocean 19 81210 2024-06-23 22:53:10
Samurai Rameses B 22 15530 2024-02-20 00:26:57
Love Arcade Bending Grid 21 87418 2024-03-30 00:38:54
Fiesta Night Carlito 21 83438 2024-05-24 03:20:18
Big Boss Big Boss 21 77686 2024-06-08 21:34:23
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0207
Total Execution Time  0.0236
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,580,872 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14195
  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.0061 seconds)  (Hide)
0.0022   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` = '14195'
GROUP BY `gs`.`grade
0.0037   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` = '14195'
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` = '14195'
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)