NETWORK REQUESTS

Note: When prerender=true ssr value is always false


  • Pre-render: Render the document + page at build time
  • Server-Side-Rendering: Render the document + page at request time
  • Client-Side-Rendering: Client will render the page and place it's output inside the document it received
  • These render combinations only apply if the 1st request is to the page in question. After the 1st request to a page with CSR=true all subsequent page navigations are client side routing + client side rendering

PAGE

No client calls to load function yet


Click the links above to start navigating

Pay attention to the Network Requests at the left and the time values (server rendered and client rendered)