(Improve/Website Optimization Techniques)
Increasing cacheability of a website is an important step in website performance optimization. It allows website visitors to store non-changing parts of your website in browser cache for faster access
(PHP/Performance)
...on, make sure you have the following lines in your configuration file:
#### compress module
compress.cache-dir = "/var/cache/lighttpd/compress/"
compress.filetype = ("text/plain"...
(PHP/Performance)
...rotocol. By sending correct HTTP headers with your application, you enable browsers of your end users to cache pages of your site.
Are you worried about users having old versions of page in cache?...
(News/Features)
...than other guys know.
We use:
HTTP Conditional GET - enables your php driven websites become browser-cache friendly with absolutely no impact on functionality. Both the end users and your server c...
(Comments)
...y that, in case of any code different from 2xx or 304, it actually exits and does not add any additional cache header. In fact I used it like this : if not (2xx or 304) then else Hope that was clear...
(Comments)
...s addon "Live HTTP Headers" @Malte, thanks, the code corrected. I also updated the code to get rid of no-cache directive (see update description in the article)...