Troz


Total World Records: ??
Country: US

Stars Earned
20
7
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
Birdie Doolittle 19 80786 -19214 -6936 100000 2025-06-26 02:14:23
Ba Be Loo Be La Kristeen 20 21253 -78747 -31499 100000 2025-06-30 00:23:55
Blow My Mind Alphadelta 19 81589 -18411 -6646 100000 2025-06-30 00:40:34
Funny Love Dan Balan 19 79366 -20634 -7449 100000 2025-07-03 02:06:57
Reactor Jason Creasey 19 72914 -27086 -9778 100000 2025-07-21 01:41:23
Ladybug Coconut 19 77565 -22435 -8099 100000 2025-07-10 00:53:16
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 81262 -18738 -7495 100000 2025-08-16 02:48:50
Pink Dinosaur Miss Papaya 19 44959 -55041 -19870 100000 2025-07-21 01:38:49
Operator Miss Papaya 19 72915 -27085 -9778 100000 2025-07-20 23:49:17
Kinky Boots Daz Sampson & Nona 19 74978 -25022 -9033 100000 2025-07-10 01:22:14
Grab It While We Can FantastixX 19 22678 -77322 -27913 100000 2025-07-03 02:08:59
Robot World Oscillator X 19 77683 -22317 -8056 100000 2025-05-15 02:17:52
High On Your Love Safura 19 79403 -20597 -7436 100000 2025-07-17 00:34:51
The Shrimps Vertigini 20 61159 -38841 -15536 100000 2025-09-25 01:26:31
Recovery JMCX 19 49248 -50752 -18321 100000 2025-05-15 01:42:29
Orbit Ellis 19 73131 -26869 -9700 100000 2025-07-20 23:51:35
Crab Rave Noisestorm 20 84663 -15337 -6135 100000 2025-09-25 00:01:08
Born to Run Red Parker 19 77594 -22406 -8089 100000 2025-06-26 02:19:50
All Starts Now Laurell 19 82796 -17204 -6211 100000 2025-06-05 00:33:54
Boogeyman Wizardz of Oz 19 77997 -22003 -7943 100000 2025-06-26 02:16:44
Party ChildsPlay 19 82217 -17783 -6420 100000 2025-07-20 23:54:06
Tick Tock Technikore 20 82773 -17227 -6891 100000 2025-09-25 01:23:15
Heaven On Earth HELLO GLOOM 22 16032 -83968 -40641 100000 2025-09-04 02:08:55
Halley's Comet Jenna Drey & Joe Bermudez 19 33916 -66084 -23856 100000 2025-07-03 02:11:13
Letting Go Bensley & Voicians 19 21681 -78319 -28273 100000 2025-07-10 00:38:24
Ping Pong AronChupa & Little Sis Nora 20 57782 -42218 -16887 100000 2025-08-14 01:07:11
The Banana Song SIPPY 19 74476 -25524 -9214 100000 2025-07-17 01:49:56
Daydream Therapy Joe Bermudez feat. Dana Mckeon 20 78481 -21519 -8608 100000 2025-09-24 23:58:47
Singin' Every Nite Paso vs. Maximus 19 81405 -18595 -6713 100000 2025-09-24 23:40:07
Waiting KUURO feat. Bianca 20 71497 -28503 -11401 100000 2025-09-24 23:37:43
  BENCHMARKS  
Loading Time: Base Classes  0.0036
Controller Execution Time ( Main / Rival )  2.5784
Total Execution Time  2.5823
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,933,448 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/16450/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.5665 seconds)  (Hide)
0.0255   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` = '16450'
GROUP BY `gs`.`grade
0.0125   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` = '16450'
AND `ghs`.`private` = 
0.0003   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` = '16450'
AND `r`.`name` = 'total' 
2.5281   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)