rsnext/test/integration/basepath
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
..
components Add basePath support (#9872) 2019-12-29 20:03:12 +01:00
external Disallow basePath: false for internal routes (#15837) 2020-08-04 17:50:09 +00:00
pages Ensure multi-level basePath works properly (#18715) 2020-11-03 02:44:50 +00:00
public Fix basePath and public folder check ending routes early (#16356) 2020-08-19 17:30:33 +00:00
test Speed up SSG prefetching (#18813) 2020-11-05 09:51:24 +00:00
next.config.js Disallow basePath: false for internal routes (#15837) 2020-08-04 17:50:09 +00:00
server.js Normalize missing optional value on Vercel (#15593) 2020-07-29 14:19:25 +00:00