Teardown: Wakefit.co — what this ₹600cr DTC sleep brand gets right (and the 4 fixes that would unlock the next lift)
Wakefit is a Shopify success story in India. We pulled a stopwatch, an empty cart, and Chrome DevTools and went through it like a customer. Here's what's working, what's not, and what we'd change tomorrow.
If you've bought a mattress online in India in the last three years, you've probably seen Wakefit. ₹600+ crore in annual revenue, on Shopify, with a product category that's traditionally offline-first — mattresses. That alone is worth studying.
This teardown is based on a public browsing session: mobile + desktop, homepage → collection → PDP → cart → checkout, stopwatch running. No insider info. Just what any shopper sees. Here's what's working and what we'd fix in the next sprint.
What Wakefit gets right
1. The hero does one job: reduce "is this legit?"
First paint above the fold: trial period, free delivery, India-wide service. Three trust signals before the hero image has loaded. For a mattress — where the CAC is high and the return cost is brutal — this is the single most important thing the brand can communicate, and Wakefit puts it first. Classic CRO: answer the highest-friction objection before you try to sell.
2. The PDP is ruthlessly focused
Product pages have one primary CTA, consistent above and below the fold. No aggressive upsells at the start of the buying journey. Variant selection (firmness, size) is clearly labeled and uses native-feeling controls — no custom widget that adds 200ms to interaction.
3. Social proof is specific, not generic
"45,000+ reviews" isn't on its own — each review shows firmness selected, sleep position, and how long the customer has owned the mattress. For high-consideration purchases, specificity is what converts. Generic "⭐⭐⭐⭐⭐ Great!" reviews don't move the needle.
4. The trial period is the hero of the checkout
The 100-night trial is referenced on PDP, in cart, and in checkout. This is the unlock that gets a first-time buyer past the "what if it's not right?" mental block. It's a brand-wide promise, and Wakefit treats it like one.
What we'd fix — prioritised
Fix #1 — Hero image weight (LCP: 3.4s on mobile)
PSI on the homepage shows LCP around 3.4s on mobile 4G. The culprit is the hero slider — three full-resolution JPEGs preloaded when only one will ever be seen above the fold. A 40-50% LCP reduction is possible by:
- Serving the hero as AVIF with a JPG fallback (saves ~35% on file size)
- Only preloading the first slide; lazy-loading the others
- Moving the slider to CSS-only autoplay (remove the JS library, which adds ~12KB gzipped)
Estimated revenue impact: every 1s off mobile LCP is typically worth 7-8% CVR on a D2C store. On Wakefit's volume, that's meaningful.
Fix #2 — Mega menu loads 48 collection images
Opening the main nav triggers a request for ~48 product/collection thumbnails at once. On a throttled 3G test this adds 800ms+ to the first interaction after the page renders. The menu rarely needs all 48 — a lazy-load with IntersectionObserver would fetch only what's visible. This is the kind of thing you don't see on fibre in your office, but a customer on patchy mobile definitely does.
Fix #3 — Product page has no sticky ATC on mobile
Wakefit's PDP on mobile is long — hero, specs, reviews, FAQ, warranty, shipping. Users who scroll to the bottom lose sight of the "Add to Cart" button. A sticky ATC anchored to the bottom of the viewport once the primary CTA scrolls out of view typically lifts add-to-cart rate by 9-15% (we've tested this — see the A/B). Feels like easy money.
Fix #4 — The checkout is missing a trust-strip and testimonial
Wakefit's trial + review social proof is strong on the PDP, but by the time a customer is at payment, those signals are gone. A single verified review + the "100-night trial" reminder between shipping and payment fields would reinforce the purchase decision at the precise moment people abandon. Based on similar tests, this is typically worth +4-6% on checkout conversion.
The TL;DR
Wakefit is one of the best-run Shopify stores in India. The things they do right — focused PDP, trial-as-hero, specific social proof — are textbook. But there's a meaningful layer of speed + CRO wins sitting on top, and most of them could ship in a single 2-week sprint.
If we were running CRO for Wakefit, the first sprint would be these four fixes in priority order. The second sprint would look at the cart upsell and the post-purchase flow (neither covered here).
—
This teardown is based on public browsing, not internal data. If you run CRO for Wakefit and want to chat shop, drop us a line. We audit stores every day and the team always welcomes a counter-argument.