Dexter66


Total World Records: ??
Country: MX

Stars Earned
7
10
6
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
Land Of The Lost Banzai 19 38250 -61750 -22292 100000 2024-06-09 20:40:08
Party All Night KaW feat. Sam-I-Am 20 87931 -12069 -4828 100000 2026-04-19 00:29:08
Joanna Crazy Loop 19 87132 -12868 -4645 100000 2026-05-04 02:05:30
Moonstone Virgill 19 90808 -9192 -3318 100000 2026-05-04 02:29:25
Blow My Mind Alphadelta 19 91456 -8544 -3084 100000 2026-05-04 02:59:31
I Love You Baby Pandera 21 87558 -12442 -5487 100000 2026-04-19 01:47:36
Zodiac Banzai 21 81780 -18220 -8035 100000 2026-05-04 01:51:06
Unity TheFatRat 21 38 -99962 -44083 100000 2024-06-10 00:30:23
Fleadh Uncut Ian Parker 21 73542 -26458 -11668 100000 2026-04-19 01:54:05
Ladybug Coconut 19 95405 -4595 -1659 100000 2026-05-04 02:08:05
Sunshine Triple J 22 18208 -81792 -39587 100000 2026-05-04 02:27:04
EternuS Sanxion7 20 90799 -9201 -3680 100000 2026-04-19 00:21:13
Xuxa Smiley 23 65678 -34322 -18156 100000 2026-05-04 02:23:53
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 83574 -16426 -5930 100000 2026-05-04 01:53:57
Young Forever Rebecca 20 26320 -73680 -29472 100000 2026-04-18 23:03:01
Move It Groove It KaW feat. Sam-I-Am 22 77355 -22645 -10960 100000 2026-04-19 00:40:41
Into My Dream Lagoona 23 11027 -88973 -47067 100000 2026-05-04 02:57:08
No Nobody's Love Joga 20 2775 -97225 -38890 100000 2024-06-10 00:16:48
Do It All Night E-Rotic 20 82281 -17719 -7088 100000 2026-05-04 02:02:02
Temple Of Love E-Rotic 21 4290 -95710 -42208 100000 2024-05-05 00:49:03
In The Heat Of The Night E-Rotic 20 92725 -7275 -2910 100000 2026-05-04 01:59:34
Queen Of Light E-Rotic 21 88460 -11540 -5089 100000 2026-05-04 01:56:50
Lemmings On The Run E-Rotic 21 83902 -16098 -7099 100000 2026-04-19 00:01:04
Tribal Style KaW 21 87774 -12226 -5392 100000 2026-05-04 02:11:27
  BENCHMARKS  
Loading Time: Base Classes  0.0031
Controller Execution Time ( Main / Rival )  3.8579
Total Execution Time  3.8612
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,011,456 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/16034/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.8483 seconds)  (Hide)
0.0065   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` = '16034'
GROUP BY `gs`.`grade
0.0031   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` = '16034'
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` = '16034'
AND `r`.`name` = 'total' 
3.8384   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)