rsnext/test/integration/prerender
Joe Haddad bc2282fa38
Speed up SSG prefetching (#18813)
This pull request speeds up Next.js' rendering pipeline by fetching data, parsing it, and loading it into memory instead of only doing the network request.

This will mainly result in improved Firefox/Safari performance since they handled prefetch incorrectly—only Chrome did it right. This also gets us closer to being able to use `no-store` in our caching headers!

---

Fixes #18639
x-ref #18802
2020-11-05 09:51:24 +00:00
..
pages Remove unstable_ prefix from unstable_blocking (#18276) 2020-10-27 04:01:37 +00:00
test Speed up SSG prefetching (#18813) 2020-11-05 09:51:24 +00:00
next.config.js Add initial handling for dynamic route href resolving and rewrites on the client (#15231) 2020-08-13 14:39:36 +02:00
server.js Propagate Serverless Errors to Platform (#12841) 2020-06-01 23:12:45 +00:00
world.txt Remove Extraneous Imports in Pages (#9627) 2019-12-05 11:04:00 -06:00