Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize travel.demo.dilshaner.com
Images are oversized and poorly compressed, causing 2.9 second LCP delay and wasting 670 KiB.
Compress images using tools like Squoosh or ImageOptim to reduce file sizes by 30-50%. Implement responsive images with srcset attribute to serve appropriately sized images. Resize source images to match display dimensions (e.g., himalayas.webp from 1600x900 to 584x328).
A score of 74 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.
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 travel website has poor performance with a score of 74/100, primarily due to extremely slow loading of the largest content element which takes 7.8 seconds to appear. The biggest issue is oversized, poorly compressed images that are wasting 670 KB of unnecessary data transfer and delaying page load by nearly 3 seconds. The site is also being slowed down by render-blocking CSS that could save an additional 160ms if optimized. Compressing images properly, using responsive image sizing, and adding fetchpriority="high" to the main image would dramatically improve both the user experience and Core Web Vitals scores.
Why It Matters:
The LCP image lacks priority hints, preventing the browser from optimizing its loading sequence.
How to Fix:
Add fetchpriority='high' attribute to the volcanic-ridges.webp image element. Ensure this image is not lazy-loaded since it's above the fold. Consider preloading this critical image using <link rel='preload' as='image'> in the HTML head.
Why It Matters:
Critical CSS is blocking First Contentful Paint by 150ms, delaying initial page rendering.
How to Fix:
Inline critical above-the-fold CSS directly in the HTML head. Move non-critical CSS to load asynchronously using media='print' onload="this.media='all'" technique. Consider splitting the 4.7KB main.min.css into critical and non-critical portions.
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
Critical CSS is blocking First Contentful Paint by 150ms, delaying initial page rendering.
The LCP image lacks priority hints, preventing the browser from optimizing its loading sequence.
JavaScript in header.js is causing 26ms of forced reflows, creating layout thrashing that degrades user experience and blocks the main thread.
253 KiB of unused JavaScript is delaying LCP by 900ms, with Google Analytics and Tag Manager contributing 136KB of waste.