tstsdrtsdrtsts


Total World Records: ??
Country: US

Stars Earned
2
17
4
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
Flight Of The Bumble Bee MonstDeath 25 81931 -18069 -11293 100000 2025-04-20 01:32:59
Start & Paws Oscillator X 19 90609 -9391 -3390 100000 2025-04-14 21:23:27
Bloodrush TechnoDred 26 19654 -80346 -54314 100000 2025-04-16 01:30:19
Determinator Dust Devil 26 6288 -93712 -63349 100000 2025-04-14 23:10:18
Gargoyle Sanxion7 24 90746 -9254 -5330 100000 2025-04-16 00:49:56
Waka Laka Jenny Rom vs. The Zippers 21 93261 -6739 -2972 100000 2025-04-20 00:46:51
Senorita Jenny Rom 23 90187 -9813 -5191 100000 2025-04-16 02:20:52
Music & Police CJ Crew & KaW feat. Christian D. 21 89047 -10953 -4830 100000 2025-04-15 05:15:46
So Deep Silvertear 21 92020 -7980 -3519 100000 2025-04-15 04:23:31
Speed Over Beethoven Rose 22 93319 -6681 -3234 100000 2025-04-20 00:44:24
Dam Dadi Doo Fantasy Project 22 89670 -10330 -5000 100000 2025-04-16 01:16:42
MAX428 Omega 27 434 -99388 -72454 99822 2025-04-16 06:27:03
Megalovania Toby Fox 21 77877 -22123 -9756 100000 2025-04-15 00:55:26
Beethoven Virus BanYa 22 87991 -12009 -5812 100000 2025-04-15 03:03:01
BU-44 Naoki 21 96772 -3228 -1424 100000 2025-04-16 01:38:41
Charlene Missing Heart 22 70163 -29837 -14441 100000 2025-04-16 00:11:45
Summer Smiley 25 88447 -11553 -7221 100000 2025-04-15 06:33:07
Winter BanYa 25 42653 -57347 -35842 100000 2025-04-16 06:40:54
Canon D.2 Yahpp 23 91081 -8919 -4718 100000 2025-04-14 22:49:15
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 93753 -6247 -3305 100000 2025-04-16 06:24:17
The Bass & the Melody S3RL 22 88619 -11381 -5508 100000 2025-04-15 03:15:54
Where Did You Go Tatsunoshin 21 86974 -13026 -5744 100000 2025-04-14 21:53:42
Running In The 90s Max Coveri 23 93444 -6556 -3468 100000 2025-04-14 22:52:13
Remember Me Leslie Parrish 21 93388 -6612 -2916 100000 2025-04-14 21:26:17
  BENCHMARKS  
Loading Time: Base Classes  0.0036
Controller Execution Time ( Main / Rival )  3.2610
Total Execution Time  3.2648
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,894,024 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/21888/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.2508 seconds)  (Hide)
0.0679   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` = '21888'
GROUP BY `gs`.`grade
0.0807   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` = '21888'
AND `ghs`.`private` = 
0.0015   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` = '21888'
AND `r`.`name` = 'total' 
3.1007   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)