v3.10.4
·
611 commits
to develop
since this release
🚀 Features
- Added a bunch of improvements for loading performance.
- Added the ability to omit Simple Analytics during build.
- Set the
OMIT_SIMPLE_ANALYTICSenvironment variable totrueduring build. - This can slightly improve loading performance since Simple Analytics makes some network calls immediately on start, and this can delay other CasualOS network requests from completing.
- Set the
- Improved the CasualOS service worker to cache the index file.
- For users who have already visited a CasualOS deployment, this allows their subsequent visits to skip the initial network roundtrip, slightly speeding up loading times.
- Improved how CasualOS's front end is bundled to only load what is needed for initial loads.
- Improved CasualOS's loading order to do more in parallel.
- Added the ability to omit Simple Analytics during build.