---
title: "Web-Perf Wednesday 002 – The Metrics Don’t Tell the Whole Story – CSS Wizardry"
url: https://daily.dev/posts/web-perf-wednesday-002-the-metrics-don-t-tell-the-whole-story-css-wizardry-757w9utar
source_url: https://csswizardry.com/2026/07/web-perf-wednesday-002-the-metrics-dont-tell-the-whole-story
type: article
source: "CSS Wizardry"
author: "Harry Roberts"
published: 2026-08-05T20:47:25.525Z
updated: 2026-08-06T17:00:17.514Z
tags: ["webdev"]
reading_time: 5
upvotes: 4
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Web-Perf Wednesday 002 – The Metrics Don’t Tell the Whole Story – CSS Wizardry

**[CSS Wizardry](https://daily.dev/sources/csswizardry)** · [@csswizardry](https://daily.dev/csswizardry) · 5 min read · 4 upvotes · 0 comments

## Summary

The June 2026 CrUX dataset shows another broad regression in Core Web Vitals, with LCP passing at 67.7%, INP at 85.9%, and all-three passing at 55.3%. Google attributes the decline to seasonal patterns, but that context shouldn't be used as an alibi — teams must compare their site's movement against the global delta, split by device and navigation type, and annotate dashboards with releases and traffic changes. Safari 27 Beta adds scroll anchoring to mitigate layout shifts, but this compensates rather than fixes underlying CLS issues. INP attribution needs product context beyond raw timing — recording component, route, and journey stage turns a threshold problem into actionable work. Finally, third-party costs can accumulate over a session's lifetime, with Safari 27 fixing an O(n²) ResizeObserver/IntersectionObserver bug, highlighting the need for session-age testing beyond initial synthetic audits.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://csswizardry.com/2026/07/web-perf-wednesday-002-the-metrics-dont-tell-the-whole-story>

## Similar posts on daily.dev

- [LCP and INP are now Baseline Newly available](https://daily.dev/posts/lcp-and-inp-are-now-baseline-newly-available-kond6f1fo) · web.dev · 3 upvotes · 0 comments
- [Web-Perf Wednesday 003 – Native SPA Metrics Have Arrived – CSS Wizardry](https://daily.dev/posts/web-perf-wednesday-003-native-spa-metrics-have-arrived-css-wizardry-ia9s4dkoc) · CSS Wizardry · 3 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev)

[View this post on daily.dev](https://daily.dev/posts/web-perf-wednesday-002-the-metrics-don-t-tell-the-whole-story-css-wizardry-757w9utar)
