discourse
discourse copied to clipboard
FIX: Cache category order in database
Categories are ordered by admins setting position
attribute of the category (if fixed_category_position is enabled) or by the bump date of featured topics.
Since featured topics are only updated once every 15 minutes, they can be saved in the database for efficiency, but also to simplify various category queries.