Jloom5


Total World Records: ??
Country: AU

Stars Earned
13
4
5
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
Start & Paws Oscillator X 19 80803 -19197 -6930 100000 2026-02-09 04:36:45
Moonstone Virgill 19 89687 -10313 -3723 100000 2026-02-09 09:58:37
Big Blue Bouncy Ball Mr. Blue 22 10333 -89667 -43399 100000 2026-02-09 10:58:10
One Step Further Jenna Drey 20 85731 -14269 -5708 100000 2026-02-09 09:28:16
Unity TheFatRat 21 82704 -17296 -7628 100000 2026-02-09 10:19:31
Fleadh Uncut Ian Parker 21 73299 -26701 -11775 100000 2026-02-09 10:33:59
Ladybug Coconut 19 82083 -17917 -6468 100000 2026-02-09 06:12:27
Bumble Bee Bambee 20 82393 -17607 -7043 100000 2026-02-09 09:24:42
Pink Dinosaur Miss Papaya 19 86734 -13266 -4789 100000 2026-02-09 04:42:21
Megalovania Toby Fox 21 64433 -35567 -15685 100000 2026-02-09 04:03:01
Nori Nori Nori Judy Crystal 21 10258 -89742 -39576 100000 2026-02-09 08:41:12
Beethoven Virus BanYa 22 58111 -41889 -20274 100000 2026-02-09 08:35:20
Katana Fighter Electron 22 79727 -20273 -9812 100000 2026-02-09 09:39:18
Paradox Naoki feat. Riyu Kosaka 20 88221 -11779 -4712 100000 2026-02-09 09:55:44
Never Ending Story DJ AC-DC 20 82079 -17921 -7168 100000 2026-02-09 08:21:10
Kalinka Quiqman 20 83841 -16159 -6464 100000 2026-02-09 09:36:54
TURBO Tokyo Machine 21 88306 -11694 -5157 100000 2026-02-09 10:14:30
Vodka The Royal Eurobeat Orchestra of Bazookistan 21 78993 -21007 -9264 100000 2026-02-09 10:16:50
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 45337 -54663 -28917 100000 2026-02-09 08:55:33
Lemmings On The Run E-Rotic 21 20055 -79945 -35256 100000 2026-02-09 10:02:22
Crab Rave Noisestorm 20 18761 -81239 -32496 100000 2025-06-27 06:53:45
Poco Loco Carlito 21 85931 -14069 -6204 100000 2026-02-09 10:40:16
Ping Pong AronChupa & Little Sis Nora 20 85187 -14813 -5925 100000 2026-02-09 09:01:43
Proper Rhythm peak divide 21 81430 -18570 -8189 100000 2026-02-09 11:00:51
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  5.8410
Total Execution Time  5.8438
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,006,656 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/13007/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 (5.8324 seconds)  (Hide)
0.0353   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` = '13007'
GROUP BY `gs`.`grade
0.0130   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` = '13007'
AND `ghs`.`private` = 
0.0026   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` = '13007'
AND `r`.`name` = 'total' 
5.7815   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)