Fingy


Country: US

Stars Earned
8
33
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
Get Down Kairo Kingdom 22 98031 2023-01-20 01:28:41
Ignition Starts KaW 21 95012 2023-01-20 02:40:45
Holy Guacamole Chucho Merchán 23 97967 2023-01-20 01:31:41
I Think I Like That Sound Kid Whatever 20 98009 2023-01-20 00:58:26
While Tha Rekkid Spinz DJ Zombie 22 97192 2023-12-17 02:19:22
Paranormal Inspector K 20 96364 2023-01-20 00:36:46
EternuS Sanxion7 20 96494 2023-12-17 07:30:55
Gargoyle Sanxion7 24 92501 2023-01-20 02:43:04
Rainspark Sanxion7 21 97756 2023-01-20 01:18:00
Zenith Sanxion7 24 94534 2023-01-20 00:14:12
Utopia Smiley 22 95152 2023-12-17 07:41:39
Xuxa Smiley 23 97691 2023-01-20 00:11:36
Become Astral Ash Astral 22 89552 2023-01-20 02:07:28
Anubis Banzai 20 97332 2023-12-17 07:21:29
Bye Bye Baby Balloon Joga 21 91040 2023-01-20 00:31:56
Music & Police CJ Crew & KaW feat. Christian D. 21 93308 2023-12-17 02:26:41
Dam Dadi Doo Fantasy Project 22 88050 2023-01-19 23:42:32
Hypnosis Colin Kiddy 21 97130 2023-01-20 02:26:25
No Nobody's Love Joga 20 98264 2023-12-17 07:36:30
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 96933 2023-01-20 02:05:10
Russian Roulette Darwin 22 94063 2023-01-19 23:49:42
Csikos Post BanYa 22 89445 2023-01-19 23:39:13
Step Up Amadeus BanYa 22 98290 2023-01-19 23:53:12
Paradox Naoki feat. Riyu Kosaka 20 97441 2023-01-20 00:34:28
Ring The Alarm M-Project & Signal 22 98226 2023-01-20 00:43:19
Canon D.2 Yahpp 23 94674 2023-12-17 07:24:05
Shiawase Dion Timmer 23 93579 2023-01-20 00:07:28
7th Trip NM underground artifact 22 37181 2023-12-17 02:17:13
Here For You PIXL feat. Q'AILA 19 98082 2023-01-20 02:29:07
Dystopia 2077 F.O.O.L & The Forgotten 23 94237 2023-12-17 07:28:54
Have Fun Rameses B 21 95958 2023-01-20 01:15:09
Pump It Electric Callboy 21 97316 2023-01-20 00:40:16
Rainbow Rave Parade Chime 24 94835 2023-01-20 01:20:28
Energizer ZiGZaG 23 91048 2023-12-17 07:28:54
STOP! & Go Onyx 21 94392 2023-12-17 02:21:51
INEEDU Teddy Killerz 22 92210 2023-01-20 02:24:09
Get Busy KOYOTIE 22 98310 2023-01-20 01:12:29
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 96928 2023-12-17 07:33:32
Orbit Ellis 19 98636 2023-01-20 01:26:07
Perks Bibi Gold 21 96263 2023-01-20 01:23:39
Crab Rave Noisestorm 20 97991 2023-01-20 00:29:12
RAD Tokyo Machine 24 93065 2023-12-17 07:39:01
  BENCHMARKS  
Loading Time: Base Classes  0.0038
Controller Execution Time ( Main / Scores )  0.0128
Total Execution Time  0.0169
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,567,200 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8573
  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.0037 seconds)  (Hide)
0.0018   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` = '8573'
GROUP BY `gs`.`grade
0.0017   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` = '8573'
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` = '8573'
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)