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
After the initial load, SSR basically takes as much time as the client to just render them. Unless nuxtServerInit is used, we can just take the SPA file and respond with it. It can be cached longer and is network resource efficient.
What does the proposed changes look like?
Expose an endpoint (with middleware) to get the SPA template (only for SSR server, already handled by generate)
Cache the SPA template (need to mess with revision, I don't know how)
Configure workbox to respond with it.
This feature request is available on Nuxt community (#c71)