Defer Render-Blocking Resources

How to optimize splifftastic.is

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

Defer Render-Blocking Resources

High Impact+2 points estimated

Why It Matters

Critical path is blocked by 1,090ms worth of CSS and JavaScript resources.

How to Fix

Add 'defer' attribute to jQuery and vmsite.js scripts to prevent render blocking. Inline critical CSS from Bootstrap (only used portions) directly in HTML head. Load remaining CSS asynchronously using media='print' onload technique.

0Good

What This Score Means

A score of 93 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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

2.8s
Needs Improvement

Good: < 2.5s

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

INP

Interaction to Next Paint

35ms
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 achieves a strong performance score of 93/100, indicating excellent overall optimization. The biggest opportunity for improvement is addressing render-blocking resources, particularly CSS and JavaScript files that are delaying the First Contentful Paint by over 1 second, preventing users from seeing content as quickly as possible. The site would benefit from removing 42 KiB of unused CSS (especially from Bootstrap and FontAwesome files) and optimizing image delivery to save an additional 48 KiB in download size. While the Largest Contentful Paint of 2.8 seconds is acceptable, implementing these optimizations could push this already high-performing site to near-perfect scores.

Other Optimization Recommendations

Remove Unused CSS Rules

High Impact+3 points estimated

Why It Matters:

43KB of unused CSS is blocking render and delaying FCP by 300ms.

How to Fix:

Audit Bootstrap CSS usage and remove unused components - only 7.3% is actually used. Remove or defer FontAwesome CSS (99.6% unused) and load only required icons inline. Use tools like PurgeCSS or manual auditing to eliminate unused selectors.

Optimize Image Dimensions

Medium Impact+1 points estimated

Why It Matters:

Oversized images waste 48KB and delay LCP by 100ms unnecessarily.

How to Fix:

Resize banner.png from 1352x459 to 388x132 to match display size. Resize left-main.jpg from 896x599 to 388x259. Convert logo-pro.png to WebP format for 11KB savings. Add explicit width/height attributes to prevent layout shifts.

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