We will be introducing an op-code cache on our PHP based web nodes. Normally, PHP files have to be read and parsed for each request before they are executed. This processing time gets longer the more complex your site is. The...
Below are methods for bypassing cache if you don't want your image delivery to be accelerated, or if you want to force a freshness check on every request. Each of the options below should be used with care. Each one will result...