You are here:
  • Narrow screen resolution
  • Wide screen resolution
  • Decrease font size
  • Default font size
  • Increase font size
  • default color
  • green color
  • blue color

Search

Search Keyword cache
Total 6 results found. Search for [ cache ] with Google
Results 1 - 6 of 6

1. Separating CSS and JS from HTML

(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
Monday, 29 June 2009

2. Lighten the load for Zend Framework Application - Part I

(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"...
Wednesday, 13 May 2009

3. Enable your Zend Framework App with Conditional GET! (Make it green)

(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?...
Tuesday, 10 February 2009

4. Advanced site performance techniques

(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...
Wednesday, 26 December 2007

5. Enable your Zend Framework App with Conditional GET! (Make it green)

(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...
Saturday, 27 February 2010

6. Enable your Zend Framework App with Conditional GET! (Make it green)

(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)...
Saturday, 28 March 2009