Optimize and Resize Images

How to optimize rstadler.com

Generic SiteScore: 96/100Analyzed April 2026Re-analyze this site

Optimize and Resize Images

High Impact+2 points estimated

Why It Matters

Oversized images waste 627 KiB of bandwidth and delay LCP by 450ms with unnecessary data transfer.

How to Fix

Resize hero image to actual display dimensions (665x443 instead of 1600x1067). Implement responsive images using srcset attribute for different screen sizes. Convert images to modern formats like WebP or AVIF for better compression. Use image optimization tools like ImageOptim or online services.

0Good

What This Score Means

A score of 96 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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

2.9s
Needs Improvement

Good: < 2.5s

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

INP

Interaction to Next Paint

28ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.00
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This website has excellent performance with a score of 96/100, but there's still room for improvement. The biggest issue is poor image caching - your images have no cache lifetime set, wasting over 1MB of data on repeat visits and slowing down your Largest Contentful Paint to 2.9 seconds. Additionally, your images are oversized for their display dimensions, wasting 627KB of bandwidth, and your CSS file is blocking the initial page render. Setting proper cache headers for images and resizing them to match their actual display size would provide the most significant performance boost for returning visitors.

Other Optimization Recommendations

Implement Aggressive Browser Caching

High Impact+3 points estimated

Why It Matters:

Missing cache headers for 767 KiB of images dramatically impacts LCP by 1.95 seconds on repeat visits.

How to Fix:

Add cache headers to your web server configuration (Apache .htaccess or Nginx conf) with 'Cache-Control: public, max-age=31536000' for images. Set up ETags for cache validation. Configure your CDN or hosting provider to serve static assets with long-term cache headers.

Eliminate Render Blocking CSS

Medium Impact+1 points estimated

Why It Matters:

The main CSS file blocks initial page rendering and delays First Contentful Paint by 100ms.

How to Fix:

Inline critical above-the-fold CSS directly in the HTML head section. Load remaining CSS asynchronously using media='print' onload="this.media='all'" technique. Split CSS into critical and non-critical parts to reduce the blocking resource from 5.3 KB to essential styles only.

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