June 19, 2013

Comment: Why do you need many apache children ?

… about is only closely related – the http acceleration software (varnish, squid, oops, etc.). If a proxy server is forbidden to cache…

Post: Why do you need many apache children ?

… and nothing else – no dedicated server for static content, no squid in front nothing else. This architecture is frequently used even…

Comment: Cache Performance Comparison

… seems to be the way to go though, right from Squid (or better yet, Varnish) down to an in-memory cache…

Post: Are PHP persistent connections evil ?

… alive serve images or perform spoon feeding. You can place squid in front, use apache proxy module or even use lighttpd…

Comment: APC or Memcached

…, as they are both in memory caches. I left out squid in this case – not creating pages at and just serving…

Comment: APC or Memcached

… use that and skip APC… Our real boost is using Squid because we stick the home page in memory so it…

Comment: MySQL Query Cache

… real boosts are when I use php with memcached and squid or mod_cache on Apache. Kevin

Post: Speedup your LAMP stack with LigHTTPD

… server to use as reverse proxy, you may also use Squid, Lighttpd, Nginx etc, in fact Most of light http servers…