Blue


Total World Records: ??
Country: US

Stars Earned
18
4
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 82821 -17179 -6202 100000 2025-08-17 17:18:52
Dynamo Oscillator X 19 79971 -20029 -7230 100000 2025-08-17 17:20:44
Birdie Doolittle 19 79481 -20519 -7407 100000 2025-08-17 17:16:33
Moonstone Virgill 19 87601 -12399 -4476 100000 2025-01-26 23:29:00
Ladybug Coconut 19 79749 -20251 -7311 100000 2025-04-27 19:45:57
Coming Out Playmaker feat. Robina 19 83572 -16428 -5931 100000 2025-04-27 19:41:12
Pink Dinosaur Miss Papaya 19 83872 -16128 -5822 100000 2025-02-17 20:29:56
Kick It Man KaW feat. DAZ 19 79596 -20404 -7366 100000 2025-08-17 17:29:18
Robot World Oscillator X 19 89047 -10953 -3954 100000 2025-09-21 19:31:14
High On Your Love Safura 19 92167 -7833 -2828 100000 2025-07-27 19:08:14
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 64726 -35274 -12734 100000 2025-08-17 17:24:29
Here For You PIXL feat. Q'AILA 19 82588 -17412 -6286 100000 2025-07-04 18:55:01
Only You DEXTER KING feat. Alexis Donn 19 82084 -17916 -6468 100000 2025-04-27 19:48:54
WYGD Bishu 19 82922 -17078 -6165 100000 2025-06-08 17:27:07
Orbit Ellis 19 84212 -15788 -5699 100000 2025-08-17 17:32:18
UFO Little Sis Nora & S3RL 20 80324 -19676 -7870 100000 2025-08-10 17:19:05
All Starts Now Laurell 19 83477 -16523 -5965 100000 2025-06-08 17:20:23
The 7 Jump Ken-D 19 84341 -15659 -5653 100000 2025-09-21 19:29:09
Boogeyman Wizardz of Oz 19 73655 -26345 -9511 100000 2025-09-21 19:33:57
Halley's Comet Jenna Drey & Joe Bermudez 19 79046 -20954 -7564 100000 2025-08-17 17:22:40
Ping Pong AronChupa & Little Sis Nora 20 66484 -33516 -13406 100000 2025-09-21 19:26:21
Boogie Shoes AronChupa & Little Sis Nora 20 81182 -18818 -7527 100000 2025-09-21 19:07:25
Why Me Desire 19 88147 -11853 -4279 100000 2025-09-21 19:11:27
My X Little Sis Nora 20 85659 -14341 -5736 100000 2025-09-21 19:09:16
  BENCHMARKS  
Loading Time: Base Classes  0.0039
Controller Execution Time ( Main / Rival )  2.8394
Total Execution Time  2.8436
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,905,624 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6397/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.8274 seconds)  (Hide)
0.0235   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` = '6397'
GROUP BY `gs`.`grade
0.0086   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` = '6397'
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` = '6397'
AND `r`.`name` = 'total' 
2.7951   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)