WordPress tip: How to speed up WordPress site by using cache?

Categories :
  1. Install W3 Total Cache
  2. General Settings
    • Page Cache: Use “Disk: Enhanced”
    • Database Cache: Use “Memcached”
    • Object Cache: Use “Memcached”
  3. Install Memcached
    • sudo apt-get install memcached
  4. Check Memcached
    • echo “stats items” | nc 127.0.0.1 11211
  5. Enable Automatic Platform Optimization (APO) in CloudFlare
    • Speed –> Content Optimization

Leave a Reply

Your email address will not be published. Required fields are marked *