21458. http://www.redips.net/wordpress/make-it-faster/
Did you ever measure how many requests per second your Web server can handle and how you can improve it? This article should give you the answer and show you how to increase quickness of your Web application like WordPress, phpBB, Joomla ...
21457. http://www.redips.net/wordpress/make-it-fly/
fter turning on MySQL cache and PHP cache, site becomes 150% quicker. This can be done on MySQL and PHP level. On the other hand if your site is installed on shared host, you probably have restricted access and you can't edit my.cnf nor install APC.
21456. http://txfx.net/files/wordpress/apc-object-cache.phps
21455. http://markjaquith.wordpress.com/2006/02/13/adventures-with-wp-cache2-apc/
This seems promising. In php.ini in the [apc] section I set apc.filters = wp-cache-config which should exclude wp-cache-config.php and wp-cache-config-sample.php from being cached by APC.