discourse/app
Alan Guo Xiang Tan a7f30cfcf7
PERF: Fix N+1 queries on /categories route (#19585)
Featured topics are eventually serialized by `ListableTopicSerializer`
which calls `Topic#image_url` which requires us to preload
`Topic#topic_thumbnails`.
2022-12-23 04:29:49 +08:00
..
assets UX: switch webkit to pseudoelement for fadeout (#19587) 2022-12-22 21:23:58 +01:00
controllers DEV: Improve performance of system test sign_in helper (#19579) 2022-12-22 16:03:27 +00:00
helpers FEATURE: Optionally allow a separate s3_asset_cdn_url to be specified (#19284) 2022-12-08 10:36:20 +00:00
jobs DEV: Skip push notifications for active online users (#19502) 2022-12-19 20:17:40 +00:00
mailers SECURITY: Filter tags in user notifications for visibility (#19239) 2022-11-29 10:35:41 -06:00
models PERF: Fix N+1 queries on /categories route (#19585) 2022-12-23 04:29:49 +08:00
serializers DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00
services FIX: Include tags inside tag groups for hashtag search (#19539) 2022-12-21 15:14:50 +10:00
views FIX: Broken images on subfolder installs (#19404) 2022-12-09 11:24:12 -07:00