Fix Font Display Strategy

How to optimize splifftastic.club

Generic SiteScore: 82/100Analyzed June 2026Re-analyze this site

Fix Font Display Strategy

Medium Impact+8 points estimated

Why It Matters

FontAwesome fonts cause 320ms render blocking and delay FCP by 300ms.

How to Fix

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.

0Needs Improvement

What This Score Means

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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

4.1s
Poor

Good: < 2.5s

Measures how long it takes for the main content to appear on screen

INP

Interaction to Next Paint

23ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.00
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

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.

Other Optimization Recommendations

Remove Unused CSS Rules

High Impact+12 points estimated

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.

Optimize Image Delivery

High Impact+10 points estimated

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.

Keep Your Site Fast After Optimization

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.

Explore DeployHQ →Trusted by engineering teams shipping high-performance sites

Want to Analyze YOUR Website?

Get AI-powered performance insights with actionable fixes in 30 seconds

More Generic Speed Tests

Generic Performance Resources

Frequently Asked Questions