Fametime


Total World Records: ??
Country: US

Stars Earned
9
11
6

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
Revenge MonstDeath 21 79572 -20428 -9009 100000 2024-10-26 00:25:03
Crazy Baby Fantasy Project 20 90610 -9390 -3756 100000 2025-03-13 21:25:39
Unity TheFatRat 21 81018 -18982 -8371 100000 2024-04-27 01:38:07
Hispanic Panic Chucho Merchán 23 77298 -22702 -12009 100000 2024-04-27 01:40:38
Land Of The Rising Sun Spacekatz 21 86950 -13050 -5755 100000 2024-03-05 03:38:42
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 24263 -75737 -27341 100000 2024-05-04 23:18:18
Bumble Bee Bambee 20 72674 -27326 -10930 100000 2024-10-26 00:45:26
NightMoves Playmaker 20 87705 -12295 -4918 100000 2024-12-11 01:16:08
Dam Dadi Doo Fantasy Project 22 50594 -49406 -23913 100000 2025-04-26 02:14:07
Megalovania Toby Fox 21 86409 -13591 -5994 100000 2025-03-08 22:45:07
Beethoven Virus BanYa 22 54399 -45601 -22071 100000 2024-10-26 00:42:46
Operator Miss Papaya 19 89579 -10421 -3762 100000 2025-03-08 22:39:52
Paradox Naoki feat. Riyu Kosaka 20 87866 -12134 -4854 100000 2024-12-14 19:54:50
Ring The Alarm M-Project & Signal 22 84533 -15467 -7486 100000 2025-04-26 01:59:20
Lay It Down Tchorta & Gui Boratto 19 87937 -12063 -4355 100000 2025-04-01 22:31:05
Meta Dreadnaught Machinae Supremacy 21 77361 -22639 -9984 100000 2025-07-05 18:45:49
We Got The Moves Electric Callboy 20 88956 -11044 -4418 100000 2024-11-23 01:05:20
Right Into You The Tech Team 20 89795 -10205 -4082 100000 2025-03-13 21:22:36
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 45591 -54409 -28782 100000 2024-12-11 01:22:02
Born to Run Red Parker 19 95188 -4812 -1737 100000 2024-10-26 00:27:44
Make It Tonight Fracus & Darwin feat. Jake 21 26929 -73071 -32224 100000 2024-02-24 01:17:29
Nothing Else Matters Katya Ocean 19 86114 -13886 -5013 100000 2024-08-11 23:32:02
Poco Loco Carlito 21 95015 -4985 -2198 100000 2025-04-26 01:53:24
Fiesta Night Carlito 21 80538 -19462 -8583 100000 2024-12-14 19:51:23
Stars James Landino 24 31445 -68555 -39488 100000 2024-04-27 01:07:54
Under The Bed Macks Wolf X Tatsunoshin 21 90626 -9374 -4134 100000 2024-04-27 00:53:55
  BENCHMARKS  
Loading Time: Base Classes  0.0048
Controller Execution Time ( Main / Rival )  2.3726
Total Execution Time  2.3777
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,905,472 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/12520/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.3620 seconds)  (Hide)
0.0019   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` = '12520'
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` = '12520'
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` = '12520'
AND `r`.`name` = 'total' 
2.3585   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)