Bizkitz


Total World Records: ??
Country: US

Stars Earned
18
1
5
6

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
The Rainmaker Doug Laurent 20 93293 -6707 -2683 100000 2023-01-30 22:17:07
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 66281 -33719 -19422 100000 2022-12-06 00:41:15
Secret 2K12 Rene Ablaze feat. Jacinta 20 92138 -7862 -3145 100000 2023-01-30 22:14:39
Go 60 Go Takoyaki 24 32737 -67263 -38743 100000 2023-01-31 00:25:59
Feel The Melody S3RL feat. Sara 20 96184 -3816 -1526 100000 2023-01-30 22:32:36
Pink Fuzzy Bunnies Wonderboy 25 18382 -81618 -51011 100000 2022-12-06 01:22:50
Waka Laka Jenny Rom vs. The Zippers 21 88939 -11061 -4878 100000 2022-12-05 23:55:50
Monolith Affinity 25 33938 -66062 -41289 100000 2022-12-06 01:10:02
Senorita Jenny Rom 23 84232 -15768 -8341 100000 2022-12-06 00:38:20
Ghosts Tenth Planet 20 93046 -6954 -2782 100000 2023-01-31 00:36:55
Classic Madness Fracus & Darwin 21 90777 -9223 -4067 100000 2023-01-30 22:20:48
Equinox Mage 21 92014 -7986 -3522 100000 2022-12-06 00:00:10
Warrior Kirill Gramada 21 86813 -13187 -5815 100000 2022-12-06 00:16:08
Arcade Run Perfect Sphere 22 90833 -9167 -4437 100000 2023-01-30 22:23:55
Delirium Smiley 23 88154 -11846 -6267 100000 2022-12-05 23:11:03
Show U Love Entity 22 87616 -12384 -5994 100000 2022-12-05 23:11:03
Summer Smiley 25 43408 -56592 -35370 100000 2022-12-06 02:07:46
Cartoon Heroes Barbie Young 21 84779 -15221 -6712 100000 2023-01-31 00:34:20
Say What Cut Capers 21 91696 -8304 -3662 100000 2023-01-31 00:23:27
Canon D.2 Yahpp 23 82177 -17823 -9428 100000 2023-01-31 00:14:48
Dark Fenix DE-SIRE 22 83367 -16633 -8050 100000 2022-12-06 01:54:59
Just Do It Swingrowers 21 85139 -14861 -6554 100000 2022-12-06 02:04:50
Cosmic Drive Quiqman 22 94469 -5531 -2677 100000 2023-01-30 22:36:11
Pump It Electric Callboy 21 88888 -11112 -4900 100000 2023-01-31 00:12:23
Para-Symptoms 165 23 14513 -85487 -45223 100000 2022-12-06 00:50:46
Demon's World CJ Crew 22 87854 -12146 -5879 100000 2022-12-05 23:17:56
Energizer ZiGZaG 23 81168 -18832 -9962 100000 2023-01-31 00:49:21
Vodka The Royal Eurobeat Orchestra of Bazookistan 21 94477 -5523 -2436 100000 2022-12-05 23:14:14
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 91459 -8541 -4518 100000 2022-12-06 01:19:58
Perks Bibi Gold 21 88301 -11699 -5159 100000 2022-12-06 01:52:04
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Rival )  2.4575
Total Execution Time  2.4613
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,920,856 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7530/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 (2.4468 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` = '7530'
GROUP BY `gs`.`grade
0.0023   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` = '7530'
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` = '7530'
AND `r`.`name` = 'total' 
2.4427   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)