Tools / Lighthouse Audit / Use Cases / Diagnose Slow Page Load Times

Diagnose Slow Page Load Times

Identify the root causes of slow page loads using Lighthouse performance diagnostics and metrics.

Tool
Lighthouse Audit icon
Lighthouse Audit

A slow website costs you visitors, conversions, and search rankings. Every additional second of load time increases bounce rates by roughly 32%. But "the page is slow" is not actionable -- you need to know exactly what is making it slow.

Lighthouse breaks down page load into granular metrics: First Contentful Paint, Largest Contentful Paint, Time to Interactive, Total Blocking Time, and Cumulative Layout Shift. Each metric points to a different type of bottleneck -- render-blocking CSS, unoptimized images, heavy JavaScript bundles, or layout instability.

ToolRouter's audit_url skill runs this full diagnostic and identifies the specific resources, scripts, and rendering patterns causing slowdowns. Instead of guessing, you get a precise diagnosis with recommendations ordered by estimated savings in milliseconds.

Agent Guides

Claude

  1. Connect ToolRouter: claude mcp add toolrouter -- npx -y toolrouter-mcp
  2. Ask Claude: "Run a Lighthouse performance audit on mysite.com/slow-page"
  3. Claude identifies the bottlenecks causing slow load times with timing breakdowns
Read full guide →

ChatGPT

  1. Configure ToolRouter in ChatGPT
  2. Ask: "Why is mysite.com/products loading slowly? Run a Lighthouse audit."
  3. ChatGPT runs the audit and explains each bottleneck in plain language
Read full guide →

Copilot

  1. Add ToolRouter to Copilot MCP config
  2. Ask: "Run a Lighthouse performance audit on mysite.com/slow-page"
  3. Review the performance diagnostics inline
Read full guide →

OpenClaw

  1. Connect ToolRouter: openclaw mcp add toolrouter -- npx -y toolrouter-mcp
  2. Ask: "Run a Lighthouse audit on mysite.com/slow-page and diagnose the slowdown"
  3. OpenClaw identifies the specific bottlenecks with timing data
Read full guide →

Related Use Cases

Open Pre-Launch Performance Audit

Pre-Launch Performance Audit

Run a full Lighthouse audit before launching your site to catch performance, accessibility, and SEO issues.

Lighthouse Audit icon
Lighthouse Audit
4 agent guides
Open Check Accessibility Compliance

Check Accessibility Compliance

Audit your pages for WCAG accessibility issues using Lighthouse to ensure your site works for all users.

Lighthouse Audit icon
Lighthouse Audit
4 agent guides
Open Measure Time to Interactive

Measure Time to Interactive

Measure how long it takes for your page to become fully interactive and identify what delays user input.

Lighthouse Audit icon
Lighthouse Audit
4 agent guides
Open Identify Render-Blocking Resources

Identify Render-Blocking Resources

Find CSS and JavaScript files that block page rendering and delay the first paint for users.

Lighthouse Audit icon
Lighthouse Audit
4 agent guides