Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize dogonline.co.za
Render-blocking CSS delays First Contentful Paint by 1.2 seconds and blocks initial page rendering.
Use WP Rocket or Autoptimize to inline critical CSS for above-the-fold content. Defer non-critical CSS files like the main theme stylesheet (14KB) and jQuery UI styles. Configure your caching plugin to automatically identify and inline critical CSS paths.
A score of 83 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.
Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
Interaction to Next Paint
Good: < 200ms
Measures how quickly the page responds to user interactions
Cumulative Layout Shift
Good: < 0.1
Measures visual stability - how much content shifts during page load
This WordPress site has good performance with a score of 83/100, but there are several opportunities for improvement. The biggest issue is render-blocking CSS and JavaScript files that are delaying page rendering by 1.2 seconds, particularly large stylesheets and jQuery loading before the page content appears. Converting images to modern formats like WebP could save 202KB and improve loading times, while removing 30KB of unused CSS would further boost performance. Addressing these blocking resources and optimizing images could push the score well into the 90s and significantly improve the user experience.
Why It Matters:
Images can be reduced by 202KB using WebP/AVIF formats, improving LCP by 300ms.
How to Fix:
Install ShortPixel or Imagify WordPress plugin to automatically convert JPEG images to WebP format. Enable WebP delivery in your plugin settings and configure fallbacks for older browsers. Focus on the three largest images which waste 124KB combined - these appear to be hero/featured images.
Why It Matters:
The LCP image uses lazy loading and lacks priority hints, delaying the largest paint element.
How to Fix:
Remove loading='lazy' from your hero/LCP image (the Muttley Crew image). Add fetchpriority='high' attribute to prioritize its download. Use a WordPress hook in your theme's functions.php to automatically detect and optimize LCP candidates, or manually edit the block editor for this specific image.
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.
Get AI-powered performance insights with actionable fixes in 30 seconds
More WordPress Speed Tests
Customer review images are oversized by 809 KiB and not properly compressed, slowing LCP by 300ms.
JavaScript is causing 314ms of forced layout recalculations, blocking the main thread and hurting user interaction.
934 KiB of unused JavaScript is blocking page rendering and delaying LCP by 3.9 seconds.
Images can be reduced by 178KB through better compression and modern formats, saving 300ms on LCP.