What's Changed
-
Fixed a stale service worker breaking production loads (blank page, module
MIME-type errors): the app shell at/is no longer precached (navigations
are NetworkFirst with the cached shell as offline fallback), and/sw.js
404s whileVITE_DEV_MODE=trueso a dev-mode server can never install the
worker. -
/api/v1/access-logsnow runs separate page and count queries instead of a
count(*) OVER ()window function, cutting large time-range requests from
15+ s to ~130 ms on a 17M+ dataset.
Full Changelog: v0.4.3-dev.1...v0.4.3-dev.2