Feathers


Total World Records: ??
Country: US

Stars Earned
21
1
2
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
Dynamo Oscillator X 19 97945 -2055 -742 100000 2024-03-09 22:07:55
Remember December Smiley 22 96197 -3803 -1841 100000 2023-11-11 19:57:02
Link Line Asterisk 25 31648 -68352 -42720 100000 2023-08-14 01:00:52
EternuS Sanxion7 20 98175 -1825 -730 100000 2024-03-09 21:51:02
Zenith Sanxion7 24 84167 -15833 -9120 100000 2023-08-14 01:31:14
Become Astral Ash Astral 22 88976 -11024 -5336 100000 2023-08-13 23:11:07
Dam Dadi Doo Fantasy Project 22 95915 -4085 -1977 100000 2023-08-14 01:18:31
Equinox Mage 21 96087 -3913 -1726 100000 2023-08-14 01:12:52
India's Glitch Kirill Gramada 21 97289 -2711 -1196 100000 2023-11-11 19:54:33
Megalovania Toby Fox 21 96233 -3767 -1661 100000 2023-08-13 23:07:45
Spaceman Bambee & Lynn 20 97188 -2812 -1125 100000 2024-03-09 21:54:02
Beethoven Virus BanYa 22 94688 -5312 -2571 100000 2023-08-14 01:22:18
Kagami KaW 21 96952 -3048 -1344 100000 2024-03-09 22:05:06
Contrast Donk Terrorist vs. Daniel Seven 22 95492 -4508 -2182 100000 2023-08-14 01:15:42
Insane Niko Noise 20 96458 -3542 -1417 100000 2023-11-11 18:45:45
Kalinka Quiqman 20 96733 -3267 -1307 100000 2023-11-13 01:52:54
How We Win FWLR 21 93466 -6534 -2881 100000 2024-03-09 21:44:48
Ooh La La La E-Rotic 21 96022 -3978 -1754 100000 2023-11-11 18:48:34
Rainbow Rave Parade Chime 24 93525 -6475 -3730 100000 2023-08-14 01:34:43
TURBO Tokyo Machine 21 97896 -2104 -928 100000 2024-03-09 17:58:15
INEEDU Teddy Killerz 22 93777 -6223 -3012 100000 2023-11-13 01:56:28
Bassline Shatter M-Project & S2i8 23 95243 -4757 -2516 100000 2023-08-14 01:25:14
Nothing Else Matters Katya Ocean 19 98402 -1598 -577 100000 2024-05-01 21:06:24
Tick Tock Technikore 20 95916 -4084 -1634 100000 2024-03-09 21:57:03
Zen Re-venG 22 94455 -5545 -2684 100000 2024-03-09 22:00:15
  BENCHMARKS  
Loading Time: Base Classes  0.0034
Controller Execution Time ( Main / Rival )  3.2477
Total Execution Time  3.2514
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,903,064 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/11365/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.2293 seconds)  (Hide)
0.1836   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` = '11365'
GROUP BY `gs`.`grade
0.0144   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` = '11365'
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` = '11365'
AND `r`.`name` = 'total' 
3.0310   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)