Archive for the 'wordpress' Category

Apache 基准测试–wordpress,eAccelerator,WP-Cache,mod_rewrite

非常抱歉, 在整理My Art时看到此篇,但没有记录来源.
我只翻译我觉得可参考的信息, 也请看官自取.
文中涉及到基准测试软件
Siege (version 2.6.1), Wordpress blog CMS (version 1.5.2), WP-Cache plugin for WP (version 2.0), eAccelerator PHP-accelerator module (version 0.9.3) , mod_rewrite Apache module (Apache 1.3.33).

Wordpress在性能上的表现并不是被赞誉的, 我使用WP-Cache来缓存Web页面(ps: 和我一样  )
服务器装配:

Dell PowerEdge SC1425 server

1 x 2.8GHz Intel XEON processor
2 x 80Gb […]

Speed Up Wordpress with Caching

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 […]