Weston Ruter
Weston Ruter
Closely related to https://github.com/WordPress/performance/pull/1098 which would gather metrics via Optimization Detective.
Should be fixed now. I just merged https://github.com/GoogleChrome/workbox/pull/3393
This would be cool to implement as a CLI tool as well, using Puppeteer.
This would make sense to do in a hidden iframe in the post editor screen whenever a post has been updated. This would not require any new UI (which we've...
This would address the issue where someone blocks the REST API for authenticated requests.
For very high traffic sites, this could be an alternative to collecting URL Metrics from visitors. See #1655.
@b1ink0 awesome! > The POC uses URLs from WordPress sitemaps, fetched in batches. For initial collection of URL Metrics this makes sense, but for incremental updates in the course of...
Well, it turns out that `fetch()` _can_ now be used as a replacement for `navigator.sendBeacon()` when the the [`keepalive`](https://developer.mozilla.org/en-US/docs/Web/API/RequestInit#keepalive) property is set ([supported](https://caniuse.com/mdn-api_fetch_init_keepalive_parameter) by all browsers). It seems that uBlock...
> Aside: I also just learned about [`fetchLater()`](https://developer.chrome.com/blog/fetch-later-api-origin-trial) which may be an option in the future. Now [intended to ship](https://groups.google.com/a/chromium.org/g/blink-dev/c/Nd8Y3BVEoDs/m/707a2602AAAJ).
> > Aside: I also just learned about [`fetchLater()`](https://developer.chrome.com/blog/fetch-later-api-origin-trial) which may be an option in the future. > > Now [intended to ship](https://groups.google.com/a/chromium.org/g/blink-dev/c/Nd8Y3BVEoDs/m/707a2602AAAJ). I've opened https://github.com/WordPress/performance/issues/1970 to explore this.