Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize splifftastic.club
FontAwesome fonts cause 320ms render blocking and delay FCP by 300ms.
Add 'font-display: swap' to @font-face declarations for fa-solid-900.woff2. Preload critical font files with <link rel='preload' as='font'>. Consider using system fonts or subset FontAwesome to include only used icons.
A score of 82 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 website has good performance with a score of 82/100, but has room for improvement in loading speed. The biggest issue is excessive unused CSS code, particularly from Bootstrap and FontAwesome files that are 92-99% unused, which is slowing down your Largest Contentful Paint by 450ms and wasting 42 KiB of data. Additionally, render-blocking scripts and stylesheets are delaying your initial page render by nearly a second, while oversized images are unnecessarily large for their display dimensions. Removing unused CSS, deferring non-critical resources, and properly sizing images could easily push your performance score above 90 and significantly improve user experience.
Why It Matters:
43 KiB of unused CSS is delaying LCP by 450ms and blocking initial render.
How to Fix:
Use PurgeCSS or UnCSS to remove unused FontAwesome (99% unused) and Bootstrap (92% unused) rules. Consider loading only required FontAwesome icons via tree-shaking. Inline critical CSS for above-the-fold content and defer non-critical stylesheets.
Why It Matters:
Oversized images waste 78 KiB and delay LCP by 300ms with poor responsive behavior.
How to Fix:
Generate responsive image sizes for banner.webp (1352x459 displayed as 388x132) and left-main.webp (858x574 displayed as 388x260). Add explicit width/height attributes to logo.svg to prevent layout shifts. Implement srcset with multiple image sizes for different viewport widths.
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
Oversized images waste 78 KiB and delay LCP by 300ms with poor responsive behavior.
Missing width/height attributes on logo images cause layout shifts, and oversized images waste 78KB of bandwidth.
43 KiB of unused CSS is delaying LCP by 450ms and blocking initial render.
Critical CSS and JavaScript files are blocking page render, delaying First Contentful Paint by 770ms.