You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a cache that persists across page loads. Currently the browser caches most requests, however if we were able to have a persistent cache we could implement more aggressive caching such as the kinds described on this issue
The text was updated successfully, but these errors were encountered:
For now, I think having it browser side is fine. Add a bit of polish on the loading mechanics, and it doesn't appear to be too annoying in it's current speed, even with reloading.
IIRC adding any caching outside of the browser will require a physical presence, which is fine, but it's more moving parts and maintenance.
Implement a cache that persists across page loads. Currently the browser caches most requests, however if we were able to have a persistent cache we could implement more aggressive caching such as the kinds described on this issue
The text was updated successfully, but these errors were encountered: