Fix Layout Shifts from Images

How to optimize reputt.golf

Generic SiteScore: 93/100Analyzed May 2026Re-analyze this site

Fix Layout Shifts from Images

High Impact+15 points estimated

Why It Matters

Unsized images cause 0.127 CLS score and poor user experience as content jumps during loading.

How to Fix

Add explicit width and height attributes to all img and video elements, especially the main video, icon images, and footer social icons. Set dimensions in CSS or HTML to match their display size. Use aspect-ratio CSS property for responsive images to maintain proportions.

0Good

What This Score Means

A score of 93 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

1.9s
Good

Good: < 2.5s

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

INP

Interaction to Next Paint

98ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.13
Needs Improvement

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This generic website has excellent performance with a score of 93/100, but layout shifts are the biggest issue hurting user experience. The site suffers from significant visual instability (CLS score of 0.127) caused by images and videos loading without explicit dimensions, making content jump around as the page loads. Adding proper width and height attributes to all media elements would eliminate most layout shifts and create a much smoother browsing experience. Secondary improvements include minifying CSS/JavaScript files and optimizing the large video files that make up nearly 4MB of the total page weight.

Other Optimization Recommendations

Optimize Font Loading Strategy

High Impact+12 points estimated

Why It Matters:

Font loading blocks First Contentful Paint for 990ms, significantly delaying visible content.

How to Fix:

Add font-display: swap to all @font-face declarations in your CSS. Preload critical fonts (Inter, Caveat, Vogue, Agdasima) using <link rel='preload' as='font'> tags. Consider using font metric overrides to reduce layout shifts when fonts load.

Reduce Video File Sizes

Medium Impact+8 points estimated

Why It Matters:

Video files total 2MB and contribute to the 3.9MB payload, slowing overall page load performance.

How to Fix:

Compress video files using modern codecs (H.264 with higher compression or H.265/AV1). Consider reducing video dimensions or frame rates for web delivery. Implement lazy loading for videos below the fold using Intersection Observer API.

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