Fix Video Layout Shifts

How to optimize don.group.com

Generic SiteScore: 76/100Analyzed June 2026Re-analyze this site

Fix Video Layout Shifts

High Impact+18 points estimated

Why It Matters

The hero video element causes a massive 0.625 layout shift, severely impacting user experience and CLS score.

How to Fix

Add explicit CSS dimensions to the hero video element using aspect-ratio: 1120/832 or width/height properties. Set a proper CSS container size before the video loads to reserve the exact space needed.

0Needs Improvement

What This Score Means

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

Core Web Vitals Analysis

LCP

Largest Contentful Paint

2.3s
Good

Good: < 2.5s

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

INP

Interaction to Next Paint

60ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.63
Poor

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This website has moderate performance issues with a score of 76/100, but faces significant Core Web Vitals problems. The biggest issue is a major layout shift (CLS score of 0.625) caused by a hero video that lacks proper sizing, making content jump around as the page loads and creating a poor user experience. Additionally, the site loads a massive 3.4MB of data primarily due to a large video file, and has substantial unused JavaScript and CSS that could be trimmed. Fixing the video sizing issue and optimizing image delivery could improve the Largest Contentful Paint by 150ms and eliminate the disruptive layout shifts entirely.

Other Optimization Recommendations

Optimize Hero Video Size

High Impact+12 points estimated

Why It Matters:

The hero video poster image is 86% oversized for its display dimensions, wasting 60KB and delaying LCP by 150ms.

How to Fix:

Resize the video poster from 1120x832 to match its displayed size of 412x306. Implement responsive images using srcset for different screen sizes. Add fetchpriority='high' to the video element as it's the LCP element.

Remove Unused JavaScript Code

Medium Impact+8 points estimated

Why It Matters:

116KB of unused JavaScript from tracking scripts and bundled code slows down page parsing and increases load times.

How to Fix:

Split the frontend.min.js bundle to load only necessary code initially. Configure Cookiebot to load asynchronously after page load. Defer Matomo tracking script using async/defer attributes or move to a tag manager.

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