Barry Pollard

Results 688 comments of Barry Pollard

To close this out I've gone with a simpler approach: - Prefetch all reports eagerly (once visible—so when menu options). - Prerender with `moderate` eagerness (i.e. on hover) to get...

We don't own this extension. Wappalyzer does. This is just a clone of their repo as off when they went closed-source. As they are closed-source now I don't think you...

Both are saying your `sendAnalyticsMetricEvent` callback function is not a function. Is it possible that it's not defined yet by the time the library is loaded?

The problem with this is the JSON requests are protected by CORS and that's limited to a number of domains: No particular reason for that as it's public, but perhaps...

Can you confirm if the script is in the LoAF entry? That will confirm if it’s a web-vitals.js issue or a Chromium issue. ```js performance.getEntriesByType('long-animation-frame'); ```

This is a known Chromium issue where the LoAF entries are emitted after event-timing (even though they should be finalised first) so aren't available at the time of the attribution....

Actually reopening as still issues with those two example URLs: --- https://httparchive.org/reports/techreport/tech?tech=%40sulu%2Fweb&geo=Japan&rank=ALL undefined bytes: --- https://httparchive.org/reports/techreport/tech?tech=42stores&geo=Japan&rank=ALL console error: ``` timeseries.js?v=71c3b5f8be923dca10105353469b6b9c:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading...

We don't own this extension. Wappalyzer does. This is just a clone of their repo as off when they went closed-source. As they are closed-source now I don't think you...