<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/analyzing-pages-in-a-particular-state-with-lighthouse-xteeywsjr" -->

---
title: Analyzing pages in a particular state with Lighthouse
description: Lighthouse v10 introduces an experimental snapshot mode in Chrome DevTools that lets you analyze a page in its current state without reloading. This is useful...
canonical: https://daily.dev/posts/analyzing-pages-in-a-particular-state-with-lighthouse-xteeywsjr
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Analyzing pages in a particular state with Lighthouse | daily.dev
og:description: Lighthouse v10 introduces an experimental snapshot mode in Chrome DevTools that lets you analyze a page in its current state without reloading. This is useful...
og:url: https://daily.dev/posts/analyzing-pages-in-a-particular-state-with-lighthouse-xteeywsjr
og:image: https://api.daily.dev/og/posts/xTEeyWsJR.png
og:image:alt: Analyzing pages in a particular state with Lighthouse
og:image:width: 1200
og:image:height: 630
og:locale: 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.

# Analyzing pages in a particular state with Lighthouse

**[Manuel Matuzović](https://daily.dev/sources/matuzo)** · 2 min read · 0 upvotes · 0 comments

## Summary

Lighthouse v10 introduces an experimental snapshot mode in Chrome DevTools that lets you analyze a page in its current state without reloading. This is useful when testing dynamic content like disclosure widgets, where page state is lost on reload. To enable it, open DevTools Experiments and tick 'Use Lighthouse panel with timespan and snapshot modes'. In snapshot mode, Lighthouse reports pass/fail counts rather than a score, and works across all audit categories including accessibility and performance.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.matuzo.at/blog/2022/lighthouse-snapshot>

## Similar posts on daily.dev

- [Chrome DevTools Features I Use All the Time \(and Why You Should Too\)](https://daily.dev/posts/chrome-devtools-features-i-use-all-the-time-and-why-you-should-too--wowlff1tl) · Web Performance Calendar · 1 upvotes · 0 comments
- [What's new in Lighthouse 13](https://daily.dev/posts/what-s-new-in-lighthouse-13-iuea1nrcz) · Chrome Developers · 33 upvotes · 1 comments

---

Tags: [#google-chrome](https://daily.dev/tags/google-chrome), [#accessibility](https://daily.dev/tags/accessibility), [#lighthouse](https://daily.dev/tags/lighthouse)

[View this post on daily.dev](https://daily.dev/posts/analyzing-pages-in-a-particular-state-with-lighthouse-xteeywsjr)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Analyzing pages in a particular state with Lighthouse","url":"https://daily.dev/posts/analyzing-pages-in-a-particular-state-with-lighthouse-xteeywsjr","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/analyzing-pages-in-a-particular-state-with-lighthouse-xteeywsjr"},"datePublished":"2026-06-22T14:42:37.452Z","dateModified":"2026-06-22T14:44:57.283Z","description":"Lighthouse v10 introduces an experimental snapshot mode in Chrome DevTools that lets you analyze a page in its current state without reloading. This is useful...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b5a56a725822f6394ae56f6399827e9f?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b5a56a725822f6394ae56f6399827e9f?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Manuel Matuzović","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Manuel Matuzović","logo":"https://media.daily.dev/image/upload/s--EstFG5yE--/f_auto,q_auto/v1782139307/logos/matuzo","url":"https://daily.dev/sources/matuzo"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/analyzing-pages-in-a-particular-state-with-lighthouse-xteeywsjr","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"google-chrome,accessibility,lighthouse","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Manuel Matuzović","item":"https://daily.dev/sources/matuzo"},{"@type":"ListItem","position":3,"name":"Analyzing pages in a particular state with Lighthouse"}]}
```

