Posts Tagged with "优化"

加速你的wordpress

星期五, 12月 18, 2009

20 Comments

最近对网站优化很感兴趣,看到网站各种牛人给出的方法同时,自已也拿来测试,有了上次那教训,我也学会了在本地测试先.以做到万无一失的准备:)HOHO. 可能会写的比较杂,方法都是网上收集的,我拿来整理下我已经使用的分享给大家:) 优化header 1.<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’);?>; charset=<?php bloginfo(‘charset’);?>” /> 我替换成:<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ /> 2.<title><?php bloginfo(‘name’);?><?php if(is_single()){?> &raquo; Blog Archive <?php }?><?php wp_title();?></title>

Continue reading...