Files
discourse/app/assets/javascripts
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
..
2018-09-27 05:26:38 +02:00
2017-07-05 17:24:27 -04:00
2016-07-11 12:57:05 -04:00
2016-12-19 11:19:10 -05:00
2018-11-19 11:46:26 +01:00
2018-10-04 13:50:54 -04:00