Improve caching, fix Firefox private mode usage #205

Merged
raucao merged 4 commits from feature/improve_caching into master 2022-11-14 14:48:33 +00:00
raucao commented 2022-11-11 16:05:23 +00:00 (Migrated from github.com)

I ran into quota exceeded errors in Firefox in private mode, which this PR fixes by not storing the extended details in the browser cache. Also, it was unnecessary to keep that data in memory in the first place. (We're not currently using any of the details in the UI, and we can easily re-fetch them from IPFS later).

Includes some other caching and event listening improvements. See commits.

I ran into quota exceeded errors in Firefox in private mode, which this PR fixes by not storing the extended details in the browser cache. Also, it was unnecessary to keep that data in memory in the first place. (We're not currently using any of the details in the UI, and we can easily re-fetch them from IPFS later). Includes some other caching and event listening improvements. See commits.
bumi commented 2022-11-14 15:03:18 +00:00 (Migrated from github.com)

🚀

🚀
Sign in to join this conversation.