Fix Image Dimensions and Optimization

How to optimize royex.ae

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

Fix Image Dimensions and Optimization

High Impact+20 points estimated

Why It Matters

Unsized images cause 0.66 CLS score and waste 1,198 KiB in oversized files, delaying LCP by 2.25s.

How to Fix

Add explicit width and height attributes to all img elements, especially the main hero image. Resize images to match display dimensions (372x292 instead of 1376x1080). Convert to WebP format and compress oversized images like news.png (614 KiB).

0Poor

What This Score Means

A score of 8 falls in the "Poor" 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

17.3s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

407ms
Needs Improvement

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.66
Poor

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This website has poor performance with a score of 8/100, indicating severe speed issues that will frustrate users and hurt search rankings. The biggest problem is excessive JavaScript blocking the main thread for 8.4 seconds, with unused reCAPTCHA code alone wasting 661 KB of data and causing a painfully slow 17.3 second load time for the largest content. The site also suffers from major layout shifts (0.661 CLS score) caused by images without proper dimensions, and CSS files that could be 78 KB smaller by removing unused code. Fixing the JavaScript bloat, properly sizing images, and cleaning up CSS could dramatically improve this site's performance by 60+ points and provide a much better user experience.

Other Optimization Recommendations

Optimize JavaScript Execution and Loading

High Impact+25 points estimated

Why It Matters:

8.4 seconds of main-thread work and 661 KiB unused JavaScript severely impact LCP (17.3s) and TBT (1.96s).

How to Fix:

Remove or defer unused reCAPTCHA scripts that waste 572 KiB. Implement code splitting to load JavaScript on demand. Use async/defer attributes for non-critical scripts like analytics and tracking.

Eliminate Render-Blocking CSS Resources

Medium Impact+12 points estimated

Why It Matters:

CSS files block initial render for 3.14 seconds, preventing fast First Contentful Paint.

How to Fix:

Inline critical CSS for above-the-fold content directly in HTML. Use media queries to conditionally load responsive CSS. Defer non-critical CSS like animations and carousel styles using rel='preload' with onload handler.

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