CHILLIDOG


Total World Records: ??
Country: US

Stars Earned
13
13
1

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
Joanna Crazy Loop 19 98206 -1794 -648 100000 2025-04-26 21:51:33
Made In China Vitas & Sergey Pudovkin 20 97643 -2357 -943 100000 2025-04-26 21:49:08
Bumble Bee Bambee 20 98552 -1448 -579 100000 2025-04-26 21:00:53
Waka Laka Jenny Rom vs. The Zippers 21 97774 -2226 -982 100000 2025-04-26 22:10:09
Hero Miss Papaya 20 95108 -4892 -1957 100000 2025-04-26 20:44:11
Dam Dariram Joga 20 98671 -1329 -532 100000 2025-04-26 22:46:12
Music & Police CJ Crew & KaW feat. Christian D. 21 93250 -6750 -2977 100000 2025-04-20 00:52:37
So Deep Silvertear 21 96976 -3024 -1334 100000 2025-04-26 21:30:24
Nothing Gonna Stop Micky 20 99265 -735 -294 100000 2025-04-20 01:16:06
Sky High Lucyfer 20 99113 -887 -355 100000 2025-04-26 21:28:14
My Generation Captain Jack 20 99570 -430 -172 100000 2025-04-26 22:07:20
Nori Nori Nori Judy Crystal 21 90183 -9817 -4329 100000 2025-04-20 01:13:32
Baby Love Me Judy Crystal 21 96999 -3001 -1323 100000 2025-06-19 21:31:05
The Judgement Day Naoki feat. Riyu Kosaka 19 96289 -3711 -1340 100000 2025-04-26 22:28:55
In The Heat Of The Night E-Rotic 20 98262 -1738 -695 100000 2025-06-19 21:16:00
Sky High DJ Miko 20 94712 -5288 -2115 100000 2025-04-20 00:37:19
Cartoon Heroes Barbie Young 21 97470 -2530 -1116 100000 2025-04-26 20:57:17
Never Ending Story DJ AC-DC 20 98673 -1327 -531 100000 2025-06-19 21:22:03
Get Up'n Move S & K 20 97284 -2716 -1086 100000 2025-04-26 20:47:11
BUBBLES Tokyo Machine 22 91711 -8289 -4012 100000 2025-04-26 22:13:44
Right Into You The Tech Team 20 98354 -1646 -658 100000 2025-06-19 21:25:22
Crab Rave Noisestorm 20 99680 -320 -128 100000 2025-04-26 21:45:48
Bambole (Ole) Papa Gonzalez 20 97970 -2030 -812 100000 2025-06-19 21:28:45
Poco Loco Carlito 21 98710 -1290 -569 100000 2025-04-26 22:22:20
Tick Tock Technikore 20 98606 -1394 -558 100000 2025-04-26 22:16:10
Way To Rio Tony T 20 99221 -779 -312 100000 2025-04-26 20:37:22
Running In The 90s Max Coveri 23 72297 -27703 -14655 100000 2025-04-26 22:19:34
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  2.2032
Total Execution Time  2.2060
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,906,008 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/22032/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.1952 seconds)  (Hide)
0.0011   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` = '22032'
GROUP BY `gs`.`grade
0.0013   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` = '22032'
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` = '22032'
AND `r`.`name` = 'total' 
2.1926   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)