Skip to main content
idapt
HomeCodeAI ModelsPricing
Sign inStart free
  • Home
  • Pricing
  • AI Models
  • Image models
  • Voice models
  • Video models
  • Rankings
  • New models
  • Model status
  • Multi-Model Chat
  • Voice Mode
  • Voice HUD
  • Web Search
  • Image Generation
  • Video Generation
  • Audio Generation
  • Transcription
  • Drive
  • Credentials
  • Sharing
  • Workspaces
  • Tasks
  • Memory
  • Agents
  • Subagents
  • Automations
  • Skills
  • idapt Code
  • Code Execution
  • Computers
  • Computer Use
  • Computer Assist · Soon
  • Containers
  • Cloud Computers
  • Local AI
  • AI Gateway
  • API & SDK
  • CLI
  • MCP
  • Tunnels
  • All features →
  • LLM cost calculator
  • Token counter
  • Context window checker
  • Can I run it
  • Model picker quiz
  • Savings finder
  • Video cost estimator
  • Text to speech cost
  • Transcription cost
  • API endpoint tester
  • All free tools →
  • Blog
  • Use cases
  • Comparisons
  • Best of
  • Skills
  • Learn
  • Changelog
  • Help center
  • FAQ
  • Privacy
  • Compare all models
  • Support
  • idapt Code
  • Developers
  • Quickstarts
  • API reference
  • API pricing
  • CLI
  • MCP
  • Downloads
  • Desktop
  • Badges and embeds
© idapt[email protected]TermsPrivacy PolicyLegal noticeReport content
X (Twitter)
All skills
Code

Audit page performance

An LCP breakdown, what is blocking, and the fixes ordered by milliseconds saved.

Fill it in

What to trace.

Which profile.

In milliseconds, so the list can be ordered.

Your prompt

Audit [the page] on Mobile on 4G.

Break LCP into its four phases: time to first byte, resource load delay, resource
load time, and render delay. A single LCP number tells you nothing about what to
fix, and the phase breakdown usually shows the problem is not the image everyone
assumed.

Find what BLOCKS. Render-blocking CSS, synchronous scripts in the head, and fonts
without a display strategy account for most of the difference between a fast site
and a slow one, and none of them show up in a bundle-size report.

Check the third parties separately and total them. That number is usually the
uncomfortable finding.

Estimate each fix in milliseconds saved, so the list can be ordered by value
rather than by how easy it is to describe.
Use Audit page performanceOpens with everything above already filled in.

Why this works

A single LCP number tells you nothing about what to fix, and the phase breakdown usually shows the problem is not the image everyone assumed. This also totals the third parties separately, which is normally the uncomfortable finding.

More code skills

  • idapt Code
  • Fix a failing test

Use it now in a chat in 1 click

Use Audit page performance
Fix a GitHub issue
  • Find security bugs
  • Ship a feature
  • Speed up slow code