Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize arbas.at
Blocking JavaScript and CSS delay page rendering by 880ms, preventing users from seeing content quickly.
Move the 30KB JavaScript file (merged-4aa2f490edcbf1f5af5de30753912570-min.js) to load asynchronously using async or defer attributes. Inline critical CSS or use media queries to load non-critical CSS after initial render. Consider splitting large bundles into smaller chunks.
A score of 94 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
The arbas.at website has excellent performance with a score of 94/100, indicating fast loading times and good user experience. However, the biggest opportunity for improvement is fixing a redirect issue that's adding nearly 800ms of unnecessary delay when users visit the site - the URL automatically redirects from arbas.at to www.arbas.at, which slows down both First Contentful Paint and Largest Contentful Paint. Additionally, optimizing image delivery could save 118 KB of data transfer by properly sizing images for their display dimensions and improving compression. Addressing the redirect issue alone would provide the most significant performance boost, while the image optimizations would further enhance loading speed, especially on slower connections.
Why It Matters:
Multiple redirects delay initial page load by 780ms, significantly impacting both LCP and FCP scores.
How to Fix:
Update all internal links to point directly to https://www.arbas.at/ instead of https://arbas.at/. Configure your server to serve the canonical URL directly without redirects. Optimize server response time through caching or CDN implementation.
Why It Matters:
Oversized images waste 118KB of bandwidth and delay LCP by 150ms due to improper sizing.
How to Fix:
Implement responsive images using srcset for the hero image (currently 1200x439 but displayed at 412x151). Compress the video thumbnail image and serve appropriately sized versions. Add explicit width and height attributes to SVG images in the footer to prevent layout shifts.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
Google Tag Manager scripts contain 139KB of unused code, slowing LCP by 600ms and wasting processing time.
17MB of video content has zero cache lifetime, forcing full re-downloads on every visit and wasting 69MB of bandwidth.
JavaScript files are blocking initial page render, delaying FCP by 750ms and preventing users from seeing content.
136KB of unused JavaScript and 63KB of unused CSS waste bandwidth and slow down page parsing.
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.