apollo
apollo copied to clipboard
SSR synchronous requests
[email protected] @nuxtjs/[email protected]
During the initial generation of the page in SSR mode, apollo sends all requests synchronously (sequentially) one after another, because of this, the server does not respond to the browser for several seconds until all requests are completed and the html page is generated. After the page works in the browser in SPA mode, all requests will work correctly and are sent asynchronously (in parallel)
