SticklePickle


Total World Records: ??
Country: US

Stars Earned
12
12
5
1

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

World mode enabled - Comparing scores to current world records.

Song Title Artist Level Score Delta Ranking Gap Grade WR Date
Time is Ticking Elpis feat. Black Elway 19 92483 -7517 -2714 100000 2025-04-27 18:22:07
Joanna Crazy Loop 19 82486 -17514 -6323 100000 2024-12-14 22:56:16
Moonstone Virgill 19 85097 -14903 -5380 100000 2024-10-16 22:39:43
Funny Love Dan Balan 19 89471 -10529 -3801 100000 2025-04-27 18:16:42
Gallecode NoVus 20 82608 -17392 -6957 100000 2025-03-16 16:35:26
I Feel Sun Gyrlie 21 84873 -15127 -6671 100000 2025-03-16 16:26:16
Feel The Melody S3RL feat. Sara 20 88402 -11598 -4639 100000 2025-03-16 16:15:51
July Smiley 20 39686 -60314 -24126 100000 2024-11-11 22:58:38
Do U Love Me DJ Doo 21 81176 -18824 -8301 100000 2025-04-27 18:24:31
Typical Tropical Bambee 19 86894 -13106 -4731 100000 2024-11-11 23:18:02
Ghosts Tenth Planet 20 14670 -85330 -34132 100000 2024-10-16 22:07:41
Movin On Ellen Gee 20 44429 -55571 -22228 100000 2024-11-11 23:23:56
Dam Dariram Joga 20 82095 -17905 -7162 100000 2024-12-14 23:10:15
Life Ride Pyramyth 22 86422 -13578 -6572 100000 2025-04-27 18:14:37
Bring Your Lovin Back Fracus 20 90093 -9907 -3963 100000 2025-04-27 18:12:42
No Nobody's Love Joga 20 89961 -10039 -4016 100000 2025-03-16 16:28:25
Spaceman Bambee & Lynn 20 82037 -17963 -7185 100000 2024-10-16 22:42:56
What Love Feels Like Leonail 20 78511 -21489 -8596 100000 2024-10-16 22:48:31
Ma Huggies FIG & Nico Sleator 20 15607 -84393 -33757 100000 2024-10-16 22:00:02
Contrast Donk Terrorist vs. Daniel Seven 22 4980 -95020 -45990 100000 2024-12-14 23:14:34
Kinky Boots Daz Sampson & Nona 19 76837 -23163 -8362 100000 2024-11-11 22:44:32
Turn Me On E-Rotic 20 89325 -10675 -4270 100000 2025-03-16 15:52:26
Here For You PIXL feat. Q'AILA 19 87104 -12896 -4655 100000 2024-11-11 22:46:28
We Got The Moves Electric Callboy 20 89989 -10011 -4004 100000 2025-03-16 16:11:58
Only You DEXTER KING feat. Alexis Donn 19 89452 -10548 -3808 100000 2025-03-16 15:50:17
WYGD Bishu 19 85865 -14135 -5103 100000 2024-12-14 22:53:32
Crab Rave Noisestorm 20 87536 -12464 -4986 100000 2024-12-14 23:12:24
Sirens RENOLD X Scarlett 19 89323 -10677 -3854 100000 2024-11-11 23:07:07
DJ Party BB Hayes 20 77207 -22793 -9117 100000 2024-10-16 22:17:52
Drum 'N' Bossa Carbuncle 20 56273 -43727 -17491 100000 2024-10-16 22:51:30
  BENCHMARKS  
Loading Time: Base Classes  0.0037
Controller Execution Time ( Main / Rival )  2.5996
Total Execution Time  2.6035
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,920,680 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/19001/compare/world/3
  CLASS/METHOD  
main/rival
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 4 (2.5893 seconds)  (Hide)
0.0034   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` = '19001'
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` = '19001'
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` = '19001'
AND `r`.`name` = 'total' 
2.5827   SELECT max(ghs.score) as score, `ghs`.`song_chart_id`, `s`.`id` as `song_id`, `sc`.`id` as `song_chart_id`, `s`.`title`, `s`.`artist`, `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`
WHERE `sc`.`game_difficulty_id` = 3
AND `sc`.`is_enabled` = 1
AND `ghs`.`private` = 0
GROUP BY 
`ghs`.`song_chart_id
  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)