dom64


Total World Records: ??
Country: US

Stars Earned
16
4
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
Dream A Dream Captain Jack 20 92216 -7784 -3114 100000 2023-11-18 22:33:00
I Love You Baby Pandera 21 90927 -9073 -4001 100000 2024-10-04 22:18:15
Unity TheFatRat 21 87502 -12498 -5512 100000 2023-11-18 20:22:41
Disconnected Disco Kid Whatever 20 90452 -9548 -3819 100000 2023-07-31 22:42:13
Pop4 Vibes & Wishdokta 22 82646 -17354 -8399 100000 2023-08-13 00:11:16
Ladybug Coconut 19 94948 -5052 -1824 100000 2024-10-04 22:10:02
Gargoyle Sanxion7 24 44181 -55819 -32152 100000 2023-01-11 23:40:22
Xuxa Smiley 23 40927 -59073 -31250 100000 2023-01-14 00:33:24
Be Alive Stian K 20 92700 -7300 -2920 100000 2024-01-21 12:10:07
Bumble Bee Bambee 20 97895 -2105 -842 100000 2023-11-18 22:51:10
Flash In The Night Flashman 22 88541 -11459 -5546 100000 2023-11-18 22:35:25
Hero Miss Papaya 20 93543 -6457 -2583 100000 2024-09-17 23:51:43
Pink Dinosaur Miss Papaya 19 97091 -2909 -1050 100000 2024-10-04 22:12:20
Dam Dariram Joga 20 91082 -8918 -3567 100000 2023-07-31 22:47:13
Megalovania Toby Fox 21 91696 -8304 -3662 100000 2023-11-07 21:53:22
Beethoven Virus BanYa 22 81689 -18311 -8863 100000 2024-09-17 23:53:46
Summer Smiley 25 19297 -80703 -50439 100000 2023-01-14 00:35:04
Cartoon Heroes Barbie Young 21 76404 -23596 -10406 100000 2023-04-28 00:05:08
Canon D.2 Yahpp 23 88993 -11007 -5823 100000 2023-01-14 00:28:06
Kalinka Quiqman 20 95661 -4339 -1736 100000 2023-11-18 18:29:55
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 86307 -13693 -7244 100000 2023-11-07 21:50:23
Crab Rave Noisestorm 20 92679 -7321 -2928 100000 2024-01-21 12:06:55
Supernova Laszlo 22 91953 -8047 -3895 100000 2023-11-18 18:27:16
  BENCHMARKS  
Loading Time: Base Classes  0.0041
Controller Execution Time ( Main / Rival )  3.0775
Total Execution Time  3.0818
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,891,456 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6622/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.0610 seconds)  (Hide)
0.0044   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` = '6622'
GROUP BY `gs`.`grade
0.0014   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` = '6622'
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` = '6622'
AND `r`.`name` = 'total' 
3.0549   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)