Hi James, On 06/09/2015 10:24 AM, James Smith wrote:
From Apache point of view... * Don't use .htaccess files... put everything in httpd.conf (or equivalent) there is a huge file system performance hit {Apache has to look for .htaccess files in the directory and any parent directories} include "AllowOverride None" in httpd.conf * Remove etags (Header unset Etag/FileETag None)
Won't this disable conditional requests, ex. If-None-Match and friends? Is your recomendation because of the header overhead or am I missing something?
[...] Thanks, Frederik