Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize solsticehw.com
The header logo is 51KB larger than needed and wastes bandwidth while potentially delaying LCP.
Install ShortPixel or Imagify WordPress plugin to automatically compress images. Resize the logo to its display dimensions (245x116) instead of serving 980x463. Generate responsive image sizes in WordPress Media Settings to serve appropriately sized images for different devices.
A score of 80 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 decent performance with a score of 80/100, but there are notable user experience issues. The biggest problem is layout shifting (CLS score of 0.139) caused by web fonts loading late, which makes content jump around as users try to read the page. The site also loads slowly with both First Contentful Paint and Largest Contentful Paint taking 3.3 seconds, primarily due to heavy font dependencies and unused code. Quick wins include optimizing the oversized logo image (currently 4x larger than needed), removing 72KB of unused JavaScript, and implementing proper font loading strategies to prevent layout shifts.
Why It Matters:
Web fonts cause significant layout shifts (CLS: 0.139) and delay content rendering, directly impacting user experience.
How to Fix:
Add font-display: swap to all @font-face declarations in your Divi theme CSS. Preload critical font files (Montserrat and Crimson Text) using <link rel='preload'> in your WordPress header. Consider using a plugin like OMGF to host Google Fonts locally and reduce external requests.
Why It Matters:
52KB of unused CSS and 74KB of unused JavaScript increase page weight and slow down parsing without providing value.
How to Fix:
Enable Divi's Dynamic CSS & JS feature in Theme Options to load only required styles per page. Use Asset CleanUp plugin to disable unused Divi modules and features. Consider switching from Divi's bundled scripts.min.js to individual module loading for better performance.
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
52KB of unused CSS and 74KB of unused JavaScript increase page weight and slow down parsing without providing value.
Web fonts cause significant layout shifts (CLS: 0.139) and delay content rendering, directly impacting user experience.
84% of your CSS (52KB) and 66% of Divi JavaScript (74KB) is unused, slowing down page load times.
Your header logo is 980x463px but displays at only 245x116px, wasting 51KB of bandwidth and slowing LCP.