<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>胡戈戈 &#187; 体会</title> <atom:link href="http://hugege.com/tag/%e4%bd%93%e4%bc%9a/feed/" rel="self" type="application/rss+xml" /><link>http://hugege.com</link> <description>网上吹水记录  hugege.com</description> <lastBuildDate>Sun, 06 Nov 2011 05:10:30 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>WordPress优化几点体会</title><link>http://hugege.com/2008/04/15/wordpress-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-2</link> <comments>http://hugege.com/2008/04/15/wordpress-2/#comments</comments> <pubDate>Mon, 14 Apr 2008 16:26:12 +0000</pubDate> <dc:creator>胡戈戈</dc:creator> <category><![CDATA[博客]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[体会]]></category> <category><![CDATA[流量]]></category><guid isPermaLink="false">http://hugege.com/?p=87</guid> <description><![CDATA[最近河蟹娱乐的流量有点大，经常造成占用CPU过大，再加上最近bluehost抽了点风，所以访问速度有点慢，我不得不到处请教高人来优化一下。下面就列出几点优化的建议，本人很菜欢迎各位小盆友砸场！ 1.尽量少用插件,一般建议用的插件数目最好不要超过10个，不要用太过占用资源的插件。 2.对于主题进行改装，将部分php调用代码改成直接的html代码输出。 （1）我们可以先对于header.php进行动刀，打开你自己博客首页，查看源文件，我们得到的是html代码。然后我们可以对比后台的主题里面的header.php进行相应的修改，将有些代码直接改成html形式。下面是WordPress偶像人物denis帮我改之后的部分代码： &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;UTF-8&#8243; /&#62; &#60;meta http-equiv=&#8221;Content-Language&#8221; Content=&#8221;zh-CN&#8221;&#62; &#60;meta name=&#8221;keywords&#8221; content=&#8221;笑话, 冷笑话, 河蟹, 娱乐, 幽默, 趣味, 有趣, 和谐, 派对, 流言, 小盆友,个性签名&#8221;&#62; &#60;meta name=&#8221;description&#8221; content=&#8221;一个专注于河蟹娱乐,投递传播笑话的博客。&#8221;&#62; &#60;link rel=&#8221;stylesheet&#8221; href=&#8221;http://kisshi.com/wp-content/themes/Blix/style.css&#8221; type=&#8221;text/css&#8221; media=&#8221;screen, projection&#8221; /&#62; &#60;link rel=&#8221;shortcut icon&#8221; href=&#8221;http://kisshi.com/wp-content/themes/Blix/images/favicon.ico&#8221; /&#62; &#60;link rel=&#8221;alternate&#8221; type=&#8221;application/rss+xml&#8221; title=&#8221;RSS 2.0&#8243; href=&#8221;http://feed.kisshi.com&#8221; /&#62; &#60;link rel=&#8221;pingback&#8221; href=&#8221;http://kisshi.com/xmlrpc.php&#8221; /&#62; （2）再接着对于footer.php进行小小的修改，将&#60;?php echo date(&#8220;Y&#8221;).&#8221; &#8220;; bloginfo(&#8216;name&#8217;); [...]]]></description> <content:encoded><![CDATA[<p>最近河蟹娱乐的流量有点大，经常造成占用CPU过大，再加上最近bluehost抽了点风，所以访问速度有点慢，我不得不到处请教高人来优化一下。下面就列出几点优化的建议，本人很菜欢迎各位小盆友砸场！<br /> 1.尽量少用插件,一般建议用的插件数目最好不要超过10个，不要用太过占用资源的插件。<br /> 2.对于主题进行改装，将部分php调用代码改成直接的html代码输出。<br /> （1）我们可以先对于header.php进行动刀，打开你自己博客首页，查看源文件，我们得到的是html代码。然后我们可以对比后台的主题里面的header.php进行相应的修改，将有些代码直接改成html形式。下面是WordPress偶像人物<a href="http://fairyfish.net">denis</a>帮我改之后的部分代码：</p><p>&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;UTF-8&#8243; /&gt;</p><p>&lt;meta http-equiv=&#8221;Content-Language&#8221; Content=&#8221;zh-CN&#8221;&gt;<br /> &lt;meta name=&#8221;keywords&#8221; content=&#8221;笑话, 冷笑话, 河蟹, 娱乐, 幽默, 趣味, 有趣, 和谐, 派对, 流言, 小盆友,个性签名&#8221;&gt;<br /> &lt;meta name=&#8221;description&#8221; content=&#8221;一个专注于河蟹娱乐,投递传播笑话的博客。&#8221;&gt;</p><p>&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;http://kisshi.com/wp-content/themes/Blix/style.css&#8221; type=&#8221;text/css&#8221; media=&#8221;screen, projection&#8221; /&gt;</p><p>&lt;link rel=&#8221;shortcut icon&#8221; href=&#8221;http://kisshi.com/wp-content/themes/Blix/images/favicon.ico&#8221; /&gt;</p><p>&lt;link rel=&#8221;alternate&#8221; type=&#8221;application/rss+xml&#8221; title=&#8221;RSS 2.0&#8243; href=&#8221;http://feed.kisshi.com&#8221; /&gt;</p><p>&lt;link rel=&#8221;pingback&#8221; href=&#8221;http://kisshi.com/xmlrpc.php&#8221; /&gt;<br /> （2）再接着对于footer.php进行小小的修改，将&lt;?php echo date(&#8220;Y&#8221;).&#8221; &#8220;; bloginfo(&#8216;name&#8217;); ?&gt;直接改成2008 河蟹娱乐<span id="more-87"></span></p><p>（3）再接着我们对于sidebar.php进行动刀，<br /> 如将分类直接换成直接输出结果的：</p><p>&lt;h2&gt;&lt;em&gt;分类&lt;/em&gt;&lt;/h2&gt;</p><p>&lt;ul class=&#8221;categories&#8221;&gt;</p><p>&lt;?php if (function_exists(&#8216;wp_list_categories&#8217;)) {</p><p>wp_list_categories(&#8216;show_count=1&amp;title_li=&#8217;);</p><p>} else {</p><p>wp_list_cats(&#8216;optioncount=1&amp;hierarchical=0&#8242;);</p><p>} ?&gt;</p><p>&lt;/ul&gt;</p><p>改成这样的</p><p>&lt;h2&gt;&lt;em&gt;各种河蟹&lt;/em&gt;&lt;/h2&gt;</p><p>&lt;ul class=&#8221;categories&#8221;&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e4%bc%a0%e8%af%b4/&#8221;&gt;传说&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e5%81%87%e5%a6%82/&#8221;&gt;假如&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e5%92%8c%e8%b0%90/&#8221;&gt;和谐&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e5%af%b9%e8%af%9d/&#8221;&gt;对话&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e5%bb%ba%e8%ae%ae/&#8221;&gt;建议&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e6%84%9f%e5%8a%a8/&#8221;&gt;感动&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e6%8a%80%e5%b7%a7/&#8221;&gt;技巧&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e6%8e%92%e8%a1%8c/&#8221;&gt;排行&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e6%b5%81%e8%a8%80/&#8221;&gt;流言&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e7%89%b9%e5%be%81/&#8221;&gt;特征&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e7%94%b5%e5%bd%b1/&#8221;&gt;电影&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e7%ac%91%e8%af%9d/&#8221;&gt;笑话&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e7%ad%be%e5%90%8d/&#8221;&gt;签名&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e7%bf%bb%e8%af%91/&#8221;&gt;翻译&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e8%af%8d%e8%b5%8b/&#8221;&gt;词赋&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e8%af%ad%e5%bd%95/&#8221;&gt;语录&lt;/a&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com/category/%e8%af%b4%e6%98%8e/&#8221;&gt;说明&lt;/a&gt;&lt;/li&gt;<br /> &lt;/ul&gt;</p><p>将友情链接也换一下<br /> 原来的：</p><p>&lt;h2&gt;&lt;em&gt;友情链接&lt;/em&gt;&lt;/h2&gt;</p><p>&lt;ul class=&#8221;links&#8221;&gt;</p><p>&lt;?php get_links(&#8216;-1&#8242;, &#8216;&lt;li&gt;&#8217;, &#8216;&lt;/li&gt;&#8217;, &#8221;, 0, &#8216;rand&#8217;, 0, 0, 30); ?&gt;</p><p>&lt;/ul&gt;</p><p>换成下面这个</p><p>&lt;h2&gt;&lt;em&gt;有情链接&lt;/em&gt;&lt;/h2&gt;</p><p>&lt;ul class=&#8221;links&#8221;&gt;</p><p>&lt;li&gt;&lt;a href=&#8221;http://kisshi.com/wp-admin/&#8221; title=&#8221;掌握生死大权&#8221; target=&#8221;_blank&#8221;&gt;网站管理&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://hugege.com/&#8221; title=&#8221;宅男网上吹水记录&#8221; target=&#8221;_blank&#8221;&gt;胡戈戈&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://hi.baidu.com/7amon&#8221; title=&#8221;性别:男,1岁&#8221; target=&#8221;_blank&#8221;&gt;嘘嘘乐|amon&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://www.ismayday.com/&#8221; title=&#8221;我最喜欢的在线订阅器抓虾的客服&#8221; target=&#8221;_blank&#8221;&gt;阳光地带&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://www.baidu.com&#8221; title=&#8221;无私奉献流量&#8221; target=&#8221;_blank&#8221;&gt;百度&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://www.hengcuo.net/&#8221; title=&#8221;伪艺术伪评论以及他的扯淡集散地&#8221; target=&#8221;_blank&#8221;&gt;火星蜥蜴馆&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://kisshi.com&#8221; title=&#8221;本世纪最伟大的博客&#8221; target=&#8221;_blank&#8221;&gt;河蟹娱乐&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://fairyfish.net/&#8221; title=&#8221;水煮鱼混水摸鱼之处&#8221; target=&#8221;_blank&#8221;&gt;我爱水煮鱼&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://lengxiaohua.net/&#8221; title=&#8221;豆瓣小组本身就是一个很冷的词语&#8221; target=&#8221;_blank&#8221;&gt;我们爱讲冷笑话&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://xiaonei.com/salala&#8221; title=&#8221;关心爱护河蟹的朋友&#8221; target=&#8221;_blank&#8221;&gt;SALALA&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://hi.baidu.com/chairzcn&#8221; title=&#8221;关心爱护河蟹的同学&#8221; target=&#8221;_blank&#8221;&gt;小才&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://caitou.com/&#8221; title=&#8221;标准吹水咸湿男&#8221; target=&#8221;_blank&#8221;&gt;大猫爪&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://www.hexieshangan.com/&#8221; title=&#8221;跟俺们这个博客同行哇&#8221; target=&#8221;_blank&#8221;&gt;河蟹上岸&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://www.zhuaxia.com/&#8221; title=&#8221;喜欢这个网站&#8221; target=&#8221;_blank&#8221;&gt;抓虾网&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://jiaren.org&#8221; title=&#8221;佳人代表阿企&#8221; target=&#8221;_blank&#8221;&gt;佳人&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://www.izaobao.com&#8221; title=&#8221;我们每天必看枣报,很好很强大&#8221; target=&#8221;_blank&#8221;&gt;爱枣报&lt;/a&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;a href=&#8221;http://nba-tube.com/&#8221; target=&#8221;_blank&#8221;&gt;NBA视频&lt;/a&gt;&lt;/li&gt;</p><p>&lt;/ul&gt;</p><p>3.使用静态缓存插件<br /> 我试用过wp-cache和wp-super-cache，另外国内还有另外一个cos-html-cache，我用wp-super-cache出现了一些问题，好像自从用了这个插件之后就出现了乱码的情况，不知道是不是这个插件的问题，所以为了安全还是启用官方的wp-cache。cos-html-cache这个插件我没用过，但听说挺好用的，需要你将URL改成静态的。<br /> 4.对插件进行修改，将一些功能去掉，将一些东西写死。偶像级人物denis对此条贡献极大，我是菜鸟就不知道怎么进行修改了。<br /> 另外有高手写的两个文章可以参考下,很多很高深我还看不懂</p><p><a href="http://blog.znsunimage.com/2007/03/504/optimization-wordpress-wp-ultimate-manual-optimization">优化Wordpress-wp终极优化手册</a><br /> <a title="http://zhiqiang.org/blog/posts/speedup-your-blog.html" href="http://zhiqiang.org/blog/posts/speedup-your-blog.html">http://zhiqiang.org/blog/posts/speedup-your-blog.html</a></p><p><a href="http://hugege.com/" target="_blank">Hugege.com</a> by 胡戈戈 Copyright ©  2008 爱祖国,爱人民,唉派对。<br /> 更多精彩欢迎您订阅<a href="http://feed.hugege.com" target="_blank">http://feed.hugege.com</a><br/> <a href="http://www.gegehost.com/" target="_blank">GegeHost稳定便宜的美国主机</a>,论坛推荐:<a href="http://ushost.me/" target="_blank">美国主机论坛</a></p> ]]></content:encoded> <wfw:commentRss>http://hugege.com/2008/04/15/wordpress-2/feed/</wfw:commentRss> <slash:comments>31</slash:comments> </item> </channel> </rss>
