原文:4 Simple Ways To Speed Up WordPress By Michael Castilla
1. Staying up to date with releases - 及时更新Wordpress版本
2. Disable or delete unused plugins - 禁用或者删除不用的Wordpress插件
3. Clean up your code - 简化代码,去掉不必要的空格等
4. Minimize PHP and database queries - 尽量减少执行PHP代码和数据库存取
4 Responses
minidxer
January 8th, 2008 at 12:44 am
1第三和第四应该是给开发人员的吧?
sorryle
January 8th, 2008 at 11:51 am
2内容没有全部转,第三条的意思是将
.test {
.test {font-family: Georgia, serif; font-size: 12px; color: #000000;}
font-family: Georgia, Times, serif;
font-size: 12px;
color: #000000;
}
改成这样
将
.test {margin-top: 7px; margin-right: 1px; margin-bottom: 5px; margin-left: 3px;}
.test {margin: 7px 1px 5px 3px;}
改成
第四条意思是将
改成
sofish
January 8th, 2008 at 7:02 pm
3看了评论才知道,呵呵…我在BLOGDIY看到过…
chunfa
January 8th, 2008 at 10:43 pm
4第3和第4对我来说是个难题。
RSS feed for comments on this post · TrackBack URI
Leave a reply
Categories
Archives
Popular Posts
Copyright © 2008 sorryle’s blog. All rights reserved. Powered by WordPress. BloggingPro Theme.