🚀

Performance

DOM size, inline CSS/JS, render-blocking resources, lazy loading, modern image formats.

What We Check

We analyze inline CSS/JS, render-blocking resources, DOM size, image optimization (lazy loading, modern formats), viewport meta tag, and resource counts.

Individual Checks

Inline CSS

warning

Detects excessive inline style blocks that increase page size.

Example: <style>...</style>
Best practice: ≤3 blocks, ≤10KB

Inline JS

warning

Detects excessive inline script blocks that block rendering.

Example: <script>...</script>
Best practice: ≤5 blocks, ≤20KB

Render-blocking

warning

Identifies CSS/JS in head that block page rendering.

Example: <script src="..." async>
Best practice: async or defer

Image Dimensions

notice

Checks if images have width/height to prevent layout shift.

Example: <img width="800" height="600">
Best practice: 100%

Lazy Loading

notice

Checks for loading="lazy" on below-fold images.

Example: <img loading="lazy">
Best practice: All below-fold images

Viewport Meta

error

Verifies viewport meta tag for mobile rendering.

Example: <meta name="viewport" content="width=device-width">
Best practice: Present

DOM Size

warning

Counts DOM elements. Large DOM slows rendering.

Best practice: <1500 elements

CSS Files

warning

Counts external CSS files. Too many increase load time.

Example: <link rel="stylesheet" href="...">
Best practice: ≤8

JS Files

warning

Counts external JS files. Too many increase load time.

Example: <script src="...">
Best practice: ≤10

Modern Image Formats

notice

Checks for modern image formats (WebP/AVIF).

Example: <img src="photo.webp">
Best practice: WebP/AVIF

Why It Matters

Page speed directly affects rankings and user experience. Render-blocking resources, excessive inline code, and unoptimized images increase load times and hurt Core Web Vitals.

Test your website now

Analyze Website

Other Check Categories

📊

Need a more detailed SEO analysis?

✓ 30+ continuous SEO checks
✓ Google Search Console integration
✓ Keyword tracking
Try TopRankerTools
👥

Let's talk about increasing your profits online

🔎 SEO health of your website
📈 Opportunities for growth
🎯 Expected results
Book Free Consultation