StarStuffHuman


Country: US

Stars Earned
15
26
4
2

Wild Mode Embed Generic Embed

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

Total Score Count: 47

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 86736 2026-01-11 01:11:48
Land Of The Lost Banzai 19 80839 2026-01-15 03:06:20
Party All Night KaW feat. Sam-I-Am 20 84426 2025-08-07 00:45:23
Birdie Doolittle 19 90901 2025-12-31 01:39:24
Can't Let Go Jenna Drey 19 78688 2026-01-03 23:22:43
Change The World Nathalie & Kim Lukas 19 92251 2026-01-11 00:36:11
The 7th Element Vitas 19 78103 2025-12-18 03:16:56
Blow My Mind Alphadelta 19 90071 2025-12-31 02:30:56
Bounce Crew 7 19 57407 2026-01-03 22:17:32
ROM-eo & Juli8 Nina 19 45970 2025-12-18 03:19:52
Ladybug Coconut 19 64573 2025-05-17 01:33:45
EternuS Sanxion7 20 85709 2025-12-18 03:56:42
Coming Out Playmaker feat. Robina 19 88736 2026-01-11 00:52:13
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 83988 2025-12-18 01:56:44
Pink Dinosaur Miss Papaya 19 92996 2026-02-16 23:01:20
Dolphin Talk Pyramyth 23 85776 2026-02-26 21:07:28
No Nobody's Love Joga 20 66001 2025-11-27 02:56:12
What Love Feels Like Leonail 20 83671 2025-12-18 01:59:58
Hip Hop Jam Indiggo 20 82693 2026-02-19 02:47:23
Butterfly Swingrowers 19 84333 2026-01-15 03:37:30
Grab It While We Can FantastixX 19 86577 2026-03-05 01:58:08
Follow My Pamp Andrea Damante feat. Adam Clay 20 81222 2025-12-18 03:54:01
The Naughty Song Oscillator X 19 86824 2026-01-08 02:52:59
Everybody Dance X-Rated 22 77083 2026-03-05 02:28:10
How We Win FWLR 21 80090 2026-02-21 23:16:45
Orbit Ellis 19 81132 2026-02-16 23:55:34
Crab Rave Noisestorm 20 12355 2025-10-23 02:01:30
Born to Run Red Parker 19 91323 2026-01-03 22:07:32
All Starts Now Laurell 19 86681 2025-12-31 01:22:20
Breathe Me Back To Life Stonebank feat. Lena Sue 20 87066 2026-02-19 02:39:54
Boogeyman Wizardz of Oz 19 85434 2025-12-31 02:46:33
Never Let You Down BEAUZ, Miles Away, & RYYZN 22 83381 2026-02-26 20:42:11
Tick Tock Technikore 20 87559 2026-02-19 03:31:17
Where Did You Go Tatsunoshin 21 75579 2026-02-24 01:24:00
戦国 Re-venG 21 81359 2026-02-24 01:48:47
Total Nuclear Annihilation Scott Danesi 22 77650 2026-03-01 01:43:02
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 81948 2026-02-21 23:46:53
MEANT 2 BE THIRST & nuphory 23 85857 2026-03-01 02:07:49
No Rules Foxela & Britt Lari 19 74480 2025-07-03 02:07:40
In The Echo Koven 22 85418 2026-02-22 00:06:47
Ping Pong AronChupa & Little Sis Nora 20 93832 2026-02-19 03:15:31
The Banana Song SIPPY 19 92525 2026-02-16 23:41:47
Proper Rhythm peak divide 21 85097 2026-02-21 23:37:29
Boogie Shoes AronChupa & Little Sis Nora 20 75719 2026-01-15 03:40:30
Worn Out Tapes peak divide 23 68665 2026-03-01 01:57:18
Let's Go! (This Is It) 2 The Limit 21 88218 2026-02-21 22:58:00
Mm-Hmm W3WAY 22 83022 2026-02-26 20:54:10
  BENCHMARKS  
Loading Time: Base Classes  0.0030
Controller Execution Time ( Main / Scores )  0.0724
Total Execution Time  0.0756
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,646,840 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/19566
  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.0625 seconds)  (Hide)
0.0411   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` = '19566'
GROUP BY `gs`.`grade
0.0208   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` = '19566'
AND `ghs`.`private` = 
0.0006   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` = '19566'
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)