How Can I Optimize Cloudflare Settings for Faster QR Code Generation on Website?

What is the name of the domain?

What is the issue you’re encountering

I’m using Cloudflare for my website Free QR Code Generator, which offers free QR code generation from various sources like URLs, SMS, Locations, and more. I’m looking for advice on optimizing my Cloudflare settings to improve performance and reduce latency when users generate QR codes. Specifically, I’d love help with: Cache Settings: Should I cache generated QR codes, or is it better to skip dynamic content caching? Page Rules: What rules would be ideal for a tool-heavy website like mine? Rocket Loader and Image Optimization: Does enabling Rocket Loader help with scripts, or could it interfere with the QR generation process? Any suggestions, best practices, or recommended settings to make my site faster and more efficient would be greatly appreciated! Thanks in advance for your help!

As you’re passing data to a PHP script, it looks like you’re generating these QR codes on your own server.

If the generation of them is too slow, you’re therefore looking at identifying the bottleneck on your own server.

As for the caching questions you’re mentioning, not all QR codes will make sense to cache. Especially given that there are several options on your site, that may include PII, which may cause concerns from some people.

This topic was automatically closed after 15 days. New replies are no longer allowed.