---
title: "Introducing LUX Sidecar: Your SpeedCurve Companion – CSS Wizardry"
url: https://daily.dev/posts/introducing-lux-sidecar-your-speedcurve-companion-css-wizardry-tdkjc6uss
source_url: https://csswizardry.com/2026/08/introducing-lux-sidecar
type: article
source: "CSS Wizardry"
author: "Harry Roberts"
published: 2026-08-18T15:12:04.168Z
updated: 2026-08-19T12:00:24.169Z
tags: ["webdev", "javascript"]
reading_time: 10
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.

# Introducing LUX Sidecar: Your SpeedCurve Companion – CSS Wizardry

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

## Summary

Harry Roberts has released LUX Sidecar, a small independent plugin that complements SpeedCurve's LUX RUM agent by adding browser and navigation context to real-user monitoring data. It captures network conditions, cache state, protocol, compression ratio, service worker involvement, and a new metric called Unattributed Navigation Overhead (UNO), sending them via LUX's addData() API. The tool requires an existing SpeedCurve account and standard LUX snippet, is zero-config on the script side but requires manual setup of custom metrics and dimensions in SpeedCurve's dashboard. It is distinct from the author's earlier Obs.js project, which adapts page behavior to context rather than reporting it for analysis.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://csswizardry.com/2026/08/introducing-lux-sidecar>

## Questions this post answers

### What is Unattributed Navigation Overhead (UNO) in web performance monitoring?

Unattributed Navigation Overhead is the portion of initial-document Time to First Byte that remains after subtracting the redirect, DNS, connection, and request-to-response-start phases exposed by Navigation Timing. Coined by Tim Vereecke, it is a residual measurement, not a diagnosis: a high UNO value means the browser observed time it couldn't assign to those named phases, often due to cross-origin redirect latency, but requires further investigation to find the cause.

_Track down navigation timing mysteries by comparing real-user monitoring approaches and tools on daily.dev._

### What is the difference between LUX Sidecar and Obs.js?

LUX Sidecar sends browser-derived performance context to SpeedCurve so teams can chart, filter, and segment real-user monitoring data after the fact, while Obs.js turns browser context into CSS classes and a window.obs object so a page can adapt its experience in real time, such as avoiding rich media on constrained connections. Both read overlapping browser signals like round-trip time and downlink, but neither replaces the other.

_Compare tools for reactive performance adaptation versus RUM analysis on daily.dev before picking one for a project._

### Do I need a SpeedCurve account to use the LUX Sidecar plugin?

Yes, a SpeedCurve RUM account and the standard LUX snippet are required, since LUX Sidecar is a third-party plugin that sends additional data through the LUX.addData() API rather than a standalone analytics product. The script itself is zero-config, but custom metrics and dimensions still need to be created manually in SpeedCurve Settings using Sidecar's compact beacon keys as variable names.

_Follow setup requirements for RUM plugins like this one when evaluating performance tooling on daily.dev._

## Similar posts on daily.dev

- [Web-Perf Wednesday 005 – RUM Needs More Than a Percentile – CSS Wizardry](https://daily.dev/posts/web-perf-wednesday-005-rum-needs-more-than-a-percentile-css-wizardry-drravlqbb) · CSS Wizardry · 1 upvotes · 0 comments
- [Meet Your Users Where They Are with Obs.js – CSS Wizardry](https://daily.dev/posts/meet-your-users-where-they-are-with-obs-js-css-wizardry-zp2fbdt4p) · CSS Wizardry · 14 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), [#javascript](https://daily.dev/tags/javascript)

[View this post on daily.dev](https://daily.dev/posts/introducing-lux-sidecar-your-speedcurve-companion-css-wizardry-tdkjc6uss)
