Barry Pollard
Barry Pollard
Workarounds were removed in #507 so this can be closed
Yes but we already expose the `target` (in both v3 and v4) as a selector text string so do make a choice here. The ask is to also expose it...
This was and released in v4 and made available as `interactionTargetElement`.
This can be measured with a simple performance observer: ```js const observer = new PerformanceObserver((list) => { for (const entry of list.getEntries()) { // Count layout shifts without recent user...
Oh sorry I misread. The metric entries object should contain a list of all the entries. The attribution build then just filters that down to the largest one for you,...
> > It would be great to have the ability to set a **limit** when using wildcards. For example, eagerly prerender /product/* up to 8. In this case, given the...
This is basically an extension of this bug: https://issues.chromium.org/issues/335277576. Once a speculation fails it is not retried. But to be honest a high eagerness is best used with a targeted...
Some guy called @rockeynebhwani already raised that Wappalyzer's detection of this is intermittent: https://github.com/wappalyzer/wappalyzer/issues/5883 Looking at that example website (https://www.dillards.com/search-term/floral/women), it mostly doesn't show in Wappalayzer's Chrome Extension.
Thanks @pmeenan ! @rockeynebhwani / @rviscomi I think for the second issue that's a hangover from when Wappalyzer was broken affecting crawls in the beginning of the year (think it...
FYI latest SQL is actually here: https://github.com/HTTPArchive/cwv-tech-report/blob/main/sql/monthly.sql