mirror of https://github.com/zulip/zulip.git
a66cd814af
Previously the mechanism worked such that the innerHTML was being appended to directly potentially thousands of times which has horrific performance implications. By concating all the strings together before appending to the HTML it all gets rendered in one chunk without forcing a re-render of previous elements. Performance is ~15x-20x faster now. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
locale | ||
styles | ||
templates | ||
third | ||
.gitignore | ||
favicon.ico | ||
node_modules | ||
robots.txt |