DCSL


Total World Records: ??
Country: US

Stars Earned
16
6
10
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
Dance Vibrations Elpis 19 83823 -16177 -5840 100000 2023-04-20 00:44:33
Dynamo Oscillator X 19 79148 -20852 -7528 100000 2023-05-09 23:28:47
Land Of The Lost Banzai 19 72224 -27776 -10027 100000 2023-05-09 23:35:32
Start & Paws Oscillator X 19 66315 -33685 -12160 100000 2023-05-29 19:56:22
Firewalker Xenon 19 76814 -23186 -8370 100000 2023-06-16 23:32:33
Birdie Doolittle 19 87949 -12051 -4350 100000 2023-04-09 01:12:38
Can't Let Go Jenna Drey 19 66332 -33668 -12154 100000 2023-04-15 22:58:00
Change The World Nathalie & Kim Lukas 19 84091 -15909 -5743 100000 2023-04-20 00:38:28
The 7th Element Vitas 19 87291 -12709 -4588 100000 2023-04-09 01:26:00
Blow My Mind Alphadelta 19 84966 -15034 -5427 100000 2023-04-09 01:14:31
Da Roots Mind Reflection 20 48578 -51422 -20569 100000 2023-05-09 23:38:05
ROM-eo & Juli8 Nina 19 76893 -23107 -8342 100000 2023-04-15 00:27:44
Dies Irae Jason Creasey 19 90231 -9769 -3527 100000 2023-04-09 01:16:57
Ladybug Coconut 19 72455 -27545 -9944 100000 2023-04-13 00:26:10
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 67329 -32671 -11794 100000 2023-05-09 23:30:47
Coming Out Playmaker feat. Robina 19 88469 -11531 -4163 100000 2023-04-23 23:01:19
Hero Miss Papaya 20 77604 -22396 -8958 100000 2023-04-03 23:42:13
Pink Dinosaur Miss Papaya 19 86427 -13573 -4900 100000 2023-04-23 23:06:06
Anubis Banzai 20 76054 -23946 -9578 100000 2023-04-13 00:32:56
Dam Dariram Joga 20 82577 -17423 -6969 100000 2023-04-23 22:58:09
No Princess Lynn 19 85818 -14182 -5120 100000 2023-04-09 01:28:13
Devil Inside CRMNL 19 89696 -10304 -3720 100000 2023-04-23 23:03:46
Butterfly Swingrowers 19 78107 -21893 -7903 100000 2023-04-15 22:56:14
Operator Miss Papaya 19 81400 -18600 -6715 100000 2023-04-03 23:49:33
Kick It Man KaW feat. DAZ 19 88676 -11324 -4088 100000 2023-04-09 01:21:10
If You Can Say Goodbye Kate Project 19 82606 -17394 -6279 100000 2023-04-13 00:28:13
Robot World Oscillator X 19 92418 -7582 -2737 100000 2023-05-11 23:30:02
Say Na Na Na Serhat 19 92508 -7492 -2705 100000 2023-05-11 23:32:05
The Naughty Song Oscillator X 19 91970 -8030 -2899 100000 2023-05-11 23:27:56
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 80787 -19213 -6936 100000 2023-05-11 23:37:46
Sing It Again Kirk Monteux 19 86000 -14000 -5054 100000 2023-05-11 23:35:34
Crab Rave Noisestorm 20 55327 -44673 -17869 100000 2023-04-13 00:36:43
Born to Run Red Parker 19 69880 -30120 -10873 100000 2023-04-15 00:24:53
The 7 Jump Ken-D 19 89985 -10015 -3615 100000 2023-09-06 00:25:36
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Rival )  2.3244
Total Execution Time  2.3282
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,928,944 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9284/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.3002 seconds)  (Hide)
0.0108   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` = '9284'
GROUP BY `gs`.`grade
0.0150   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` = '9284'
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` = '9284'
AND `r`.`name` = 'total' 
2.2742   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)