discourse/app
Sam 31d41f532e PERF: do not include suggested topics when loading new posts
When a new post is triggered via message bus post stream will attempt to load
it, previously the `/topic/TOPIC_ID/posts.json` would unconditionally include
suggested topics, this caused excessive load on the server.

New pattern defaults to exclude suggested and related topics from this API
unless people explicitly ask for suggested.
2019-02-22 10:37:18 +11:00
..
assets PERF: do not include suggested topics when loading new posts 2019-02-22 10:37:18 +11:00
controllers PERF: do not include suggested topics when loading new posts 2019-02-22 10:37:18 +11:00
helpers FEATURE: Calculate sprite-sheet based on currently active themes (#6973) 2019-02-06 15:51:23 +00:00
jobs FIX: don't update gravatar if the user has no email 2019-02-20 22:34:43 +01:00
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models DEV: Fix random build error 2019-02-21 14:53:29 +01:00
serializers UX: Lightbox support for image uploader. (#7034) 2019-02-21 10:13:37 +08:00
services FIX: Push notifications could fail with UnauthorizedRegistration 2019-02-15 21:12:09 +01:00
views PERF: Cache build_not_found_page 2019-02-12 21:20:33 +11:00