Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize solsticehw.com
Forced reflows block the main thread for 33ms, potentially affecting user interaction responsiveness.
Identify scripts reading layout properties after DOM changes using browser DevTools Performance tab. Batch DOM reads before writes in custom JavaScript. Consider deferring non-critical scripts that manipulate layout until after initial page render completes.
A score of 92 falls in the "Good" 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 performs well overall with a strong score of 92/100, indicating good optimization. However, the biggest performance issue is excessive unused CSS code, particularly from plugins like Divi Pixel and Monarch, which wastes 65 KB of data and delays both First Contentful Paint and Largest Contentful Paint by 300 milliseconds each. Additionally, the site's logo image is unnecessarily large for its display size, contributing another 24 KB of wasted data. Cleaning up these unused CSS rules and properly sizing images could push this already well-performing site closer to a perfect score while improving Core Web Vitals metrics.
Why It Matters:
Unused CSS wastes 65 KiB and delays both LCP and FCP by 300ms each.
How to Fix:
Disable or remove the Divi Pixel and Monarch plugins if not actively used, as they're loading 99-100% unused CSS. Use Asset CleanUp Pro to conditionally load plugin CSS only on pages that need it. Consider switching to lightweight alternatives for social sharing functionality.
Why It Matters:
The oversized logo wastes 24 KiB bandwidth and contributes to slower perceived loading.
How to Fix:
Resize the logo image to match its actual display dimensions (245x116) instead of serving 768x363. Use WordPress's built-in image editor or regenerate thumbnails with correct sizes. Enable responsive images in your theme to automatically serve appropriately sized images.
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 JavaScript files are blocking initial page render, delaying First Contentful Paint by 3.95 seconds.
The carousel element causes a 0.173 layout shift score, significantly impacting user experience and CLS metrics.
JavaScript execution takes 17.4 seconds and blocks the main thread for 23.5 seconds, severely delaying user interactions and page responsiveness.
Font loading without proper display strategy is blocking FCP by 70ms and causing layout shifts.