e35069de1c
## Issue One of the bottlenecks of livestream page. The component probably needs a re-design: - Don't perpetually mount -- only mount when activated by the user through "@". This would avoid the heavy processing entirely. - Better way of resolving uris (too many arrays, too many loops). - Tom also mentioned that we should not be resolving every commenter as we see encounter them in a livestream. This is currently the case because the component is always mounted. ## Changes Until the re-design occurs, attempt to cache the heavy processing. Also, trimmed down the amount of loops. |
||
---|---|---|
.. | ||
app.js | ||
blocked.js | ||
claims.js | ||
coinSwap.js | ||
collections.js | ||
comments.js | ||
content.js | ||
file_info.js | ||
livestream.js | ||
notifications.js | ||
publish.js | ||
reactions.js | ||
reportContent.js | ||
rewards.js | ||
search.js | ||
settings.js | ||
subscriptions.js | ||
sync.js | ||
tags.js | ||
user.js | ||
wallet.js |