Re: [blink-dev] Intent to Ship: No-Vary-Search Hint for Prerender Speculation Rules

2024-06-07 Thread Vladimir Levin
On Fri, Jun 7, 2024 at 12:18 PM Liviu Tinta wrote: > > Another alternative is to race the requests right? What are the > downsides of that? > This alternative has been mentioned in Intent to Prototype: > No-Vary-Search Hint for Prefetch Speculation Rules >

Re: [blink-dev] Intent to Ship: No-Vary-Search Hint for Prerender Speculation Rules

2024-06-07 Thread Liviu Tinta
> Another alternative is to race the requests right? What are the downsides of that? This alternative has been mentioned in Intent to Prototype: No-Vary-Search Hint for Prefetch Speculation Rules . The downside is that sending

Re: [blink-dev] Intent to Ship: No-Vary-Search Hint for Prerender Speculation Rules

2024-06-07 Thread Vladimir Levin
Thank you for the detailed explanation! I have some more questions below. On Thu, Jun 6, 2024 at 7:55 PM Liviu Tinta wrote: > > Do you have a sense of how often the failure cases happen? Also what is > the cost of this failure? > The discussion is limited to in-progress prefetches that have not

Re: [blink-dev] Intent to Ship: No-Vary-Search Hint for Prerender Speculation Rules

2024-06-06 Thread Liviu Tinta
> Do you have a sense of how often the failure cases happen? Also what is the cost of this failure? The discussion is limited to in-progress prefetches that have not yet received headers when the navigation to a non-exact match URL happens. - With our partner, both hint and header are the sa

Re: [blink-dev] Intent to Ship: No-Vary-Search Hint for Prerender Speculation Rules

2024-06-06 Thread Vladimir Levin
>From the explainer, expects_no_vary_search helps because when we're prefetching but have not yet received headers, we don't know if that request would match what the user is now navigating to. Do you have a sense of how often the failure cases happen? (ie we waited for that navigation request to f

Re: [blink-dev] Intent to Ship: No-Vary-Search Hint for Prerender Speculation Rules

2024-06-06 Thread Chris Harrelson
LGTM2 On Wed, Jun 5, 2024 at 9:58 PM Mike Taylor wrote: > LGTM1 > On 6/5/24 11:21 PM, Liviu Tinta wrote: > > Contact emails > > dome...@chromium.org, jbro...@chromium.org, liviuti...@chromium.org > > Explainer > > > https://github.com/WICG/nav-speculation/blob/main/triggers.md#no-vary-search-hin

Re: [blink-dev] Intent to Ship: No-Vary-Search Hint for Prerender Speculation Rules

2024-06-05 Thread Mike Taylor
LGTM1 On 6/5/24 11:21 PM, Liviu Tinta wrote: Contact emails dome...@chromium.org, jbro...@chromium.org, liviuti...@chromium.org Explainer https://github.com/WICG/nav-speculation/blob/main/triggers.md#no-vary-search-hint

[blink-dev] Intent to Ship: No-Vary-Search Hint for Prerender Speculation Rules

2024-06-05 Thread Liviu Tinta
Contact emails dome...@chromium.org, jbro...@chromium.org, liviuti...@chromium.org Explainer https://github.com/WICG/nav-speculation/blob/main/triggers.md#no-vary-search-hint Specification https://wicg.github.io/nav-speculation/prerendering.html Summary Adds a hint to speculation rules that