Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize betweena.art
Two large images (2.5MB total) are causing a 6.6 second LCP delay and using outdated formats.
Convert the banner images to WebP/AVIF format to reduce size by ~87%. Resize images to match display dimensions (310x388px instead of 1720x573px). Add fetchpriority='high' to the LCP banner image and implement responsive images with srcset.
A score of 53 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 poor performance with a score of 53/100, primarily due to extremely large, unoptimized images that are causing a painfully slow Largest Contentful Paint of 19.5 seconds. The biggest culprit is over 2.5MB of images that lack modern formats (WebP/AVIF) and proper compression, while also being served at much larger dimensions than displayed. Additionally, the site loads 278KB of unused JavaScript code and has excessive CSS that's blocking the initial page render. Converting images to modern formats, implementing proper image compression and responsive sizing, and removing unused code could dramatically improve load times and boost the performance score by 30+ points.
Why It Matters:
278KB of unused JavaScript is blocking rendering and delaying LCP by 1.35 seconds.
How to Fix:
Analyze the main bundle (Betweena.Global.js) to remove 73% unused code through tree-shaking. Remove or defer Google Analytics script loading until after page interaction. Split bundles to load only critical JavaScript initially.
Why It Matters:
CSS files are blocking First Contentful Paint for 9.45 seconds, preventing any visual content from appearing.
How to Fix:
Inline critical CSS directly in the HTML head for above-the-fold content. Defer non-critical CSS using media='print' onload technique. Remove 100% unused Google Fonts CSS or load only required font weights asynchronously.
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.