-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
try to improve PWA load time #318
Comments
Alot of it is lost in bundled js from deps/external libs also noticed pwa is not breaking cache after updates properly should be fixed as #319 |
another factor is file loading from cache time - with bigger files, the app can take a while to restore its previous status from cache |
removed some dependencies removed giant wasm blob for the ink file parser. This is handled by inkjs now removed dict files. They are fetched and cached now instead- and dont block app loading sped up loading of giant files and added some debouncing app state persistence is now handled by a database instead of localStorage the file i/o now is handled using the file system access api yarn's plugin api now has the ability to load plugins from a gist file |
It looks like it is not caching some stuff, resulting in a long load time on mobile.
Possibly the new wasm inkjs parser
The text was updated successfully, but these errors were encountered: