a90c516c71
## Issue - Each tile was checking against 4 blocklists (blacklisted, filtered, muted, commentron) on every render. Loading the front-page with Cheese alone caused 1400 calls. - This is also part of the reason why pressing Back into the tile list takes forever. ## Fix Since we still need to perform the checks at the app side for now, tried to memoize the operation through a selector. |
||
---|---|---|
.. | ||
auth.js | ||
ban.js | ||
blacklist.js | ||
cost_info.js | ||
filtered.js | ||
homepage.js | ||
stats.js | ||
sync.js | ||
web.js |