Here is my memory usage after using command free -m
                     total       used       free     shared    buffers     cached
       Mem:           490        429         60         28         16        282
 -/+ buffers/cache:   130        360
        Swap:         1023        6       1017
I used these commands to set everything up:
wget -qO ee rt.cx/ee && sudo bash ee 
sudo ee site create example.com --wp
ee stack install
ee site update example.com --wp --wpfc
and these are my settings for the plugin
- Page Cache – Disk Enhance
- Database Cache – Memcache
- Object Cache – Memcache
- Browser Cache – Disabled
Did I do something wrong? Why isn’t my website caching?
 
      
    