daybit


Country: US

Stars Earned
38
6
6

Wild Mode Embed Generic Embed

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

Total Score Count: 50

Song Title Artist Level Score Grade Date
In The Hall Of The Mountain King KaW 22 1884 2022-08-11 22:51:55
Start & Paws Oscillator X 19 57568 2022-08-11 22:29:17
Can't Get Enough Miradey 20 11709 2022-09-22 00:46:16
Birdie Doolittle 19 83714 2022-09-03 01:56:29
Burning Tonight Krystal 22 14171 2022-08-07 19:50:45
Can't Let Go Jenna Drey 19 64079 2022-08-07 18:37:20
Change The World Nathalie & Kim Lukas 19 76628 2022-08-07 19:17:30
It Gets Better Eskimo feat. Maria Merete 21 41223 2022-08-07 19:41:11
Show Me Your Moves Auvic 20 1120 2022-09-25 02:20:03
Y Don't U Deeper Territory 22 34743 2022-08-11 22:56:52
Blow My Mind Alphadelta 19 68681 2022-09-06 01:18:15
Girlz Night Out Jenna Drey 20 20807 2022-09-06 01:14:02
I Love You Baby Pandera 21 43696 2022-09-22 01:46:49
Funny Love Dan Balan 19 77558 2022-08-07 18:47:24
Surf Hyper Potions 22 6802 2022-08-11 22:58:47
Crazyloop Crazy Loop 22 13497 2022-09-25 02:24:36
Fleadh Uncut Ian Parker 21 3256 2022-09-22 00:57:06
Holy Guacamole Chucho Merchán 23 3310 2022-08-23 01:49:01
Ize Pie Headtwist & Pump 19 36570 2022-09-03 01:43:59
Boom Boom Dollars King Kong & D'Jungle Girls 21 11613 2022-08-07 19:01:05
Hanky Panky Jenny Rom 23 12154 2022-08-07 19:05:24
Be Alive Stian K 20 56082 2022-08-27 01:04:38
Become Astral Ash Astral 22 2815 2022-08-31 01:46:50
Bumble Bee Bambee 20 37832 2022-08-23 01:40:29
The Saint Goes Marching The Saint 21 23892 2022-08-07 19:43:22
Music & Police CJ Crew & KaW feat. Christian D. 21 11149 2022-08-07 19:38:25
Fantasy Melissa 21 9686 2022-09-25 02:22:15
Devil Inside CRMNL 19 73520 2022-08-07 18:44:56
India's Glitch Kirill Gramada 21 7851 2022-08-11 22:44:24
My Baby Mama Anquette 21 45263 2022-09-03 01:54:17
Hypnosis Colin Kiddy 21 5897 2022-09-22 01:57:46
Megalovania Toby Fox 21 77586 2022-08-11 22:37:55
What Love Feels Like Leonail 20 77920 2022-09-03 01:59:31
Ma Huggies FIG & Nico Sleator 20 40699 2022-09-03 01:51:33
On My Own Anamanaguchi feat. HANA 21 41413 2022-08-27 01:07:34
Beethoven Virus BanYa 22 21806 2022-09-06 01:26:26
Hip Hop Jam Indiggo 20 33716 2022-09-22 01:51:17
Sky High DJ Miko 20 68999 2022-08-23 02:06:08
Paradox Naoki feat. Riyu Kosaka 20 50129 2022-08-23 02:08:54
Contrast Donk Terrorist vs. Daniel Seven 22 6365 2022-09-06 01:21:06
Jukebox Swingrowers 21 29184 2022-08-23 01:57:20
403 NAOKI underground 23 47001 2022-08-07 19:53:08
Everybody Dance X-Rated 22 47893 2022-08-31 01:54:30
BUBBLES Tokyo Machine 22 71341 2022-08-11 22:49:38
Fade Out Bensley 21 241 2022-09-22 00:59:15
Dystopia 2077 F.O.O.L & The Forgotten 23 11183 2022-08-31 01:41:33
Press Start MDK 23 20807 2022-09-03 02:01:53
Just Do It Swingrowers 21 43805 2022-08-07 19:34:32
Bewitched PIXY 22 1489 2022-09-22 01:48:50
Energizer ZiGZaG 23 15383 2022-08-31 01:43:48
  BENCHMARKS  
Loading Time: Base Classes  0.0030
Controller Execution Time ( Main / Scores )  0.0152
Total Execution Time  0.0184
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,601,152 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6999
  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.0077 seconds)  (Hide)
0.0014   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` = '6999'
GROUP BY `gs`.`grade
0.0059   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` = '6999'
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` = '6999'
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)