If your website loads slowly, Google notices. Users notice. And bookings drop. In this complete technical SEO case study, I’ll show you exactly how I improved a resort website’s PageSpeed score from 58 to 90+ using advanced Core Web Vitals optimization, image compression strategies, JavaScript cleanup, and render-blocking fixes. This guide is practical, data-driven, and ideal for developers, SEO professionals, and website owners who want to: Improve PageSpeed score Reduce LCP time Reduce Total Blocking Time (TBT) Optimize images for SEO Fix slow website loading Remove render blocking resources Reduce JavaScript execution time Let’s break it down step by step. Performance Score: 58 Largest Contentful Paint (LCP): 2.9s Total Blocking Time (TBT): 570ms First Contentful Paint (FCP): 0.7s Total Network Payload: 13MB+ Image Savings Opportunity: 4.4MB The biggest issue? Image Optimization for Core Web Vitals The hero image alone was over 8MB and used as a CSS background — directly affecting LCP. This case study focuses heavily on: Website performance optimization Core Web Vitals optimization Image optimization for Core Web Vitals After running a full Lighthouse audit and Chrome DevTools trace, these were the core problems: 8MB hero image (Cloudinary) Heavy PNG logos (300KB+ for 100x100 display) Wrong image dimensions served No modern formats (WebP / AVIF) This alone accounted for 4.4MB estimated savings. The Largest Contentful Paint element was: div.absolute.inset-0.bg-cover.bg-center That means: The hero image was applied via CSS No preload No fetchpriority="high" Not optimized via <img> or Next.js image optimization This caused: 740ms resource load delay 840ms element render delay 1.3s JS execution 570ms Total Blocking Time Heavy unused JS chunks Third-party scripts (Tag Manager, analytics) This directly impacted: Reduce JavaScript execution time Reduce Total Blocking Time (TBT) Google Fonts blocking rendering Multiple CSS chunks loading in critical path No proper preloading strategy This affected LCP and Speed Index. Now let’s look at what I did to improve PageSpeed score from 58 to 90+. This was the biggest win. Replaced JPG & PNG with WebP Used Cloudinary auto format: f_auto,q_auto Result: 8MB hero image reduced to ~900KB 300KB PNG logo reduced to ~40KB Problem: Images were served at 1080px but displayed at 400px. Fix: Implemented responsive images Used proper width & height attributes Adjusted Next.js image breakpoints Result: Massive reduction in unnecessary image bytes. Instead of: background-image: url(hero.jpg) I used: <img src="hero.webp" fetchpriority="high" width="1920" height="1080" alt="Luxury resort in Nature" /> Why? Because background images: Cannot be prioritized properly Are harder for browsers to optimize Delay LCP rendering This alone reduced LCP by ~1.5 seconds. Before: LCP: 2.9s After: LCP: ~1.4s This is a major Core Web Vitals improvement. Eliminated unused chunks Reduced JS bundle size Removed unnecessary polyfills This reduced: 654KB unused JS Script evaluation time Loaded Google Tag Manager after interaction Delayed analytics scripts Used defer and async This reduced: Main-thread blocking Long tasks JS execution time Implemented dynamic imports for: Below-the-fold components Non-critical scripts Result: Reduced main thread work Reduced TBT from 570ms to under 150ms Above-the-fold CSS was extracted and inlined. Loaded secondary styles asynchronously. Instead of multiple font requests: Reduced font weights Used display=swap Removed unnecessary variants This improved render start time. Issue: No cache TTL on some third-party resources Fix: Implemented proper cache-control headers Leveraged CDN caching Optimized Cloudinary delivery This improved repeat visits significantly. Improving website performance optimization impacts: Rankings (Core Web Vitals is a ranking factor) Crawl efficiency Bounce rate Conversion rate Booking rate (for resorts) Faster sites: Improve user experience Increase time on site Boost organic visibility If you want to improve PageSpeed score, focus on: Image Optimization for Core Web Vitals Reduce LCP time Reduce JavaScript execution time Remove render blocking resources Reduce Total Blocking Time (TBT) Most websites don’t have a server problem. They have: An image problem A JavaScript problem A third-party script problem This case study proves one thing: You don’t need a redesign to fix slow website loading. You need: Technical SEO auditing Core Web Vitals optimization Smart image handling JavaScript discipline If your website score is below 70, chances are: You’re losing traffic, rankings, and conversions. Start with image optimization. Then fix LCP. Then tackle JavaScript. That’s how you move from 58 to 90+. As this case study proves, smart image optimization and technical SEO can dramatically improve LCP, PageSpeed score, and user experience. At VyomEdge, we provide specialized travel and tourism website optimization services designed specifically for hotels and hospitality brands. Ready to turn your slow website into a high-converting booking machine?The Initial Problem: Poor Core Web Vitals Performance
Lighthouse Audit (Before Optimization)
Root Cause Analysis: Why the Website Was Slow
1️⃣ Huge Unoptimized Images (13MB Payload)
2️⃣ Background Image Used as LCP
3️⃣ High JavaScript Execution Time
4️⃣ Render Blocking Resources
Step-by-Step Optimization Strategy
Step 1: Image Optimization for Core Web Vitals
Actions Taken:
1. Converted Images to WebP
2. Served Correct Image Dimensions
3. Replaced Background LCP Image
Result: LCP Optimization
Step 2: Reduce Total Blocking Time (TBT)
Actions Taken:
1. Removed Unused JavaScript
2. Deferred Third-Party Scripts
3. Code Splitting & Lazy Loading
Step 3: Remove Render Blocking Resources
What Was Done:
1. Inlined Critical CSS
2. Deferred Non-Critical CSS
3. Optimized Google Fonts
Step 4: Enable Proper Caching
Final Results (After Optimization)
SEO Benefits of Performance Optimization
Key Takeaways
Priority Order:
Final Thoughts
👉 Discover our services at [VyomEdge Official Website]
How I Improved a Resort Website’s PageSpeed Score from 58 to 90+
Mousam Kourav | 19-02-2026
Menu
Improved a resort website PageSpeed score from 58 to 90+ using Core Web Vitals optimization, image compression, and technical SEO fixes. Full case study.

Loading comments...
