Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize royex.ae
Unsized images cause 0.66 CLS score and waste 1,198 KiB in oversized files, delaying LCP by 2.25s.
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).
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.
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
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.
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.
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.
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.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
Unused JavaScript accounts for 661KB of wasted bytes and blocks the main thread for 4.4 seconds.
Oversized images and unoptimized media contribute 1.2MB to payload and delay LCP by 2.3 seconds.
Critical CSS files are blocking page rendering for 3.1 seconds, severely delaying First Contentful Paint.
8.4 seconds of main-thread work and 661 KiB unused JavaScript severely impact LCP (17.3s) and TBT (1.96s).