Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize mrpigsmokehouse.com
48 KiB of unused CSS is blocking render and delaying LCP by 250ms.
Use PurgeCSS or UnCSS tools to remove unused styles from your CSS bundles. Focus on the two main stylesheets that are 94% and 84% unused respectively. Implement critical CSS extraction to inline above-the-fold styles and defer the rest.
A score of 86 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 generic website has good performance with a score of 86/100, but there's room for improvement in loading speed. The biggest issue is excessive unused JavaScript and CSS that's slowing down the Largest Contentful Paint to 3.7 seconds - removing 69KB of unused JavaScript and 48KB of unused CSS could save nearly 700ms of loading time. The site is also loading fonts inefficiently without proper display settings, which blocks text rendering for users. Cleaning up these unused resources and optimizing font loading would significantly improve the user experience and could push the performance score into the 90s.
Why It Matters:
69 KiB of unused JavaScript is delaying LCP by 450ms and blocking page interactivity.
How to Fix:
Audit the main runtime script at static.cdn-website.com for unused functions. Use webpack-bundle-analyzer or Chrome DevTools Coverage tab to identify dead code. Split the bundle and defer non-critical JavaScript until after page load. Consider lazy loading interactive components that aren't immediately visible.
Why It Matters:
Missing font-display properties cause 35ms of render blocking and potential layout shifts.
How to Fix:
Add font-display: swap to all @font-face declarations for dm-common-icons.ttf, fontawesome-webfont.woff, and dm-social-icons.ttf. Implement font metric overrides using size-adjust, ascent-override, and descent-override CSS properties to match fallback fonts and prevent layout shifts.
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 Generic Speed Tests
CLS score of 0.299 indicates significant content jumping, mainly from carousel and banner loading.
The LCP image has an 8.3 second resource load delay because it's not discoverable in the initial HTML.
2,134 KiB of unused JavaScript is delaying LCP by 7.95 seconds and blocking the main thread.
Missing font-display properties cause 35ms of render blocking and potential layout shifts.