Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize ibg.amco44.com
JavaScript execution takes 1.7 seconds and blocks the main thread, causing 630ms Total Blocking Time.
Split large JavaScript bundles into smaller chunks using code splitting. Remove unused JavaScript from TailwindCSS (28% unused) and Swiper library (61% unused). Implement tree shaking to eliminate dead code and reduce bundle sizes from 130KB to under 50KB.
A score of 46 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 Arabic website has poor performance with a score of 46/100, indicating significant user experience issues. The biggest problem is excessive JavaScript execution taking 1.7 seconds, which is blocking the main thread and causing a painfully slow 12.5-second Largest Contentful Paint - users will likely abandon the page before it finishes loading. The site is loading massive amounts of unused code, including 98% unused Font Awesome CSS and oversized images that are much larger than their display dimensions. Reducing JavaScript payloads, optimizing images to proper sizes, and implementing better caching could potentially improve the score by 30+ points and dramatically enhance user experience.
Why It Matters:
Render-blocking scripts delay First Contentful Paint by 2.97 seconds, severely impacting user experience.
How to Fix:
Move non-critical JavaScript files to load asynchronously using async or defer attributes. Inline critical JavaScript directly in HTML. Load TailwindCSS and validation scripts after initial page render using dynamic imports or script scheduling.
Why It Matters:
Oversized images waste 405KB of bandwidth and delay LCP by 1.05 seconds.
How to Fix:
Resize the American Airlines logo from 4096x1518 to actual display size of 227x84. Convert PNG images to WebP format for 30-50% size reduction. Add explicit width and height attributes to prevent layout shifts and improve CLS score.
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
Oversized images waste 405KB of bandwidth and delay LCP by 1.05 seconds.
Render-blocking scripts delay First Contentful Paint by 2.97 seconds, severely impacting user experience.
Oversized images waste 45 KiB and slow down page load with poor user experience.
CSS files are blocking initial render and delaying both LCP and FCP by 150ms.