Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize splifftastic.is
43KB of unused CSS is blocking render and delaying FCP by 300ms.
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.
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.
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 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.
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.
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.
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 48KB and delay LCP by 100ms unnecessarily.
Critical path is blocked by 1,090ms worth of CSS and JavaScript resources.
JavaScript is causing layout recalculations that block the main thread and hurt responsiveness.
Oversized images waste 35KB of bandwidth and slow perceived performance.