Eliminate Large Layout Shifts

How to optimize financeify.co

Generic SiteScore: 26/100Analyzed May 2026Re-analyze this site

Eliminate Large Layout Shifts

High Impact+25 points estimated

Why It Matters

A major layout shift (CLS: 0.219) occurs when section-2 loads, creating poor user experience and hurting search rankings.

How to Fix

Add explicit width and height attributes to all images, especially the unsized images in sections 2-4. Reserve space for dynamic content with CSS min-height properties. Preload the Montserrat font family to prevent font swap layout shifts.

0Poor

What This Score Means

A score of 26 falls in the "Poor" 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

16.1s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

282ms
Needs Improvement

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.22
Needs Improvement

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This website has severe performance issues with a critically low score of 26/100. The biggest problem is excessive JavaScript execution that's blocking the page for over 4 seconds, causing the page to take 16+ seconds to become interactive and delaying content visibility. The site is also suffering from large layout shifts (0.219 CLS score) and massive resource files, including a 530KB JavaScript bundle with 57% unused code. Removing unused JavaScript, optimizing images (potential 519KB savings), and implementing proper caching could dramatically improve load times and user experience by several seconds.

Other Optimization Recommendations

Reduce JavaScript Execution Time

High Impact+18 points estimated

Why It Matters:

JavaScript blocks the main thread for 2.6 seconds and creates 790ms of blocking time, preventing user interactions.

How to Fix:

Remove unused JavaScript (405 KiB detected unused). Code-split the vendor bundle and defer non-critical scripts. Move the Everflow tracking script to load asynchronously after page interactive. Implement tree-shaking in your Angular build process.

Optimize Image Delivery Strategy

Medium Impact+12 points estimated

Why It Matters:

Images waste 519 KiB in unnecessary bytes and use inefficient formats, slowing down page load.

How to Fix:

Convert the PNG images to WebP format for 30-50% size reduction. Resize images to match their display dimensions (photo-3.png is 675x1080 but displays as 368x588). Add responsive image srcsets and implement proper lazy loading with intersection observer.

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