Jonathan Bird

Results 47 comments of Jonathan Bird

We're having the same issue with full static caching + default .htaccess config from the documentation, on our multi-site Statamic 5 site (same codebase, just multiple domains setup): ``` #...

@jasonvarga I've gotten a little carried away with performance improvements and found this too. Keen to hear your thoughts. I'm not 100% sure the `shouldUseBatchCaching` checking which stores are used...

@jasonvarga happy to, do you want me to implement it for search only, or across getFilteredItems affecting all queries in the QueryBuilder? I think we try all queries, just not...

@jasonvarga I have created a PR, great results in my benchmark tests between old vs new: https://github.com/statamic/cms/pull/13217 Please let me know if you'd like any changes, this is my first...

@duncanmcclean @adnankussair @bastihilger I actually just solved this for a client on a Statamic site using CloudFlare Pro. I'm happy to provide the working solution if you guys want? Short...

Also if you want to take it to the next level and setup Rate limiting, I basically setup the rate limit to match incoming requests except for if URI Path...

Ah yes great idea with that. I haven't dived into that area before, I usually do that on the server-level. Looking forward to reading it all! I use Cloudflare Pro...