discourse icon indicating copy to clipboard operation
discourse copied to clipboard

FIX: Cache category order in database

Open nbianca opened this issue 1 year ago • 0 comments

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.

nbianca avatar Jan 18 '24 16:01 nbianca