MrTwinkles


Total World Records: ??
Country: US

Stars Earned
17
5
3
2

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
Dancing Circus Brisby & Jingles 21 83505 -16495 -7274 100000 2021-07-12 07:16:30
Bounce Crew 7 19 86339 -13661 -4932 100000 2021-07-12 07:16:30
While Tha Rekkid Spinz DJ Zombie 22 7156 -92844 -44936 100000 2023-01-14 22:06:13
Boom Boom Dollars King Kong & D'Jungle Girls 21 61280 -38720 -17076 100000 2021-07-12 06:30:18
Bumble Bee Bambee 20 83823 -16177 -6471 100000 2021-07-12 06:53:25
Waka Laka Jenny Rom vs. The Zippers 21 79375 -20625 -9096 100000 2021-07-17 06:25:32
Bang Bang Bang DCX 21 80022 -19978 -8810 100000 2021-07-12 06:30:18
Flash In The Night Flashman 22 70973 -29027 -14049 100000 2021-07-17 08:26:30
Hero Miss Papaya 20 91016 -8984 -3594 100000 2021-07-12 05:11:55
Ghosts Tenth Planet 20 80811 -19189 -7676 100000 2021-07-17 07:05:41
Justify My Love Tess 21 74135 -25865 -11406 100000 2021-07-17 08:00:21
Bye Bye Baby Balloon Joga 21 78007 -21993 -9699 100000 2022-06-18 01:49:42
Dam Dariram Joga 20 81819 -18181 -7272 100000 2021-07-17 06:27:50
So Deep Silvertear 21 70465 -29535 -13025 100000 2021-07-12 06:56:45
India's Glitch Kirill Gramada 21 80958 -19042 -8398 100000 2021-07-12 05:11:55
MAX428 Omega 27 1123 -98699 -71952 99822 2021-07-12 07:26:15
Sky High Lucyfer 20 83120 -16880 -6752 100000 2022-06-18 01:44:52
Arcade Run Perfect Sphere 22 17893 -82107 -39740 100000 2023-01-14 22:11:33
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 87465 -12535 -5528 100000 2023-01-14 22:14:01
Megalovania Toby Fox 21 85662 -14338 -6323 100000 2021-07-17 08:00:21
Delirium Smiley 23 82332 -17668 -9346 100000 2021-07-17 08:00:21
Beethoven Virus BanYa 22 47925 -52075 -25204 100000 2021-07-17 08:26:30
Charlene Missing Heart 22 23111 -76889 -37214 100000 2021-07-12 06:53:25
Do It All Night E-Rotic 20 84268 -15732 -6293 100000 2021-07-17 06:25:32
Say What Cut Capers 21 81598 -18402 -8115 100000 2021-07-12 07:16:29
Sing It Again Kirk Monteux 19 85902 -14098 -5089 100000 2022-06-18 01:44:52
Lemmings On The Run E-Rotic 21 80469 -19531 -8613 100000 2023-01-14 21:38:16
  BENCHMARKS  
Loading Time: Base Classes  0.0029
Controller Execution Time ( Main / Rival )  2.5139
Total Execution Time  2.5170
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,908,272 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/4665/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.5045 seconds)  (Hide)
0.1513   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` = '4665'
GROUP BY `gs`.`grade
0.0428   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` = '4665'
AND `ghs`.`private` = 
0.0006   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` = '4665'
AND `r`.`name` = 'total' 
2.3098   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)