mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 11:43:44 +08:00
7aa5c64806
Delay rendering sidebar sections after sidebar is shown Showing the popup takes about 100ms, then rendering each section could take up to and additional 200ms, which leaves the total just outside of 300ms. If we cheat by rendering the popup first then the sections in the next frame, it improves our paint time Introduce DeferredRender to encapsulate 'paint later' |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |