How to Diagnose Slow Load Times with OpenClaw
Diagnose page speed issues with OpenClaw and ToolRouter. Lighthouse-powered load time analysis.
ToolLighthouse AuditOpenClaw 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-mcp2Call tools directly from OpenClaw
toolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp toolsSteps
Once connected (see setup above), use the Lighthouse Audit tool:
- Ask: "Run a Lighthouse audit on mysite.com/slow-page and diagnose the slowdown"
- OpenClaw identifies the specific bottlenecks with timing data
- Request: "What are the quickest fixes for the biggest speed gains?"
- 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