Reduce Main Thread Blocking

How to optimize dogonline.co.za

WordPress SiteScore: 74/100Analyzed June 2026Re-analyze this site

Reduce Main Thread Blocking

High Impact+15 points estimated

Why It Matters

JavaScript execution blocks the main thread for 3.8 seconds, preventing user interactions and delaying page rendering.

How to Fix

Use Asset CleanUp or WP Rocket to defer jQuery and non-critical scripts. Remove or replace heavy plugins causing 'Style & Layout' work. Consider lazy-loading WooCommerce scripts only on product pages.

0Needs Improvement

What This Score Means

A score of 74 falls in the "Needs Improvement" range (50-89). While it is better than poor (0-49), you should aim for 90+ to provide an optimal user experience and maximize SEO benefits.

This site is slower than approximately 35% of similar sites. The main issues affecting performance are image optimization, JavaScript execution time, and layout stability.

Addressing these issues could improve your conversion rate by 15-20% and boost your search engine rankings.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

5.4s
Poor

Good: < 2.5s

Measures how long it takes for the main content to appear on screen

INP

Interaction to Next Paint

150ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.00
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This WordPress site has poor performance with a score of 74/100, primarily due to excessive main-thread blocking that takes 3.8 seconds to complete. The biggest issue is your Largest Contentful Paint (LCP) at 5.4 seconds, which is caused by a lazily-loaded hero image that should be prioritized for immediate loading. The site is also weighed down by 28 KiB of unused CSS (particularly from the Shoptimizer theme), 65 KiB of unused JavaScript from Google Analytics, and inefficient image delivery that could save 178 KiB through better compression and modern formats. Removing lazy loading from your main hero image, cleaning up unused code, and optimizing your images could improve your performance score by 15-20 points and significantly enhance user experience.

Other Optimization Recommendations

Remove LCP Lazy Loading

High Impact+18 points estimated

Why It Matters:

Your LCP image uses loading='lazy' which delays the most important content by 2.1 seconds.

How to Fix:

Locate the hero image in your WordPress theme (car-seat-for-dogs image). Remove the loading='lazy' attribute and add fetchpriority='high' instead. Consider using a plugin like WP Rocket to automatically prioritize above-the-fold images.

Optimize Image Compression

Medium Impact+12 points estimated

Why It Matters:

Poor image compression wastes 178 KiB and delays LCP by 450ms, especially affecting your hero images.

How to Fix:

Install ShortPixel or Imagify plugin to compress existing images. Configure to serve WebP format for modern browsers. Set compression quality to 85% for JPGs. Use WordPress responsive images properly with correct srcset attributes.

Keep Your Site Fast After Optimization

Once your site is optimized, maintain that speed. Use DeployHQ for zero-downtime, automated deployments—so performance fixes and updates go live safely every time, without breaking your site.

Explore DeployHQ →Trusted by engineering teams shipping high-performance sites

Want to Analyze YOUR Website?

Get AI-powered performance insights with actionable fixes in 30 seconds

More WordPress Speed Tests

WordPress Performance Resources

Frequently Asked Questions