Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize royex.ae
Oversized images and unoptimized media contribute 1.2MB to payload and delay LCP by 2.3 seconds.
Convert the 614KB news.png to WebP format for 70% size reduction. Resize images to match display dimensions (current images are 4x larger than needed). Implement proper caching headers for the 943KB MP4 video file. Add explicit width and height attributes to prevent layout shifts.
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 very poor performance with a score of only 8/100, indicating serious speed issues that are likely frustrating users and hurting search rankings. The biggest problem is extremely slow content loading, with pages taking over 17 seconds to display their main content (Largest Contentful Paint) and nearly 4 seconds just to show anything at all. The site is being crushed by massive file sizes - particularly a 6.9MB total payload that includes large unoptimized images and videos, plus render-blocking CSS files that delay page display by over 3 seconds. Immediate fixes should focus on compressing and properly sizing images, enabling browser caching, and deferring non-critical CSS to dramatically improve load times.
Why It Matters:
Critical CSS files are blocking page rendering for 3.1 seconds, severely delaying First Contentful Paint.
How to Fix:
Inline critical CSS directly in the HTML head section for above-the-fold content. Use media='print' onload='this.media="all"' to defer non-critical CSS like animate.min.css. Combine and minify the three main CSS files (royex.min.css, royex-responsive.min.css, custom-animate.min.css) into a single optimized file.
Why It Matters:
Unused JavaScript accounts for 661KB of wasted bytes and blocks the main thread for 4.4 seconds.
How to Fix:
Remove or defer the oversized reCAPTCHA script (372KB) until user interaction is needed. Split JavaScript bundles to load only necessary code initially. Use dynamic imports for heavy libraries like jQuery UI, GSAP, and carousel plugins. Implement code splitting to reduce initial bundle size.
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.
Critical CSS files are blocking page rendering for 3.1 seconds, severely delaying First Contentful Paint.
Unsized images cause 0.66 CLS score and waste 1,198 KiB in oversized files, delaying LCP by 2.25s.
8.4 seconds of main-thread work and 661 KiB unused JavaScript severely impact LCP (17.3s) and TBT (1.96s).