ToxicAven


Total World Records: ??
Country: US

Stars Earned
14
4
7
12

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
Dynamo Oscillator X 19 85443 -14557 -5255 100000 2025-10-22 20:46:31
Start & Paws Oscillator X 19 71137 -28863 -10420 100000 2025-10-15 21:48:17
Moonstone Virgill 19 57700 -42300 -15270 100000 2025-09-10 20:38:45
Crazy Baby Fantasy Project 20 88758 -11242 -4497 100000 2025-08-01 21:15:31
Monody TheFatRat feat. Laura Brehm 22 77254 -22746 -11009 100000 2025-10-22 20:57:16
Surf Hyper Potions 22 76054 -23946 -11590 100000 2025-10-22 22:46:06
Agent Blatant Ernest + Julio 21 6486 -93514 -41240 100000 2025-08-31 18:15:37
Da Roots Mind Reflection 20 86213 -13787 -5515 100000 2025-08-15 22:44:23
ROM-eo & Juli8 Nina 19 55697 -44303 -15993 100000 2025-08-01 23:38:30
Dies Irae Jason Creasey 19 83590 -16410 -5924 100000 2025-10-22 20:50:30
Click Bait S3RL feat. GL!TCH 20 83449 -16551 -6620 100000 2025-04-13 20:27:48
Darkness Sanxion7 22 75571 -24429 -11824 100000 2026-04-27 22:32:13
EternuS Sanxion7 20 91323 -8677 -3471 100000 2026-03-12 19:47:46
Gargoyle Sanxion7 24 983 -99017 -57034 100000 2025-08-15 21:39:44
Rainspark Sanxion7 21 88992 -11008 -4855 100000 2026-04-27 21:54:58
Boom Boom Dollars King Kong & D'Jungle Girls 21 88128 -11872 -5236 100000 2026-04-25 01:48:00
Who R You Leo Pigot 21 50831 -49169 -21684 100000 2025-01-25 20:58:21
Confusion Tess 22 1938 -98062 -47462 100000 2026-04-27 22:30:21
Beethoven Virus BanYa 22 42950 -57050 -27612 100000 2026-04-27 21:49:16
Kick It Man KaW feat. DAZ 19 89279 -10721 -3870 100000 2025-10-22 20:39:39
Paradox Naoki feat. Riyu Kosaka 20 80391 -19609 -7844 100000 2025-10-22 20:59:37
Boomerang Miss V 21 78578 -21422 -9447 100000 2025-08-01 21:17:11
Robot World Oscillator X 19 27671 -72329 -26111 100000 2025-10-22 21:03:46
Take Take Miss V 20 80686 -19314 -7726 100000 2025-07-17 01:09:00
Shiawase Dion Timmer 23 50631 -49369 -26116 100000 2026-03-12 19:55:01
7th Trip NM underground artifact 22 22755 -77245 -37387 100000 2025-08-15 22:41:50
Trigger CraXy 21 37576 -62424 -27529 100000 2026-03-27 23:41:54
TURBO Tokyo Machine 21 66507 -33493 -14770 100000 2025-01-25 20:56:23
Right Into You The Tech Team 20 72696 -27304 -10922 100000 2025-10-15 21:46:00
A Little Love Glitterati 21 24416 -75584 -33333 100000 2025-08-01 21:18:51
Blackstar Celldweller 22 86648 -13352 -6462 100000 2026-01-26 20:13:21
Stockholm to Bombay Dr. Bombay 21 71862 -28138 -12409 100000 2026-03-27 23:39:50
All Starts Now Laurell 19 89644 -10356 -3739 100000 2025-08-15 21:33:11
Lunatic BLACK HOLE 23 5910 -94090 -49774 100000 2025-07-17 00:26:01
Go! Rocky Joe Maximum Power 20 85083 -14917 -5967 100000 2025-10-22 20:42:04
Letting Go Bensley & Voicians 19 81037 -18963 -6846 100000 2025-10-08 22:22:20
Tribal Style KaW 21 85407 -14593 -6436 100000 2026-05-08 01:30:38
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  3.9910
Total Execution Time  3.9939
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,060,992 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/17600/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 (3.9813 seconds)  (Hide)
0.0093   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` = '17600'
GROUP BY `gs`.`grade
0.0136   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` = '17600'
AND `ghs`.`private` = 
0.0009   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` = '17600'
AND `r`.`name` = 'total' 
3.9575   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)