Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize southwakesabres.org
Poor caching for fonts and assets wastes 190KB on repeat visits and delays LCP by 500ms.
Add cache headers to your .htaccess file setting max-age to 31536000 for fonts and static assets. Configure your WordPress caching plugin (WP Rocket/W3 Total Cache) to set longer cache times for CSS, JS, and font files. Update Elementor and plugin asset cache settings to 1 year.
A score of 57 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 poor performance with a score of 57/100, indicating significant user experience issues. The biggest problem is an extremely slow Largest Contentful Paint of 7.8 seconds, primarily caused by a massive 1.7-second delay in loading the main hero image due to inefficient caching and oversized images. The site is also bloated with 539KB of unused JavaScript from YouTube embeds and lacks proper image optimization, with the main carousel images being served at unnecessarily large dimensions. Implementing better caching policies, compressing and properly sizing images, and removing unused JavaScript could easily improve the performance score by 30+ points and dramatically reduce loading times for visitors.
Why It Matters:
Your LCP image takes 7.8 seconds to load and could save 1,450ms with proper optimization.
How to Fix:
Add fetchpriority='high' to your main carousel image in the Elementor widget. Compress and resize images to match display dimensions using ShortPixel or Imagify. Preload the LCP image using <link rel='preload' as='image'> in your theme's header.php.
Why It Matters:
538KB of unused JavaScript from YouTube embeds is blocking page rendering and delaying interactivity.
How to Fix:
Replace YouTube embeds with lite-youtube-embed plugin or similar facade loading. Defer non-critical JavaScript using WP Rocket's JavaScript optimization. Remove or lazy-load the Custom Facebook Feed plugin scripts until users interact with social content.
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
Multiple placeholder images are loading instead of actual content, indicating a lazy loading configuration issue affecting LCP.
Elementor's default configuration loads excessive CSS and JavaScript, blocking rendering and increasing load times.
Images without width and height attributes cause layout shifts during loading, directly harming your CLS score.
75% of PTGuiViewer.js (22KB) goes unused, wasting bandwidth and parse time.