Teek


Total World Records: ??
Country: US

Stars Earned
3
13
4
5

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
Burning Tonight Krystal 22 18948 -81052 -39229 100000 2023-04-13 22:37:22
Flash In The Night Flashman 22 5926 -94074 -45532 100000 2023-04-13 22:39:44
Senorita Jenny Rom 23 74197 -25803 -13650 100000 2023-04-13 22:28:29
Move It Groove It KaW feat. Sam-I-Am 22 80020 -19980 -9670 100000 2023-05-03 00:54:26
Dam Dariram Joga 20 84907 -15093 -6037 100000 2023-03-23 23:45:36
Music & Police CJ Crew & KaW feat. Christian D. 21 79389 -20611 -9089 100000 2023-04-22 21:43:45
So Deep Silvertear 21 65300 -34700 -15303 100000 2023-04-22 21:45:42
Speed Over Beethoven Rose 22 67115 -32885 -15916 100000 2023-05-03 00:57:04
Equinox Mage 21 77640 -22360 -9861 100000 2023-04-22 21:37:47
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 70362 -29638 -14345 100000 2023-05-03 00:51:57
No Nobody's Love Joga 20 87684 -12316 -4926 100000 2023-05-05 02:32:42
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 93199 -6801 -2999 100000 2023-07-14 01:36:19
Megalovania Toby Fox 21 86129 -13871 -6117 100000 2023-04-13 22:13:32
Kagami KaW 21 84561 -15439 -6809 100000 2023-07-14 01:38:27
Cartoon Heroes Barbie Young 21 84638 -15362 -6775 100000 2023-04-22 21:34:14
Cyber-Kyoto- Re-venG 20 89081 -10919 -4368 100000 2023-04-13 22:34:48
Kalinka Quiqman 20 87128 -12872 -5149 100000 2023-03-21 22:33:52
Katyusha Schustin 21 82717 -17283 -7622 100000 2023-06-22 01:15:50
Cosmic Drive Quiqman 22 74949 -25051 -12125 100000 2023-03-21 22:36:21
Para-Symptoms 165 23 82200 -17800 -9416 100000 2023-07-14 01:40:31
TURBO Tokyo Machine 21 87860 -12140 -5354 100000 2023-04-22 21:47:54
Vodka The Royal Eurobeat Orchestra of Bazookistan 21 80833 -19167 -8453 100000 2023-04-22 21:40:15
Good Feeling More Plastic & imallryt 23 73770 -26230 -13876 100000 2023-04-13 22:26:16
EMEA Re-venG 24 22852 -77148 -44437 100000 2023-04-13 22:30:48
Bassline Shatter M-Project & S2i8 23 65412 -34588 -18297 100000 2023-04-13 22:10:26
  BENCHMARKS  
Loading Time: Base Classes  0.0038
Controller Execution Time ( Main / Rival )  2.4432
Total Execution Time  2.4474
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,904,408 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9134/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.4179 seconds)  (Hide)
0.0012   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` = '9134'
GROUP BY `gs`.`grade
0.0006   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` = '9134'
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` = '9134'
AND `r`.`name` = 'total' 
2.4159   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)