Vittle


Country: US

Stars Earned
23
13
2
3

Wild Mode Embed Generic Embed

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

Total Score Count: 41

Song Title Artist Level Score Grade Date
Land Of The Lost Banzai 19 75700 2025-02-07 00:09:01
Dreaming Rameses B feat. Holly Drummond 21 7668 2025-05-08 21:20:04
Get Down Kairo Kingdom 22 24753 2025-05-08 21:20:04
Who KaW 21 10700 2025-05-28 23:40:22
Dies Irae Jason Creasey 19 80305 2025-07-16 21:59:46
Paranormal Inspector K 20 35476 2025-03-19 03:26:50
Click Bait S3RL feat. GL!TCH 20 85541 2025-05-04 02:57:15
Feel The Melody S3RL feat. Sara 20 86080 2025-05-29 02:26:55
Stay Tess 20 69750 2025-02-25 22:45:01
Equinox Mage 21 76233 2025-03-09 04:22:37
Nightmare FSJ feat. Tara Louise 21 42204 2025-05-08 21:20:04
Doh! Tale & Dutch 20 74969 2025-02-06 23:34:49
What Love Feels Like Leonail 20 82935 2025-05-11 20:54:14
On My Own Anamanaguchi feat. HANA 21 31396 2025-05-04 04:15:23
In The Heat Of The Night E-Rotic 20 63264 2025-06-11 22:13:33
Butterfly Swingrowers 19 88533 2025-03-09 04:22:37
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 75344 2025-04-01 21:35:53
Outbreak Feint feat. MYLK 23 23361 2025-07-23 23:04:23
The Shrimps Vertigini 20 75165 2025-07-27 03:59:06
Here For You PIXL feat. Q'AILA 19 75994 2025-05-06 22:42:08
Moonlight PIXY 20 77872 2025-02-15 19:32:39
Only You DEXTER KING feat. Alexis Donn 19 84916 2025-01-23 00:31:07
Right Into You The Tech Team 20 85357 2025-07-29 22:31:51
Orbit Ellis 19 80313 2025-02-15 23:58:14
Down Low Hr. Troels x Felix Schorn 20 42713 2025-07-09 23:30:33
2NITE nanobii 21 80420 2025-05-04 02:55:02
Sirens RENOLD X Scarlett 19 83721 2025-03-19 03:26:50
Every Little Thing Conro 21 81185 2025-07-30 00:28:23
UFO Little Sis Nora & S3RL 20 78779 2025-05-08 21:20:04
Breathe Me Back To Life Stonebank feat. Lena Sue 20 83485 2025-04-01 21:33:10
To Your Beat S3RL feat. Hannah Fortune 23 38828 2025-07-29 23:47:55
Keep On Dancing BEAUZ feat. Heleen 20 80092 2025-02-18 23:35:34
Under The Bed Macks Wolf X Tatsunoshin 21 88724 2025-06-05 22:04:57
Elysium Scott Brown 21 50560 2025-02-03 01:19:19
Tick Tock Technikore 20 86590 2025-05-11 22:37:51
Truth or Dare PIXY 19 80335 2025-05-08 21:20:04
Where Did You Go Tatsunoshin 21 29063 2025-01-20 03:07:29
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 75780 2025-02-25 23:15:49
Polarised Koven, ÆON:MODE, Blanke 22 78020 2025-07-23 23:32:27
Rain Dance MUZZ 21 25915 2025-04-12 03:22:50
Proper Rhythm peak divide 21 30067 2025-07-24 00:34:59
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0103
Total Execution Time  0.0131
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,568,192 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/20695
  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.0027 seconds)  (Hide)
0.0015   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` = '20695'
GROUP BY `gs`.`grade
0.0010   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` = '20695'
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` = '20695'
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)