rsnext/packages/next/next-server/lib/router
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
..
utils Fix router not working on some protocol (#16650) 2020-11-03 16:18:02 -05:00
router.ts Speed up SSG prefetching (#18813) 2020-11-05 09:51:24 +00:00