Skip to main content

May 2026: Agentic Browsing Audits + Quick Performance Tests

· 3 min read

Lighthouse 13.3 introduces agentic browsing audits, and we've added quick tests for one off analysis.

Lighthouse's new agentic browsing category

A new Lighthouse category was introduced in version 13.3. This new category runs several checks to see how AI agents can interact with your website:

  • That the website accessibility tree is well-formed
  • Whether content shifts after rendering
  • Correct WebMCP implementation
  • llms.txt guidelines

Although the category is still in its early stages, you can now review the new audits for your pages in the Lighthouse tab.

Agentic browsing Lighthouse category

Quick tests

The new quick tests feature allows you to run a one-off test without setting up continuous monitoring. Simply add the URL, device configuration, and test location for a faster insight.

Results can be shared via a link, with no need for a DebugBear account to view them. You can also access previous quick tests from this tab.

Quick tests tab

AI agent prompts

We've begun adding AI prompts in the recommendations tab. These are available for some audits currently, such as "Lazy load offscreen images".

The prompt contains key information your AI agent needs to fix issues in the code.

AI agent prompts

Custom DNS mappings

We've added custom DNS mappings based on customer feedback. The DNS override lets you load your website using a different server IP while keeping the same URL. This is useful for testing staging environments with a production hostname, bypassing a CDN to measure origin performance, or validating a migration before updating public DNS records.

You'll find this in advanced settings during the synthetic monitoring setup.

Custom DNS mappings

Dashboard wide filters for custom dashboards

Following on from last month's release of custom dashboards, we've made some improvements to filtering. You can now add filters that apply to all charts on your dashboard, and also save these as the dashboard default.

Custom dashboard filters

New Articles

Get a monthly email with page speed tips