Category: Web Performance

  • A faster web in 2024

    The web is getting faster. In fact, according to HTTP Archive, more websites than ever before are passing the Core Web Vitals assessment, which looks at three metrics that represent different aspects of page performance: loading speed, interaction responsiveness, and layout stability. Earlier this week, the Chrome team published a retrospective on the Web Vitals…

  • You probably don’t need http-equiv meta tags

    You probably don’t need http-equiv meta tags

    Until recently, I just assumed you could put anything equivalent to an HTTP header in an http-equiv meta tag, and browsers would treat it like the header itself. Maybe you thought the same thing—why wouldn’t you, with a name like that. But as it turns out, there are actually very few standard values that you…

  • Querying parsed HTML in BigQuery

    A longstanding problem in the HTTP Archive dataset has been extracting insights from blobs of HTML in BigQuery. For example, take the source code of example.com: If you wanted to extract the link text in the last paragraph, you could do something relatively straightforward like this: But in BigQuery, we don’t have the luxury of…