Crafting Web Experiences
//
Compression class: Call the class:
Faster with SQL Query:
Redis Command: In a Docker Container:
I can categorize the things that can be done to improve performance of a WordPress site as follows. The prioritization can be changed according to the initial testing results. Also, every single item might not be applicable for every WordPress site. Testing and planning phase is very important to decide which tasks need to be…
Rule #1: Cache Then… Cache eligibility: Eligible for cacheEdge TTL: Use cache-control header if present, use default Cloudflare caching behavior if notBrowser TTL: Override origin and use this TTL – 1 daySort query string: YesServe stale content while revalidating: YesUse strong ETag headers: Yes Rule #2: Admin No Cache Then… Cache eligibility: Bypass cache
Be careful, this might cause caching issues on your site. If you have a proxy caching system set up, your changes on your assets may not be reflected to the site.