Core Web Vitals Performance Engineering Case Study
A technical case study of Dreams4u loading improvements: route splitting, below-the-fold code, image priority, stable dimensions, caching, and third-party control.

Project Summary
The Dreams4u homepage used a lightweight hero image but synchronously imported several below-the-fold sections that included animation and slider libraries. The performance work focused on initial loading, image priority, stable layout, caching, and third-party timing.
| Metric | Target | Main engineering lever |
|---|---|---|
| LCP | Under 2.5 seconds | Hero priority, asset size, server delivery |
| INP | Under 200 milliseconds | Less initial JavaScript and main-thread work |
| CLS | Under 0.1 | Dimensions, aspect ratios, stable UI |
Initial Findings
Most images were already WebP, and production assets used long cache headers. The remaining opportunity was JavaScript: homepage imports pulled interactive sections into the initial dependency graph even though they appeared well below the first viewport.
The article hero also combined lazy loading with high fetch priority, which sent conflicting intent. The main visual now loads eagerly, while article content images remain lazy-loaded.
Implementation
Route and section splitting
Non-home routes already used dynamic imports. Below-the-fold homepage sections were separated so heavy slider and animation code could load outside the first critical path.
Image behaviour
Public raster assets use WebP where available. Images include dimensions, below-the-fold images use lazy loading, and likely LCP images use eager loading and high priority. Duplicate loading attributes were removed.
Caching and delivery
Hashed build assets and public images use long-lived cache headers. The deployment remains compatible with CDN delivery, while HTML can update independently.
Third-party scripts
Analytics loading remains deferred after the window load event. Third-party code should continue to be reviewed because it can affect INP and total blocking time after internal bundles are optimized.
What Was Not Claimed
No lab score was converted into a universal performance claim. Core Web Vitals status should use production field data at the 75th percentile after enough visits are collected.
Local development and Lighthouse remain useful for regression checks, but network quality, devices, cache state, and third-party behaviour vary for real users.
Verification Plan
- Build production assets and review chunk sizes.
- Check the homepage and priority service route at desktop and mobile widths.
- Confirm no console errors or missing images.
- Run PageSpeed Insights after deployment.
- Review Search Console Core Web Vitals groups.
- Track real LCP element, INP interactions, and CLS sources.
Outcome
The verified engineering outcome is a smaller critical dependency path, clearer image priorities, and stable asset delivery rules. Final Core Web Vitals pass rates remain a production measurement task.
Read the website speed optimization guide, explore website maintenance, or request a performance review.
Frequently Asked Questions
Does this case study claim the site always meets Core Web Vitals?
No. The implementation targets the good thresholds, but final status depends on real-user field data after deployment.
Why lazy-load below-the-fold components?
It reduces JavaScript needed for the initial view and lets the browser prioritize content users see first.
Why is the hero image not lazy-loaded?
The hero is a likely LCP element, so delaying its request can make LCP worse.
Related Guides
AI Search and Structured Data Implementation Case Study
How Dreams4u aligned visible content, Organization, LocalBusiness, Service, Review, FAQ, Article, and Breadcrumb data for search and AI readability.
Apparel Clinic Ecommerce Website Project Case Study
A transparent project overview of the Apparel Clinic ecommerce website, including business goals, UX priorities, mobile buying journeys, and measurement criteria.
Faridabad Service Page Content Cluster Case Study
How Dreams4u organized eight high-intent website service pages with distinct search intent, FAQs, structured data, and supporting content.
Want Your Business to Rank on Google?
Get a free SEO audit and grow your traffic with Dreams4U.
Get Free SEO Audit