discourse/app/assets
Sam 14cb587b7e
PERF: don't ask for new posts while loading new posts (#10937)
Previous to this change we had no protection to ensure we wait on a request
for more posts prior starting another request.

In outlier cases if 10 people post at the same time on a topic a flood of
requests could start.

To improve this situation we now ensure that we are done asking for new posts
prior to asking for the next batch.

Also addresses some style issues raised previously and moves init to top
of class.
2020-10-16 10:51:58 +11:00
..
images
javascripts PERF: don't ask for new posts while loading new posts (#10937) 2020-10-16 10:51:58 +11:00
stylesheets FEATURE: WCAG compliant color schemes (#10882) 2020-10-15 14:05:48 -04:00