---
title: "Web-Perf Wednesday 005 – RUM Needs More Than a Percentile – CSS Wizardry"
url: https://daily.dev/posts/web-perf-wednesday-005-rum-needs-more-than-a-percentile-css-wizardry-drravlqbb
source_url: https://csswizardry.com/2026/08/web-perf-wednesday-005-rum-needs-more-than-a-percentile
type: article
source: "CSS Wizardry"
author: "Harry Roberts"
published: 2026-08-19T08:11:24.863Z
updated: 2026-08-24T09:00:44.267Z
tags: ["webdev", "google-chrome", "safari"]
reading_time: 5
upvotes: 1
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 005 – RUM Needs More Than a Percentile – CSS Wizardry

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

## Summary

A weekly web-performance roundup covers a new SpeedCurve companion plugin called LUX Sidecar, which adds browser and navigation context (RTT, cache state, protocol, service-worker involvement, TTLB, UNO) alongside RUM percentile data to help diagnose why performance metrics shift. Also covered: Safari Technology Preview 250 fixed Web Inspector's 'Ignore Cache' setting overwriting page-authored Cache-Control headers, a Chrome DevTools fix (merged 20 July, verified in Canary but not yet stable) moves the optional 'Request #' column to the first position, and Safari Technology Preview 250 adds initial, limited support for streaming fetch() uploads via ReadableStream request bodies.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://csswizardry.com/2026/08/web-perf-wednesday-005-rum-needs-more-than-a-percentile>

## Questions this post answers

### What does the LUX Sidecar plugin add to SpeedCurve's RUM data?

LUX Sidecar is an independent plugin that runs alongside SpeedCurve's LUX agent and sends extra context through the LUX.addData() API. It captures browser-reported round-trip time and downlink, cache state, protocol, content encoding, service-worker involvement, bfcache or prerender use, and timings like Time to Last Byte and Unattributed Navigation Overhead. It feature-detects each value and omits unavailable data rather than reporting a misleading zero.

_Teams refining RUM dashboards can track tooling like this on daily.dev to spot real causes behind performance shifts._

### Did Safari fix the Web Inspector Ignore Cache bug that changed Cache-Control request headers?

Yes, Safari Technology Preview 250 fixed Web Inspector's 'Ignore Cache' setting so it no longer overwrites a page-authored Cache-Control request header with no-cache. Previously WebKit bypassed its local resource cache and replaced the intended header, which could alter how an origin, CDN, or shared cache responded during debugging. The fix is confirmed only in Technology Preview 250, not yet in a stable Safari release.

_Developers validating caching behavior across browser versions can follow fixes like this on daily.dev._

### Has Chrome DevTools fixed the Request # column position in the Network panel?

A fix has been merged (20 July) that moves the optional 'Request #' column to the first position instead of appearing after 'Name', and it was verified working in Canary build 152.0.7962.0. However, the public Chromium issue is still marked 'In Progress (Accepted)', so it has not yet reached a stable Chrome release.

_Anyone tracking Chrome DevTools changes before they ship stable can follow updates like this on daily.dev._

## Similar posts on daily.dev

- [Introducing LUX Sidecar: Your SpeedCurve Companion – CSS Wizardry](https://daily.dev/posts/introducing-lux-sidecar-your-speedcurve-companion-css-wizardry-tdkjc6uss) · CSS Wizardry · 4 upvotes · 0 comments
- [Web-Perf Wednesday 004 – A Quiet Week Is Time to Investigate – CSS Wizardry](https://daily.dev/posts/web-perf-wednesday-004-a-quiet-week-is-time-to-investigate-css-wizardry-me08no2ka) · CSS Wizardry · 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), [#google-chrome](https://daily.dev/tags/google-chrome), [#safari](https://daily.dev/tags/safari)

[View this post on daily.dev](https://daily.dev/posts/web-perf-wednesday-005-rum-needs-more-than-a-percentile-css-wizardry-drravlqbb)
