The problem
Snap's in-app browser:
- is slow (LCP often 3s+).
- doesn't fully support modern CSS features.
- doesn't open external links smoothly.
How CD4CD solves it
- Light template: when we detect Snap UA we serve a minimal HTML version, no animated mark.
- Aggressive caching: Bio pages cached on Cloudflare edge with stale-while-revalidate.
- "Open in browser" button: shown only inside Snap. Opens Safari/Chrome at your chosen link.
Try it
Open your Bio page on an iPhone, paste the link into Snapchat, tap. You should see:
- Sub-second LCP.
- An orange "Open in Safari" button at the top.
- No clipping under Snap's nav bar (we add dynamic padding).