// case study
-60%
TTFB
// overview
Client
Twillory — premium men's shirts, Shopify Plus
Challenge
High TTFB, failing Core Web Vitals, declining conversions
Result
60% TTFB reduction, all CWV passing, full conversion recovery
// the challenge
Twillory had invested in a full theme redesign. But when it went live, A/B testing showed the new site converted worse than the old one. The problem was performance: high TTFB, heavy assets, and failing Core Web Vitals.
The team couldn't pinpoint the bottleneck. The new theme looked better, but the loading experience was so slow it negated every UX improvement.
// the approach
Instead of rewriting the theme from scratch, I took a surgical approach: identified the specific bottlenecks and attacked each with advanced server-side optimization techniques.
Configured a custom CDN layer optimized for Twillory's catalog, with aggressive cache rules and smart invalidation.
Compressed and reordered all CSS and JS, implemented theme code splitting and eliminated render-blocking resources.
Reorganized theme load order to prioritize above-the-fold content, lazy-load secondary sections and prefetch critical routes.
// results
-0%
TTFB reduction
0%
CWV passing
+0%
conversion increase
<0s
load time
// tech stack