DDR-KOJI


Total World Records: ??
Country: JP

Stars Earned
3
16
2
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
Go 60 Go Takoyaki 24 2796 -97204 -55990 100000 2020-11-01 07:19:12
EternuS Sanxion7 20 96508 -3492 -1397 100000 2020-11-01 08:14:32
Gargoyle Sanxion7 24 50194 -49806 -28688 100000 2020-11-01 08:53:12
Bumble Bee Bambee 20 97033 -2967 -1187 100000 2020-11-01 06:34:56
Waka Laka Jenny Rom vs. The Zippers 21 96520 -3480 -1535 100000 2020-11-01 08:14:32
Flash In The Night Flashman 22 97232 -2768 -1340 100000 2020-11-01 08:39:28
Young Forever Rebecca 20 76865 -23135 -9254 100000 2020-11-01 08:44:22
The Saint Goes Marching The Saint 21 97786 -2214 -976 100000 2020-11-01 09:13:47
Dam Dariram Joga 20 97037 -2963 -1185 100000 2020-11-01 08:53:12
Music & Police CJ Crew & KaW feat. Christian D. 21 93651 -6349 -2800 100000 2025-02-26 13:08:12
So Deep Silvertear 21 96857 -3143 -1386 100000 2020-11-01 06:31:41
Stay Tess 20 97380 -2620 -1048 100000 2020-11-01 09:04:09
Fantasy Melissa 21 96664 -3336 -1471 100000 2020-11-01 06:28:54
Mozart Is Back Rose 24 87567 -12433 -7161 100000 2020-11-01 08:53:12
Crime Time CJ Crew & KaW feat. Sedge 22 96685 -3315 -1604 100000 2020-11-01 09:13:47
Magic Mystery Tour KaW feat. Paula Terry 19 96705 -3295 -1189 100000 2020-11-01 09:13:47
MAX428 Omega 27 11316 -88506 -64521 99822 2020-11-01 08:36:16
Sky High Lucyfer 20 95902 -4098 -1639 100000 2020-11-01 08:44:22
Baby Love Me Judy Crystal 21 98238 -1762 -777 100000 2025-02-26 12:50:47
Kalinka Quiqman 20 98091 -1909 -764 100000 2025-02-26 12:47:22
Candy Pop Luv Limited -NM- 21 95282 -4718 -2081 100000 2025-02-26 12:43:53
Paranoid 180 24 74078 -25922 -14931 100000 2025-02-26 12:29:30
Happy Holiday Luv Limited -NM- 21 95115 -4885 -2154 100000 2025-02-26 12:17:36
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Rival )  1.7742
Total Execution Time  1.7779
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,891,856 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/3112/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 (1.7661 seconds)  (Hide)
0.0021   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` = '3112'
GROUP BY `gs`.`grade
0.0016   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` = '3112'
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` = '3112'
AND `r`.`name` = 'total' 
1.7622   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)