discourse/app
Sam 8370b26cba PERF: optimise pinned handling on home page
Old query used to scan the full topics table, on home page

Instead we now perform 2 queries, one for pinned and one for unpinned and merge
results in a 10x improvement on a 1 million topic DB
2015-02-23 16:51:21 +11:00
..
assets FIX: Don't escape test in topic excerpt for mobile. 2015-02-22 16:57:30 -08:00
controllers Merge pull request #3190 from riking/thrown_logging 2015-02-23 14:19:16 +11:00
helpers use the view instead 2015-02-20 18:21:19 +01:00
jobs Merge pull request #3190 from riking/thrown_logging 2015-02-23 14:19:16 +11:00
mailers FIX: do not show name in email if name on posts are disabled 2015-02-18 01:39:41 +05:30
models PERF: optimise pinned handling on home page 2015-02-23 16:51:21 +11:00
serializers Add a store so we can start using ES6 modules for models, finally. 2015-02-10 12:35:53 -05:00
services FIX: 🈂️ Allow closing polls in multi-locale sites 2015-02-05 19:55:03 -08:00
views FIX: don't use flash cause we are not redirecting 2015-02-20 10:28:58 +11:00