Bkid


Total World Records: ??
Country: US

Stars Earned
7
20
1
3

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

World mode enabled - Comparing scores to current world records.

Song Title Artist Level Score Delta Ranking Gap Grade WR Date
Dance Vibrations Elpis 19 98048 -1952 -705 100000 2023-12-31 01:09:01
Birdie Doolittle 19 98661 -1339 -483 100000 2024-05-26 22:51:49
Dream A Dream Captain Jack 20 96198 -3802 -1521 100000 2024-05-26 22:51:49
The 7th Element Vitas 19 90206 -9794 -3536 100000 2023-10-22 20:25:52
I Love You Baby Pandera 21 97278 -2722 -1200 100000 2024-04-16 21:34:22
Big Blue Bouncy Ball Mr. Blue 22 90992 -9008 -4360 100000 2024-04-30 23:32:17
Disconnected Disco Kid Whatever 20 93653 -6347 -2539 100000 2024-04-16 21:31:20
ROM-eo & Juli8 Nina 19 96540 -3460 -1249 100000 2024-07-10 03:53:43
Click Bait S3RL feat. GL!TCH 20 81894 -18106 -7242 100000 2024-04-30 23:54:37
Bumble Bee Bambee 20 95977 -4023 -1609 100000 2024-02-07 00:53:56
Senorita Jenny Rom 23 90586 -9414 -4980 100000 2024-04-16 23:23:42
Typical Tropical Bambee 19 97068 -2932 -1058 100000 2024-05-26 22:51:49
Ghosts Tenth Planet 20 41778 -58222 -23289 100000 2023-12-20 01:40:18
Pink Dinosaur Miss Papaya 19 99411 -589 -213 100000 2024-05-01 00:40:23
Anubis Banzai 20 95455 -4545 -1818 100000 2023-12-31 01:40:00
No Princess Lynn 19 98103 -1897 -685 100000 2024-07-10 03:57:47
Stay Tess 20 96507 -3493 -1397 100000 2024-02-11 22:14:36
Riddimino Philstep 23 47985 -52015 -27516 100000 2023-12-31 01:51:09
What Love Feels Like Leonail 20 98508 -1492 -597 100000 2024-05-01 00:33:53
Sky High DJ Miko 20 95480 -4520 -1808 100000 2024-02-11 23:30:52
Kalinka Quiqman 20 99225 -775 -310 100000 2024-05-01 00:47:04
Fade Out Bensley 21 95985 -4015 -1771 100000 2024-09-13 23:19:49
Only You DEXTER KING feat. Alexis Donn 19 98254 -1746 -630 100000 2024-05-21 23:55:43
Bambole (Ole) Papa Gonzalez 20 96299 -3701 -1480 100000 2024-07-10 03:29:09
Northern Lights Saxsquatch 21 97032 -2968 -1309 100000 2024-05-01 00:30:01
Work Stella Mwangi 21 97419 -2581 -1138 100000 2024-05-01 00:27:01
Under The Bed Macks Wolf X Tatsunoshin 21 96643 -3357 -1480 100000 2024-03-27 00:12:57
Tick Tock Technikore 20 94204 -5796 -2318 100000 2024-03-19 23:21:10
Got Good Vibes MO XO 22 97998 -2002 -969 100000 2024-04-30 22:21:59
Color My Love Fun Fun 21 95621 -4379 -1931 100000 2024-05-07 22:23:45
Accelerate Teminite & Skybreak 24 39163 -60837 -35042 100000 2024-07-10 04:25:54
  BENCHMARKS  
Loading Time: Base Classes  0.0038
Controller Execution Time ( Main / Rival )  3.4033
Total Execution Time  3.4074
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,921,712 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/12394/compare/world/3
  CLASS/METHOD  
main/rival
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 4 (3.3908 seconds)  (Hide)
0.0126   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` = '12394'
GROUP BY `gs`.`grade
0.0030   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` = '12394'
AND `ghs`.`private` = 
0.0017   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` = '12394'
AND `r`.`name` = 'total' 
3.3735   SELECT max(ghs.score) as score, `ghs`.`song_chart_id`, `s`.`id` as `song_id`, `sc`.`id` as `song_chart_id`, `s`.`title`, `s`.`artist`, `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`
WHERE `sc`.`game_difficulty_id` = 3
AND `sc`.`is_enabled` = 1
AND `ghs`.`private` = 0
GROUP BY 
`ghs`.`song_chart_id
  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)