OrangeSoda2000


Total World Records: ??
Country: US

Stars Earned
11
16
3
3

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
Dreaming Rameses B feat. Holly Drummond 21 10747 -89253 -39361 100000 2026-04-22 23:49:23
Link Line Asterisk 25 923 -99077 -61923 100000 2025-09-06 03:46:24
The 7th Element Vitas 19 84228 -15772 -5694 100000 2024-10-14 17:24:13
I Love You Baby Pandera 21 69536 -30464 -13435 100000 2025-09-17 23:40:44
Flying High Filo Bedo 21 78645 -21355 -9418 100000 2026-01-18 19:52:53
Land Of The Rising Sun Spacekatz 21 88428 -11572 -5103 100000 2026-01-18 20:35:12
Feel The Melody S3RL feat. Sara 20 7318 -92682 -37073 100000 2026-02-25 23:52:05
Bumble Bee Bambee 20 77630 -22370 -8948 100000 2025-09-06 03:20:47
Senorita Jenny Rom 23 79845 -20155 -10662 100000 2026-04-12 22:09:42
Megalovania Toby Fox 21 32209 -67791 -29896 100000 2025-09-06 03:17:03
BU-44 Naoki 21 76281 -23719 -10460 100000 2025-09-06 03:29:41
Outbreak Feint feat. MYLK 23 22644 -77356 -40921 100000 2024-10-14 18:15:58
Dystopia 2077 F.O.O.L & The Forgotten 23 42210 -57790 -30571 100000 2026-04-08 23:22:50
Cosmic Drive Quiqman 22 74984 -25016 -12108 100000 2026-04-08 23:27:01
TURBO Tokyo Machine 21 87023 -12977 -5723 100000 2026-03-25 23:52:24
INEEDU Teddy Killerz 22 42988 -57012 -27594 100000 2026-01-18 19:56:56
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 78110 -21890 -11580 100000 2025-08-15 23:12:55
Crab Rave Noisestorm 20 78126 -21874 -8750 100000 2026-03-25 23:44:57
Bambole (Ole) Papa Gonzalez 20 84153 -15847 -6339 100000 2026-04-08 23:45:40
Bassline Shatter M-Project & S2i8 23 79645 -20355 -10768 100000 2026-02-26 00:00:27
Just Dance Bad Computer 20 73068 -26932 -10773 100000 2025-09-06 03:38:51
GALACTICAL Tokyo Machine 23 79682 -20318 -10748 100000 2026-04-22 23:45:39
Definition of a Badboy Scott Brown 20 80552 -19448 -7779 100000 2026-02-26 00:19:32
FAR OUT Tokyo Machine 24 57538 -42462 -24458 100000 2025-10-01 23:32:43
Accelerate Teminite & Skybreak 24 15971 -84029 -48401 100000 2026-04-08 23:49:43
SPEED KING David Kane 24 2119 -97881 -56379 100000 2026-04-01 23:58:40
Love Toxic FACTOR-X 21 70497 -29503 -13011 100000 2025-12-11 00:02:12
Running In The 90s Max Coveri 23 75952 -24048 -12721 100000 2026-04-12 22:06:02
Remember Me Leslie Parrish 21 2881 -97119 -42829 100000 2025-04-05 19:13:02
Letting Go Bensley & Voicians 19 87950 -12050 -4350 100000 2026-02-25 23:55:50
Bella Ciao BEAUZ & XYSM 20 72974 -27026 -10810 100000 2026-04-08 22:59:52
Euphoria Rush CHYL & Skybreak 23 73311 -26689 -14118 100000 2026-01-18 19:48:00
I See Codeko 24 16558 -83442 -48063 100000 2026-01-18 20:37:45
  BENCHMARKS  
Loading Time: Base Classes  0.0036
Controller Execution Time ( Main / Rival )  4.4863
Total Execution Time  4.4902
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,045,672 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/11829/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 (4.4751 seconds)  (Hide)
0.3596   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` = '11829'
GROUP BY `gs`.`grade
0.1720   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` = '11829'
AND `ghs`.`private` = 
0.0004   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` = '11829'
AND `r`.`name` = 'total' 
3.9432   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)