How to Diagnose Slow Load Times with OpenClaw

Diagnose page speed issues with OpenClaw and ToolRouter. Lighthouse-powered load time analysis.

Tool
Lighthouse Audit icon
Lighthouse Audit

OpenClaw diagnoses slow load times across multiple pages simultaneously, producing a structured breakdown of performance bottlenecks per URL. The batch analysis reveals patterns like a heavy third-party script appearing on every page, enabling you to target fixes that improve performance site-wide rather than page by page.

Connect ToolRouter to OpenClaw

1Install the CLI
npm install -g toolrouter-mcp
2Call tools directly from OpenClaw
toolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp tools

Steps

Once connected (see setup above), use the Lighthouse Audit tool:

  1. Ask: "Run a Lighthouse audit on mysite.com/slow-page and diagnose the slowdown"
  2. OpenClaw identifies the specific bottlenecks with timing data
  3. Request: "What are the quickest fixes for the biggest speed gains?"
  4. Implement fixes and re-audit to measure improvement

Example Prompt

Try this with OpenClaw using the Lighthouse Audit tool
Diagnose why mysite.com/products loads slowly using Lighthouse. Give me the fastest wins.

Tips

  • Focus on the Largest Contentful Paint metric first -- it has the biggest user impact
  • Ask for fixes sorted by implementation difficulty
  • Re-run the audit after each fix to track cumulative improvements