Barry Pollard

Results 74 issues of Barry Pollard

Quite often I want to run just one set of tests (e.g. just the INP tests), rather than waiting for full suite to be run. This PR allows this to...

Using this on the new CWV Tech report: https://www.highcharts.com/blog/accessibility/ We should look to see if we can upgrade the existing reports to use that too.

It would be useful to pull in more of the Wappalyzer meta data into the HTTP Archive. For example the meta->description and website could be useful to display in the...

Related to the discussion on #179 There are a few uses cases where the [NavigationTimingType](https://w3c.github.io/navigation-timing/#sec-performance-navigation-types) does not cover the type: - Restores - can be detected with `document.wasDiscarded`. Should we...

This seems a reasonably popular formatting option ([for example discussed here](https://news.ycombinator.com/item?id=28772800)): ```sql select a , b , count(*) as count from table where cond1 and cond2 group by a, b...

enhancement
new rule

Alternative to #175 this uses the upcoming v4 build of web-vitals which allows INP breakdown and LoAF integration. This allows us to do things like this: Outstanding questions - Is...

Add speculation rules demo version of https://deploy-preview-27--http203-playlist.netlify.app/

`firstInterimResponseStart` went through some bikeshedding on the name in https://github.com/w3c/resource-timing/issues/345. Looks like the diagram was updated with `interimResponseStart` without the `first` which is [what landed](https://github.com/w3c/resource-timing/pull/366/files). *** Preview | Diff

Looks in Firefox Nightly FCP is often quite slow in our e2e tests. For example [this run](https://github.com/GoogleChrome/web-vitals/actions/runs/8923549678/job/24508034241) has this when I turn on debugging: ``` [0-1] reports the correct value...