Find blocking scripts
Check scripts without async, defer, or module hints to spot possible parsing delays.
Analyze webpage resource counts, file sizes, load times, and basic performance issues.
This precheck parses HTML structure, counts elements, scripts, stylesheets, images, and preload hints, then flags possible render blocking, layout shift, and resource-priority issues. It is a source-level early review and does not pretend to measure network speed, Core Web Vitals, or Lighthouse scores.
Check scripts without async, defer, or module hints to spot possible parsing delays.
Check image dimensions to reduce layout movement when images load.
Summarize HTML size, nodes, and resource counts for a quick review before real monitoring.
No. It only parses pasted source and cannot know server response, cache, network, device CPU, actual image transfer, or runtime scripts. Use browser performance tools or monitoring on the real URL for measurements.
The browser can reserve space before an image arrives, reducing movement of following content. It is a structural hint and still needs responsive CSS and real asset ratios.
You may also need these file utilities
Check webpage title, description, canonical, robots, Open Graph, and other metadata.
Check internal links, external links, image URLs, and common broken-link issues on a webpage.
Capture the visible area or full webpage from a URL with common desktop and mobile viewport sizes.