Gumbun


Country: US

Stars Earned
27
17
2
1

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 78607 2023-09-11 18:15:38
Party All Night KaW feat. Sam-I-Am 20 88700 2023-10-04 17:21:10
Remember December Smiley 22 83550 2023-10-17 15:47:41
Bagpipe A-Moe 20 77640 2023-08-31 16:12:32
Dream A Dream Captain Jack 20 88885 2023-09-12 16:17:05
The 7th Element Vitas 19 92095 2023-09-12 17:46:07
Think Thousand Thoughts Auvic 20 78145 2023-09-05 15:45:48
Ba Be Loo Be La Kristeen 20 93127 2023-09-13 18:05:04
Crazy Baby Fantasy Project 20 80170 2023-09-05 18:29:27
Da Roots Mind Reflection 20 79337 2023-10-02 18:53:52
Fleadh Uncut Ian Parker 21 39086 2023-10-17 15:44:36
Dies Irae Jason Creasey 19 77476 2023-09-05 15:10:31
Paranormal Inspector K 20 84076 2023-09-27 18:47:26
Click Bait S3RL feat. GL!TCH 20 81262 2023-09-15 17:49:42
Be Alive Stian K 20 87807 2023-09-13 18:10:59
Bumble Bee Bambee 20 88036 2023-09-13 18:08:41
Coming Out Playmaker feat. Robina 19 86155 2023-09-27 18:47:26
NightMoves Playmaker 20 81817 2023-09-11 18:15:38
Typical Tropical Bambee 19 87872 2023-09-12 16:19:35
Pink Dinosaur Miss Papaya 19 88438 2023-10-04 17:27:20
Dam Dariram Joga 20 87248 2023-09-12 16:21:47
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 76810 2023-09-14 15:20:18
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 86595 2023-09-27 18:53:37
My Generation Captain Jack 20 83089 2023-09-11 18:15:38
Twelve Riyu Kosaka 20 78813 2023-09-11 18:15:38
Do It All Night E-Rotic 20 71287 2023-09-05 18:34:54
The Judgement Day Naoki feat. Riyu Kosaka 19 87365 2023-09-05 15:42:52
Sky High DJ Miko 20 11748 2023-10-02 18:48:44
Butterfly Swingrowers 19 87455 2023-09-15 17:52:03
Cartoon Heroes Barbie Young 21 79749 2023-09-14 15:27:05
Operator Miss Papaya 19 85394 2023-09-19 19:36:00
Paradox Naoki feat. Riyu Kosaka 20 83180 2023-09-15 18:16:00
Disco High Ultimate Heights 21 74618 2023-09-27 18:51:19
Kalinka Quiqman 20 84645 2023-10-17 15:42:37
Silent Movie Little Violet 19 90930 2023-09-11 18:28:18
The Shrimps Vertigini 20 86066 2023-09-12 17:49:23
Crab Rave Noisestorm 20 89448 2023-09-19 19:36:00
Born to Run Red Parker 19 92368 2023-09-14 15:23:03
A Little Love Glitterati 21 80315 2023-10-04 17:23:18
Blackstar Celldweller 22 81396 2023-09-14 17:33:13
Love Arcade Bending Grid 21 89286 2023-09-12 18:36:21
UFO Little Sis Nora & S3RL 20 83940 2023-09-11 18:15:38
All Starts Now Laurell 19 93514 2023-09-12 17:51:56
Candy Pop Luv Limited -NM- 21 85042 2023-09-27 18:47:26
The 7 Jump Ken-D 19 81708 2023-09-07 15:15:02
Do It Like That Mad Circuit, LG (Team Genius), Sereda 20 84571 2023-10-09 17:28:28
Keep On Dancing BEAUZ feat. Heleen 20 81879 2023-10-09 17:26:35
  BENCHMARKS  
Loading Time: Base Classes  0.0024
Controller Execution Time ( Main / Scores )  0.2312
Total Execution Time  0.2337
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,585,872 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8911
  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.2235 seconds)  (Hide)
0.1640   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` = '8911'
GROUP BY `gs`.`grade
0.0591   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` = '8911'
AND `ghs`.`private` = 
0.0004   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` = '8911'
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)