wordpress启用eAccelerator加速
现在好多主机都支持eAccelerator加速,鉴别方法,phpinfo如图:
with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
有这个就可以了
wordpress用户,可以开启wordpress自己的cache功能提高性能:
编辑wp-config.php,加上一句:
// Enable the WordPress Object Cache: define(ENABLE_CACHE, true);
在wp-content目录下建立cache文件夹并赋予777权限
# mkdir ./wp-content/cache # chmod 0777 ./wp-content/cache
现在好多主机都支持eAccelerator加速,鉴别方法,phpinfo如图:
with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
有这个就可以了
wordpress用户,可以开启wordpress自己的cache功能提高性能:
编辑wp-config.php,加上一句:
// Enable the WordPress Object Cache: define(ENABLE_CACHE, true);
在wp-content目录下建立cache文件夹并赋予777权限
# mkdir ./wp-content/cache # chmod 0777 ./wp-content/cache
搞定了,开启了eAccelerator 后感觉加载速度没啥明显效果,另外我的空间在美国,所以国内访问的速度不一定快,不过个人感觉速度提升不明显,但是我们还有一个数据库缓存功能没有打开,下篇文章我会介绍开启memcached,感觉会更加好一些。
wordpress启用eAccelerator加速:等您坐沙发呢!