一、减少查询数据库。
询数据库也许会花费比较多的时间,而有些东西是确定的,我们不需要查询数据库就知道应该是什么的。
<meta http-equiv=”Content-Type” content=”<?php bloginfo(’html_type’); ?>; charset=<?php bloginfo(’charset’); ?>” />
<?php bloginfo(’name’); ?>
Graygift@ye
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
<link rel=”alternate” type=”application/rss+xml” title=”<?php _e(’RSS 2.0 – all posts’, ‘inove’); ?>” href=”<?php echo $feed; ?>” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php _e(’RSS 2.0 – all posts’, ‘inove’); ?>” href=”http://www.graygift.com/feed/” />
全文阅读
