GUPPY


Country: US

Stars Earned
38
6
3
1

Wild Mode Embed Generic Embed

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

Total Score Count: 48

Song Title Artist Level Score Grade Date
Dynamo Oscillator X 19 97452 2022-02-01 23:21:21
In The Hall Of The Mountain King KaW 22 92977 2022-02-02 00:12:41
Remember December Smiley 22 98871 2022-08-26 18:31:24
Dream A Dream Captain Jack 20 96992 2022-02-01 23:19:06
Hard Fast Disco Darwin 24 86923 2022-02-02 00:12:41
Link Line Asterisk 25 84413 2022-02-01 23:31:53
Million Feelings Chriss Floren 19 96726 2021-07-30 05:07:00
Think Thousand Thoughts Auvic 20 90485 2022-02-01 22:56:48
I Love You Baby Pandera 21 97419 2022-02-02 00:12:41
Who KaW 21 89368 2021-07-30 03:28:48
Crazy Baby Fantasy Project 20 97073 2021-07-30 04:05:41
Surf Hyper Potions 22 96297 2022-07-22 19:42:51
Unity TheFatRat 21 96950 2022-02-01 23:52:52
Bloodrush TechnoDred 26 72535 2022-02-02 00:24:24
Pop4 Vibes & Wishdokta 22 96809 2022-02-01 23:41:23
This Is Rock And Roll DJ Zombie 19 97354 2022-02-01 23:52:52
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 96908 2021-07-30 04:38:23
Click Bait S3RL feat. GL!TCH 20 98999 2021-07-30 05:17:39
EternuS Sanxion7 20 97695 2022-07-22 19:50:39
Feel The Melody S3RL feat. Sara 20 97564 2022-02-01 23:23:49
Gargoyle Sanxion7 24 94601 2022-02-01 23:27:51
Pink Fuzzy Bunnies Wonderboy 25 80354 2022-02-01 23:38:54
Rainspark Sanxion7 21 94250 2021-07-30 04:59:29
Monolith Affinity 25 92569 2022-02-02 00:03:12
Pink Dinosaur Miss Papaya 19 97928 2021-07-30 03:55:26
Your Own Destiny Entity & Darwin 24 91931 2022-07-22 19:39:31
Dolphin Talk Pyramyth 23 94927 2021-07-30 04:02:40
Classic Madness Fracus & Darwin 21 95755 2021-07-30 04:25:15
Equinox Mage 21 95577 2021-07-30 04:14:19
Life Ride Pyramyth 22 96076 2022-02-01 23:08:03
Night Of Fright Justin Corza & 420 22 95196 2021-07-30 05:13:02
Bring Your Lovin Back Fracus 20 97600 2021-07-30 04:40:53
Megalovania Toby Fox 21 97124 2021-07-30 04:28:00
Csikos Post BanYa 22 91851 2022-02-01 23:03:03
On My Own Anamanaguchi feat. HANA 21 95432 2022-02-02 00:03:12
Kagami KaW 21 96615 2021-07-30 03:41:05
Cryosleep Machinae Supremacy 20 98742 2022-08-26 18:28:17
Cartoon Heroes Barbie Young 21 93922 2021-07-30 03:49:15
Kick It Man KaW feat. DAZ 19 98497 2021-07-30 04:35:27
Ring The Alarm M-Project & Signal 22 95122 2021-07-30 04:47:27
Boomerang Miss V 21 98659 2022-08-26 18:25:25
William Tell Quiqman 24 92311 2022-02-01 23:52:52
The Naughty Song Oscillator X 19 98140 2022-07-22 19:41:11
Pump It Electric Callboy 21 94817 2022-07-22 19:30:37
Energizer ZiGZaG 23 94518 2022-08-26 18:33:52
UFO Little Sis Nora & S3RL 20 7509 2024-09-03 21:25:53
DMT Technikore 23 92804 2024-11-14 01:13:15
Ping Pong AronChupa & Little Sis Nora 20 97816 2025-07-20 23:17:41
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Scores )  0.0190
Total Execution Time  0.0221
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,586,304 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/4843
  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.0112 seconds)  (Hide)
0.0070   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` = '4843'
GROUP BY `gs`.`grade
0.0040   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` = '4843'
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` = '4843'
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)