Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize solsticehw.com
Web fonts are causing 650ms delay in First Contentful Paint without fallback display.
Add font-display: swap to all @font-face declarations in your theme's CSS. Use Divi theme customizer to add custom CSS: @font-face { font-display: swap; }. Consider using font-display: optional for non-critical decorative fonts.
A score of 58 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 58/100, primarily due to severe layout shift issues that create a jarring user experience. The biggest problem is a massive Cumulative Layout Shift score of 0.981 (anything above 0.1 is considered poor), caused by unsized images and web fonts loading after the page renders, making content jump around as users try to read it. Additionally, the site has significant render-blocking CSS files that delay initial page loading by nearly 2 seconds, and excessive unused CSS/JavaScript that wastes 215 KiB of bandwidth. Fixing image dimensions, optimizing font loading with proper display properties, and removing unused code could dramatically improve both the performance score and user experience.
Why It Matters:
Massive CLS score of 0.98 severely impacts user experience and search rankings.
How to Fix:
Add explicit width='1600' height='756' to the Solstice Health & Wellness logo image. Preload critical fonts using <link rel='preload' as='font'> for Crimson Text and Montserrat. Reserve space for dynamic content areas with CSS min-height to prevent content jumping.
Why It Matters:
Critical CSS files are blocking page rendering and delaying LCP by 1.9 seconds.
How to Fix:
Inline critical above-the-fold CSS from Divi theme styles directly in the <head>. Use WP Rocket or Autoptimize to defer non-critical CSS like Monarch plugin styles. Remove unused CSS rules from divi-pixel plugin (99.9% unused).
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
112 KiB of unused CSS increases page load time and delays rendering unnecessarily.
Missing image dimensions cause layout shifts that hurt user experience and CLS scores.
Video and font files with short cache lifetimes waste 1,488 KiB on repeat visits, slowing performance.
Missing image dimensions cause layout shifts and 112 KiB of unused CSS slows down parsing.