Pumpkynz


Country: US

Stars Earned
31
8
2
1

Wild Mode Embed Generic Embed

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

Total Score Count: 42

Song Title Artist Level Score Grade Date
Birdie Doolittle 19 95928 2021-09-29 01:54:24
Can't Let Go Jenna Drey 19 92250 2021-09-12 09:31:16
Don't Stop My Music Tonight David Dima 22 80168 2021-09-29 03:03:20
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 73031 2021-09-12 08:51:20
I Love You Baby Pandera 21 92623 2021-09-12 08:32:33
Ladybug Coconut 19 90797 2021-09-29 00:45:22
Click Bait S3RL feat. GL!TCH 20 95605 2021-09-12 09:09:24
Sunshine Triple J 22 93011 2021-09-12 09:28:01
July Smiley 20 88793 2021-09-12 09:00:55
Boom Boom Dollars King Kong & D'Jungle Girls 21 86900 2021-09-29 03:00:48
Bumble Bee Bambee 20 91656 2021-09-12 08:24:52
Young Forever Rebecca 20 84963 2021-09-12 10:18:51
The Saint Goes Marching The Saint 21 92299 2021-09-12 09:22:13
So Deep Silvertear 21 89875 2021-09-12 08:44:55
We're Getting Faster Darwin feat. Fraz 22 87338 2021-09-12 08:47:43
Living In America Rose & John 22 88163 2021-09-12 10:36:17
Speed Over Beethoven Rose 22 90416 2021-09-12 08:38:28
Dam Dadi Doo Fantasy Project 22 66322 2021-09-12 10:39:06
India's Glitch Kirill Gramada 21 88641 2021-09-29 00:45:22
Life Ride Pyramyth 22 89917 2021-09-12 08:58:12
My Baby Mama Anquette 21 83440 2021-09-29 02:44:01
Magic Mystery Tour KaW feat. Paula Terry 19 94732 2021-10-09 22:44:36
Nightmare FSJ feat. Tara Louise 21 90986 2021-09-12 09:18:34
Night Of Fright Justin Corza & 420 22 83195 2021-09-12 09:13:16
Warrior Kirill Gramada 21 93409 2021-09-12 08:38:28
Bring Your Lovin Back Fracus 20 93413 2021-09-12 08:55:30
Electro Asia Re-venge Phoenix 21 93652 2021-09-12 08:29:16
Russian Roulette Darwin 22 85094 2021-09-12 09:25:27
What Love Feels Like Leonail 20 96238 2021-10-09 22:44:36
On My Own Anamanaguchi feat. HANA 21 91325 2021-09-12 09:15:42
Hip Hop Jam Indiggo 20 93440 2021-09-29 01:07:29
Kagami KaW 21 90945 2021-09-12 09:36:21
Critical Hit MDK 25 62686 2021-09-29 01:54:24
Glowing In The Night Schustin 23 51863 2021-09-29 01:07:29
Sky High DJ Miko 20 91542 2021-09-12 08:42:36
Cartoon Heroes Barbie Young 21 93805 2021-09-12 09:07:15
Operator Miss Papaya 19 82492 2021-09-29 00:45:22
Paradox Naoki feat. Riyu Kosaka 20 91528 2021-09-12 10:24:55
Contrast Donk Terrorist vs. Daniel Seven 22 90485 2021-09-12 10:41:29
op13 riddle 22 89995 2021-09-12 10:28:08
Canon D.2 Yahpp 23 86116 2021-09-29 03:00:48
Never Ending Story DJ AC-DC 20 90512 2021-09-12 10:31:03
  BENCHMARKS  
Loading Time: Base Classes  0.0025
Controller Execution Time ( Main / Scores )  0.0132
Total Execution Time  0.0159
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,568,008 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/5300
  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.0059 seconds)  (Hide)
0.0033   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` = '5300'
GROUP BY `gs`.`grade
0.0024   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` = '5300'
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` = '5300'
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)