kodensa


Total World Records: ??
Country: US

Stars Earned
26
1
3
1
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
Joanna Crazy Loop 19 92776 -7224 -2608 100000 2024-08-29 03:58:29
Crazyloop Crazy Loop 22 96255 -3745 -1813 100000 2024-08-29 04:32:25
Fleadh Uncut Ian Parker 21 96879 -3121 -1376 100000 2024-08-29 05:13:02
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 91179 -8821 -3528 100000 2024-08-28 04:19:58
Feel The Melody S3RL feat. Sara 20 91492 -8508 -3403 100000 2024-08-28 04:04:39
Gargoyle Sanxion7 24 91315 -8685 -5003 100000 2024-08-29 05:19:33
Ari Oh Jenny Kee 20 93949 -6051 -2420 100000 2024-08-29 04:48:06
Waka Laka Jenny Rom vs. The Zippers 21 97659 -2341 -1032 100000 2024-08-29 04:26:27
Senorita Jenny Rom 23 90763 -9237 -4886 100000 2024-08-29 04:19:31
Movin On Ellen Gee 20 89847 -10153 -4061 100000 2024-08-28 04:01:56
So Deep Silvertear 21 96198 -3802 -1677 100000 2024-08-29 04:16:54
Dam Dadi Doo Fantasy Project 22 89557 -10443 -5054 100000 2024-11-07 06:17:46
Give Into Nutronic 22 86444 -13556 -6561 100000 2024-08-28 04:22:34
Sky High Lucyfer 20 96647 -3353 -1341 100000 2024-08-29 04:14:45
Take Me Away Fracus & Darwin 23 92176 -7824 -4139 100000 2024-08-29 04:44:23
Fall Silently Christoph Maitland & Toby Emerson feat. Veela 22 95353 -4647 -2249 100000 2024-08-29 05:15:39
Kagami KaW 21 55182 -44818 -19765 100000 2024-08-28 04:11:22
If You Can Say Goodbye Kate Project 19 58027 -41973 -15152 100000 2024-08-28 04:14:30
Paradox Naoki feat. Riyu Kosaka 20 94649 -5351 -2140 100000 2024-08-29 04:01:00
Ring The Alarm M-Project & Signal 22 93532 -6468 -3131 100000 2024-08-29 04:37:29
Katyusha Schustin 21 17538 -82462 -36366 100000 2024-08-28 04:09:02
Here For You PIXL feat. Q'AILA 19 95270 -4730 -1708 100000 2024-08-29 04:41:04
Demon's World CJ Crew 22 92928 -7072 -3423 100000 2024-11-07 06:15:41
Make It Tonight Fracus & Darwin feat. Jake 21 98685 -1315 -580 100000 2024-11-07 06:24:49
Do It Like That Mad Circuit, LG (Team Genius), Sereda 20 97335 -2665 -1066 100000 2024-11-07 06:13:29
The Bass & the Melody S3RL 22 96095 -3905 -1890 100000 2024-08-29 04:54:47
Elysium Scott Brown 21 97135 -2865 -1263 100000 2024-08-29 04:04:23
Big Boss Big Boss 21 96110 -3890 -1715 100000 2024-11-07 06:22:31
DMT Technikore 23 86720 -13280 -7025 100000 2024-08-28 04:25:48
SPEED KING David Kane 24 89086 -10914 -6286 100000 2024-08-29 04:51:35
Burbank Nights Dirtyphonics 22 95675 -4325 -2093 100000 2024-11-07 06:20:05
Falling In Love No Hero & Nino Rivera 22 15714 -84286 -40794 100000 2024-08-29 04:29:49
Hero of the Night David Kane 23 98071 -1929 -1020 100000 2024-11-07 06:27:10
  BENCHMARKS  
Loading Time: Base Classes  0.0030
Controller Execution Time ( Main / Rival )  2.5548
Total Execution Time  2.5580
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,927,048 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/18399/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.5464 seconds)  (Hide)
0.0018   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` = '18399'
GROUP BY `gs`.`grade
0.0020   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` = '18399'
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` = '18399'
AND `r`.`name` = 'total' 
2.5423   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)