ccfreak2k


Total World Records: ??
Country: US

Stars Earned
16
8
1
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
Dance Vibrations Elpis 19 97578 -2422 -874 100000 2023-09-02 04:18:27
Dream A Dream Captain Jack 20 94609 -5391 -2156 100000 2019-03-09 05:40:50
Licky Licky Crispy 20 85307 -14693 -5877 100000 2022-03-13 05:04:42
Million Feelings Chriss Floren 19 94363 -5637 -2035 100000 2023-09-02 04:15:10
I'll Show You Loving Bassmonkeys feat. Natasha Anderson 20 92872 -7128 -2851 100000 2019-03-09 05:40:50
Ladybug Coconut 19 98814 -1186 -428 100000 2023-09-02 04:13:03
Paranormal Inspector K 20 90651 -9349 -3740 100000 2024-03-02 03:05:52
Click Bait S3RL feat. GL!TCH 20 94180 -5820 -2328 100000 2019-09-18 03:59:46
July Smiley 20 84309 -15691 -6276 100000 2023-04-01 04:11:17
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 85397 -14603 -5272 100000 2022-03-13 05:35:40
Pink Dinosaur Miss Papaya 19 95418 -4582 -1654 100000 2022-03-13 05:35:40
Bye Bye Baby Balloon Joga 21 80988 -19012 -8384 100000 2023-04-01 04:08:53
So Deep Silvertear 21 75720 -24280 -10707 100000 2024-03-02 03:03:19
Magic Mystery Tour KaW feat. Paula Terry 19 79736 -20264 -7315 100000 2022-03-13 05:35:40
Get Up'n Move S & K 20 94343 -5657 -2263 100000 2023-09-02 04:44:29
Everybody 2 the Sun Ultimate Heights 20 92892 -7108 -2843 100000 2022-03-13 05:04:42
Kalinka Quiqman 20 91283 -8717 -3487 100000 2022-03-13 05:04:42
BUBBLES Tokyo Machine 22 82133 -17867 -8648 100000 2022-03-13 05:35:40
Outbreak Feint feat. MYLK 23 31081 -68919 -36458 100000 2022-03-13 05:35:40
We Got The Moves Electric Callboy 20 92290 -7710 -3084 100000 2023-05-27 03:27:35
Samurai Rameses B 22 81690 -18310 -8862 100000 2023-09-02 04:50:17
Sirens RENOLD X Scarlett 19 97180 -2820 -1018 100000 2023-09-02 04:47:30
Swipe Felix Schorn 21 96556 -3444 -1519 100000 2023-10-07 05:06:56
Elysium Scott Brown 21 96910 -3090 -1363 100000 2023-11-18 05:03:07
Party ChildsPlay 19 96554 -3446 -1244 100000 2023-11-18 05:01:13
Supernova Laszlo 22 97522 -2478 -1199 100000 2023-11-18 04:53:34
  BENCHMARKS  
Loading Time: Base Classes  0.0039
Controller Execution Time ( Main / Rival )  3.4702
Total Execution Time  3.4744
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,905,200 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/1141/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.4363 seconds)  (Hide)
0.0088   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` = '1141'
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` = '1141'
AND `ghs`.`private` = 
0.0003   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` = '1141'
AND `r`.`name` = 'total' 
3.4250   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)