Speed Up Wordpress with Caching
作者 在其自己的Blog中提到了几点加速你的Blog的点子, 当然首当其冲的是别指望你用廉价的费用租用的共享空间能有多大的性能|访问速度的提升.
Server架构和Wordpress本身将是两个重点, 比如 MySQL Query Cache.

我是做SA的, 当然知道MySQL优化的重要性,但如果你也和我一样使用的空间不能给你太大的发挥余地的话, 可以试着安装个PhpMyAdmin, 请查看系统参数性能, 不是很明白和了解的话, 请仔细阅读其给你的提示信息和显示红色的参数; 也许改下会更优良. Query_cache_size 你可以修改大些,如作者在文中提的20M.
PHP Compiler Cache
WordPress is a PHP application so every request results in a call from the webserver (like Apache) to the PHP interpreter. This program reads the script files and compiles them into opcode which can be executed. This process may need some time, depending on the size of your script. A PHP Compiler cache saves the script in the compiled state in the memory which allows the PHP engine to execute it directly without compiling again which makes the execution about three times faster. Wide known PHP compiler caches are APC and eAccelerator. Please refer to their websites on how to install them, you will also need root access for that.
WordPress Internal Caching
在我自己的blog中使用到了wp-cache. 你可以把它和APC 一起使用,在我使用中发现外来连接Feed使用比较多,它可将你的文章Cache后如同静态页面来响应访问者.
另你也许还能选上gzip让浏览器来压缩页面.
The right of the people to keep and bear…arms shall not be infringed. A well regulated militia, composed of the people, trained to arms is the best and most natural defense of a free country… JAMES MADISON, 1 Annals of Congress 434 (June 8, 1789).