Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize southwakesabres.org
Oversized images waste 740 KiB and slow LCP by 1.45 seconds on mobile.
Install ShortPixel or Smush to automatically compress existing images. Use WordPress responsive image sizes or Elementor's responsive settings to serve appropriately sized images. Convert large PNG files to WebP format for 50-80% size reduction.
A score of 59 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 59/100, primarily due to an extremely slow Largest Contentful Paint of 7.8 seconds. The biggest problem is massive amounts of unused CSS (85 KiB) from plugins like Ultimate Member and social icons widgets that are loading but not being used, combined with font loading delays that block text rendering for nearly a second. Additionally, large unoptimized images are consuming over 4MB of bandwidth, with the main carousel images being oversized for their display dimensions. Removing unused CSS, optimizing font loading with proper display settings, and compressing/resizing images could dramatically improve load times and boost the performance score by 30+ points.
Why It Matters:
85 KiB of unused CSS is blocking render and delaying LCP by 450ms.
How to Fix:
Deactivate unused WordPress plugins like Ultimate Member if not needed for membership functionality. Use Asset CleanUp Pro to conditionally disable CSS files on pages where they're not required. For FontAwesome, load only the icon subset you actually use.
Why It Matters:
Slow font loading delays First Contentful Paint by 870ms with invisible text periods.
How to Fix:
Add font-display: swap to all custom fonts in your theme's CSS. Preload critical fonts (Merriweather, Roboto) by adding <link rel='preload'> tags in functions.php. Use font metric overrides to minimize layout shifts when fonts load.
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.