We did a similar experiment but focused specifically on Perplexity crawling.
Perplexity-specific findings:
Perplexity crawls in real-time to answer queries. This makes performance even more critical:
- Pages loading > 3s: 60% lower citation rate
- Pages with render-blocking JS: 40% lower citation rate
- Pages with CDN: 2.1x higher citation rate vs. origin-only
The real-time factor:
Unlike Google (which pre-indexes), Perplexity fetches pages live when answering queries. Every millisecond matters because users are waiting.
What we prioritized:
- Edge CDN (Cloudflare)
- Minimal JS dependencies
- SSR/Static generation over CSR
- Pre-connect to common resources
Result: Perplexity citation rate increased 3.2x over 3 months.