Website Caching is a technique to reduce the server load by sending visitors of the website static pages instead of dynamic ones. A normal request would query the database of the website and run all the commands references in the php files. That’s usually not a huge problem unless your website gets hit by a [...]

