apollo icon indicating copy to clipboard operation
apollo copied to clipboard

SSR synchronous requests

Open Flashantik opened this issue 3 years ago • 0 comments

[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)

2021-08-31_15 27 36

Flashantik avatar Aug 31 '21 13:08 Flashantik