Barry Pollard
Barry Pollard
These are the core templates - without which we cannot release any translated chapters. They are in the [language specific templates directory](https://github.com/HTTPArchive/almanac.httparchive.org/tree/main/src/templates): - [ ] base.html - - [ ]...
### Library name web-vitals ### Library JSON file https://github.com/tunetheweb/packages/blob/master/packages/w/web-vitals.json ### Library source https://www.npmjs.com/package/web-vitals ### Files to include - web-vitals.js - web-vitals.attribution.iife.js - web-vitals.attribution.js - web-vitals.attribution.umd.cjs - web-vitals.iife.js - web-vitals.umd.cjs
These seem to fail most often (the first one the most). Not sure if we can add any more waits or the like to make them less flakey? I've opened...
Remove these from dev and prod config (added in #1057), once https://github.com/GoogleChrome/lighthouse-ci/issues/1106 is fixed: ``` "lcp-lazy-loaded": "off", "non-composited-animations": "off", "prioritize-lcp-image": "off", ```
Could we capitalise the first letter of these labels (to "Mobile" instead of "mobile"):
We currently show the over counts of technology. It might be useful to show the % as well (or instead?) In Technologies this should be % of all sites. In...
https://httparchive.org/reports/techreport/tech?tech=ALL The graph is showing "Image weight" but the dropdown says its "Total Page weight" I think it's better to change the graph as think it's more natural to have...
When selecting only one technology (for example: https://httparchive.org/reports/techreport/tech?tech=WordPress&geo=ALL&rank=ALL) it would be good to show the categories it sits in. And, maybe as an extension to #1033 to also show the...
Maybe add a panel like we have for the Web Almanac? See @grigs's talk at PerfNow 2024.
Our current charting solution (Highcharts) is getting more and more aggressive about requiring a licence and not offering one for non-profit, open-source projects like ours. The latest version [makes this...