Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize crustlab.com
Missing width and height attributes on images cause layout shifts and hurt user experience during page load.
Add explicit width='66' height='36' attributes to all Clutch logo images in your WordPress theme. Update your theme's image output functions to always include dimensions. Use WordPress's wp_get_attachment_image() function which automatically includes size attributes.
A score of 69 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 69/100. The biggest problem is excessive unused JavaScript (290 KiB), primarily from Google Tag Manager scripts, which is causing a very slow Largest Contentful Paint of 5.5 seconds and Time to Interactive of 11 seconds. The site is also suffering from forced reflows caused by JavaScript querying layout properties, which blocks the main thread for over 2 seconds. To improve performance, focus on removing or deferring unused JavaScript, optimizing the main-thread work, and adding explicit width/height attributes to images to prevent layout shifts.
Why It Matters:
290 KiB of unused JavaScript from Google Tag Manager delays LCP by 300ms and blocks user interactions.
How to Fix:
Audit your Google Tag Manager containers (GTM-W9RRXH8) to remove unnecessary triggers and tags. Use GTM's built-in tag templates instead of custom HTML. Consider loading GTM asynchronously or moving non-critical tracking to load after page interaction using WordPress hooks.
Why It Matters:
Poor cache lifetimes for critical resources cost 450ms on LCP and force unnecessary re-downloads on repeat visits.
How to Fix:
Install WP Rocket or W3 Total Cache to extend cache headers for static assets to 1 year. Configure your server to set longer cache times for Cookiebot scripts (currently only 17 minutes). Set up proper ETags and Last-Modified headers for better browser caching.
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
Missing image dimensions cause layout shifts and oversized images waste 13 KiB unnecessarily.
Poor cache lifetimes waste 56 KiB on repeat visits and slow LCP by 600ms for returning users.
Poor cache lifetimes for critical resources cost 450ms on LCP and force unnecessary re-downloads on repeat visits.
142 KiB of unused JavaScript delays LCP by 1.2 seconds and blocks critical page rendering.