discourse/app
Guo Xiang Tan c5a70eca6e
PERF: Move mention lookups out of the V8 context. (#6640)
We were looking up each mention one by one without any form of caching and that results
in a problem somewhat similar to an N+1. When we have to do alot of DB
lookups, it also increased the time spent in the V8 context which may
eventually lead to a timeout. The change here makes it such that mention lookups only does a single
DB query per post that happens outside of the V8 context.
2018-11-22 14:28:48 +08:00
..
assets PERF: Move mention lookups out of the V8 context. (#6640) 2018-11-22 14:28:48 +08:00
controllers FEATURE: show post approvals in Moderation History (#6643) 2018-11-22 10:22:23 +08:00
helpers FIX: S3 CDN for markdown it bundle 2018-11-15 16:55:20 -05:00
jobs FIX: Give up migrating url site setting if endpoint doesn't return data. 2018-11-22 12:16:52 +08:00
mailers FEATURE: Warn users via email about suspicious logins. (#6520) 2018-10-25 09:45:31 +00:00
models FEATURE: Show change name of user in staff logs (#6647) 2018-11-22 10:13:02 +08:00
serializers FIX: never attempt to log invalid post numbers 2018-11-21 11:58:47 +11:00
services FEATURE: Upload Site Settings. (#6573) 2018-11-14 15:03:02 +08:00
views extract inline onpopstate handler on 404 page (#6613) 2018-11-15 13:35:38 -05:00