Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize financeify.co
Images waste 519 KiB in unnecessary bytes and use inefficient formats, slowing down page load.
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.
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.
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 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.
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.
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.
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
2.6 seconds of JavaScript execution blocks the main thread and delays interactivity to 21.9 seconds.
577KB of unused resources delay LCP by 2.1 seconds and block critical rendering.
A CLS score of 1.445 causes severe content jumping that destroys user experience and rankings.
JavaScript blocks the main thread for 2.6 seconds and creates 790ms of blocking time, preventing user interactions.