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
Right now the JS file is impressive 5MB big - still 1.3MB GZipped. Most of it AFAIK IPFS.
It's half size with minification, but that currently breaks IPFS.
Need to find a solution.
Could be:
Code splitting: at least in the frontend, the heavy IPFS could be loaded later w/t a problem
Repace the IPFS implementation:
Use the official client lib, i.e. don't start a node in the browser, just use an HTTP gateway
Try IPFS lite - neither official nor the full functional range but should be enough for storing and getting files
The text was updated successfully, but these errors were encountered:
Right now the JS file is impressive 5MB big - still 1.3MB GZipped. Most of it AFAIK IPFS.
It's half size with minification, but that currently breaks IPFS.
Need to find a solution.
Could be:
The text was updated successfully, but these errors were encountered: