The new No-Vary-Search header can be used to tell browsers that a query string like ?product_id=7 means the content on that URL is unique based on the query parameter, so cache pages like that individually. But also that a query string like ?utm_source=frontendmasters does not have unique content, so don’t cache it individually. (As explained by Harry Roberts)
Featured
The Production Playbook for Node.js Stream Leaks
Short story: `pipeline()` over `.pipe()` and destroy what you create.