Closed orinokai closed 3 weeks ago
File | Before (Size / Gzip) | After (Size / Gzip) |
---|---|---|
dist/run/headers.js |
7.6 kB / 2.3 kB |
0.2%↑7.6 kB / 0.3%↑2.3 kB |
Total (Includes all files) | 5.3 MB / 960.0 kB |
0%↑5.3 MB / 0%↑960.0 kB |
Tarball size | 912.8 kB |
0%↑912.8 kB |
🤖 This report was automatically generated by pkg-size-action
Description
In pages router it is possible to request the page data for a route simply by including the
__nextDataReq
query parameter.This PR ensures that we include this query param in the cache key to avoid a situation where the JSON data is incorrectly cached in cases with or without the query param.
Tests
Unit tests updated
Relevant links (GitHub issues, etc.) or a picture of cute animal
Closes FRB-1413