Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize demo.liquidlab.ro
Your logo image can be reduced by 84% using modern formats, improving perceived performance.
Configure your imgproxy service to automatically serve WebP or AVIF formats for supported browsers. Increase compression settings for the logo since it's small and decorative. Add proper srcset attributes for responsive delivery based on device capabilities.
A score of 83 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.
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 good performance with a score of 83/100, but there's still room for improvement. The biggest issue is excessive unused CSS, which is wasting 54 KB of data and could save 450ms in load time - nearly 92% of the CSS file isn't being used on this page. The site also suffers from forced reflows caused by JavaScript that's measuring page elements inefficiently, and the Largest Contentful Paint takes 3.9 seconds, which is slower than ideal. Removing unused CSS and optimizing the JavaScript that causes layout thrashing would provide the most significant performance gains.
Why It Matters:
91% of your CSS is unused, wasting 54 KiB and delaying LCP by 450ms.
How to Fix:
Use PurgeCSS or UnCSS to remove unused styles from your stylesheet. Split critical above-the-fold CSS into a separate file and inline it. Defer loading of non-critical CSS using media='print' onload trick or loadCSS library.
Why It Matters:
JavaScript is triggering 100ms+ of forced reflows, blocking user interactions and degrading performance.
How to Fix:
Batch DOM reads and writes to avoid layout thrashing. Cache geometric properties like offsetWidth instead of repeatedly querying them. Move DOM measurements outside of Alpine.js reactive functions or use requestAnimationFrame for layout-heavy operations.
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
The oversized logo image wastes 97 KiB and delays LCP by 450ms while being displayed much smaller than its actual size.
126 KiB of unused JavaScript from Google Analytics and GTM delays LCP by 900ms and wastes bandwidth.
Render blocking CSS and fonts delay LCP and FCP by 1,050ms, preventing users from seeing content immediately.
Award images are oversized by 441KB and lack explicit dimensions, causing layout shifts.