Kaiju JR


Total World Records: ??
Country: US

Stars Earned
22
3
9
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
Dream A Dream Captain Jack 20 91257 -8743 -3497 100000 2025-05-11 00:33:31
Zodiac Banzai 21 90631 -9369 -4132 100000 2025-01-19 02:09:45
Go 60 Go Takoyaki 24 21029 -78971 -45487 100000 2024-12-08 00:36:06
ROM-eo & Juli8 Nina 19 86388 -13612 -4914 100000 2025-03-04 17:40:32
Beautiful Man Radiorama 21 87081 -12919 -5697 100000 2024-07-21 02:30:12
Ghosts Tenth Planet 20 87314 -12686 -5074 100000 2025-01-19 02:16:08
Anubis Banzai 20 88650 -11350 -4540 100000 2025-03-04 17:45:57
Music & Police CJ Crew & KaW feat. Christian D. 21 86843 -13157 -5802 100000 2025-02-15 22:23:08
So Deep Silvertear 21 81767 -18233 -8041 100000 2024-07-21 02:23:07
Speed Over Beethoven Rose 22 88877 -11123 -5384 100000 2024-08-27 02:11:30
Dopamine You In Mind 23 85382 -14618 -7733 100000 2024-07-21 02:26:21
Nori Nori Nori Judy Crystal 21 93570 -6430 -2836 100000 2025-01-19 02:13:16
Beethoven Virus BanYa 22 90422 -9578 -4636 100000 2025-03-19 17:49:42
BU-44 Naoki 21 91962 -8038 -3545 100000 2024-12-29 02:40:06
Cartoon Heroes Barbie Young 21 86920 -13080 -5768 100000 2024-08-27 02:05:26
Kick It Man KaW feat. DAZ 19 93527 -6473 -2337 100000 2025-02-02 00:24:20
Katyusha Schustin 21 89289 -10711 -4724 100000 2025-02-15 23:11:28
Fade Out Bensley 21 85406 -14594 -6436 100000 2024-12-07 22:37:56
Cosmic Drive Quiqman 22 82057 -17943 -8684 100000 2024-07-28 03:26:26
How We Win FWLR 21 89380 -10620 -4683 100000 2025-02-15 22:08:12
Para-Symptoms 165 23 90633 -9367 -4955 100000 2025-03-19 17:53:41
Rainbow Rave Parade Chime 24 34882 -65118 -37508 100000 2024-12-08 01:00:31
Space Boy Rameses B, Feint & Veela 22 86914 -13086 -6334 100000 2024-12-07 22:21:33
TURBO Tokyo Machine 21 90864 -9136 -4029 100000 2024-12-07 22:25:05
Crab Rave Noisestorm 20 90742 -9258 -3703 100000 2025-03-19 17:45:40
Blackstar Celldweller 22 82605 -17395 -8419 100000 2024-08-04 01:04:36
GALACTICAL Tokyo Machine 23 43403 -56597 -29940 100000 2024-12-07 22:34:17
Stars James Landino 24 85365 -14635 -8430 100000 2025-03-19 18:53:39
Under The Bed Macks Wolf X Tatsunoshin 21 89321 -10679 -4709 100000 2024-07-28 03:35:43
Kibo Dion Timmer 22 81290 -18710 -9056 100000 2025-03-04 17:09:09
Big Boss Big Boss 21 91871 -8129 -3585 100000 2025-02-15 23:14:37
Mothership F.O.O.L & SKUM 24 88946 -11054 -6367 100000 2025-03-19 18:58:56
SPEED KING David Kane 24 71013 -28987 -16697 100000 2024-12-07 22:28:55
戦国 Re-venG 21 85750 -14250 -6284 100000 2024-12-08 00:57:21
Running In The 90s Max Coveri 23 90301 -9699 -5131 100000 2025-03-19 18:56:24
  BENCHMARKS  
Loading Time: Base Classes  0.0034
Controller Execution Time ( Main / Rival )  2.6043
Total Execution Time  2.6080
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,938,480 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/16721/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.5942 seconds)  (Hide)
0.0035   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` = '16721'
GROUP BY `gs`.`grade
0.0014   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` = '16721'
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` = '16721'
AND `r`.`name` = 'total' 
2.5891   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)