2019-03-23 UTC
# jdormit[m] Well, the consideration you should make is whether you are willing to make e.g. 50 network requests to render a thread with 50 replies, vs. just fetching all of those with a single database call. It's going to be orders of magnitude slower if you don't cache remote content, and you'll need to do it asynchronously if you don't want your users waiting ages for the page to load