<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>《使用Microsoft Ajax Content Delivery Network(CDN)优化WordPress加载速度》的评论</title>
	<atom:link href="https://wordpress.diguage.com/archives/27.html/feed" rel="self" type="application/rss+xml" />
	<link>https://wordpress.diguage.com/archives/27.html</link>
	<description>分享技术带来的喜悦—https://www.diguage.com/</description>
	<lastBuildDate>Thu, 11 Jun 2020 02:02:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>作者：分享一些资料（侧重Linux） &#8211; 忠旺博客</title>
		<link>https://wordpress.diguage.com/archives/27.html#comment-22836</link>
		<dc:creator>分享一些资料（侧重Linux） &#8211; 忠旺博客</dc:creator>
		<pubDate>Thu, 07 Aug 2014 01:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=27#comment-22836</guid>
		<description>[...] CDN技术实践 [...]</description>
		<content:encoded><![CDATA[<p>[...] CDN技术实践 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：高性能网站的十四条黄金法则 &#124; news snack</title>
		<link>https://wordpress.diguage.com/archives/27.html#comment-4710</link>
		<dc:creator>高性能网站的十四条黄金法则 &#124; news snack</dc:creator>
		<pubDate>Tue, 02 Jul 2013 18:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=27#comment-4710</guid>
		<description>[...] Use a Content Delivery Network （使用内容分发网络（即CDN））。我前面写过一篇文章，来介绍CDN网络的使用。请看“使用Microsoft Ajax Content Delivery Network(CDN)优化WordPress加载速度”。 [...]</description>
		<content:encoded><![CDATA[<p>[...] Use a Content Delivery Network （使用内容分发网络（即CDN））。我前面写过一篇文章，来介绍CDN网络的使用。请看“使用Microsoft Ajax Content Delivery Network(CDN)优化WordPress加载速度”。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：分享一些资料（侧重Linux） &#124; &#34;地瓜哥&#34;博客网</title>
		<link>https://wordpress.diguage.com/archives/27.html#comment-1555</link>
		<dc:creator>分享一些资料（侧重Linux） &#124; &#34;地瓜哥&#34;博客网</dc:creator>
		<pubDate>Fri, 05 Apr 2013 01:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=27#comment-1555</guid>
		<description>[...] CDN技术实践 [...]</description>
		<content:encoded><![CDATA[<p>[...] CDN技术实践 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：分享一些资料（侧重Linux） &#8211;by D瓜哥 &#171; jhjguxin</title>
		<link>https://wordpress.diguage.com/archives/27.html#comment-1536</link>
		<dc:creator>分享一些资料（侧重Linux） &#8211;by D瓜哥 &#171; jhjguxin</dc:creator>
		<pubDate>Thu, 04 Apr 2013 05:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=27#comment-1536</guid>
		<description>[...] CDN技术实践 [...]</description>
		<content:encoded><![CDATA[<p>[...] CDN技术实践 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Wordpress优化小记 &#124; &#34;地瓜哥&#34;博客网</title>
		<link>https://wordpress.diguage.com/archives/27.html#comment-1040</link>
		<dc:creator>Wordpress优化小记 &#124; &#34;地瓜哥&#34;博客网</dc:creator>
		<pubDate>Wed, 13 Mar 2013 09:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=27#comment-1040</guid>
		<description>[...] 　　从运行的结果显示，在syntaxhighlighter.php文件（只有这么一个php文件）中有几十行（目测）还有wp_register_script()函数调用中，最后函数和版本号有关。D瓜哥在“使用Microsoft Ajax Content Delivery Network(CDN)优化WordPress加载速度”中就介绍过，把设置版本号的参数传成null就成功去掉*.js链接后面的版本号参数。由于，这些wp_register_script()函数调用中，最后的参数都是一个变量。结果中也显示了这个变量的赋值情况，所以，只要找到这个变量的赋值语句，然后将其赋值成null即可一劳永逸。打开syntaxhighlighter.php搜索“$this-&gt;agshver = &#8217;2.1.364&#8242;;”，然后在113行，将其代码修改、保存成如下： [...]</description>
		<content:encoded><![CDATA[<p>[...] 　　从运行的结果显示，在syntaxhighlighter.php文件（只有这么一个php文件）中有几十行（目测）还有wp_register_script()函数调用中，最后函数和版本号有关。D瓜哥在“使用Microsoft Ajax Content Delivery Network(CDN)优化WordPress加载速度”中就介绍过，把设置版本号的参数传成null就成功去掉*.js链接后面的版本号参数。由于，这些wp_register_script()函数调用中，最后的参数都是一个变量。结果中也显示了这个变量的赋值情况，所以，只要找到这个变量的赋值语句，然后将其赋值成null即可一劳永逸。打开syntaxhighlighter.php搜索“$this-&gt;agshver = &#8217;2.1.364&#8242;;”，然后在113行，将其代码修改、保存成如下： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：D瓜哥</title>
		<link>https://wordpress.diguage.com/archives/27.html#comment-397</link>
		<dc:creator>D瓜哥</dc:creator>
		<pubDate>Mon, 17 Dec 2012 05:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=27#comment-397</guid>
		<description>其实，这个东西和自己的博客等关系不大。我推荐使用CDN的只是jQuery类库。博客内容还是在自己网站上。哈哈</description>
		<content:encoded><![CDATA[<p>其实，这个东西和自己的博客等关系不大。我推荐使用CDN的只是jQuery类库。博客内容还是在自己网站上。哈哈</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：李冬</title>
		<link>https://wordpress.diguage.com/archives/27.html#comment-396</link>
		<dc:creator>李冬</dc:creator>
		<pubDate>Mon, 17 Dec 2012 00:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=27#comment-396</guid>
		<description>恩 ，CDN很多时候可以明显改善网站的打开速度啊，不过目前百度好像对这个东西的识别还是不大好，因为IP不固定啊，对SEO大大不利。所以呢，我是尽量不用的，宁肯多花点钱买BGP线路的主机，也不愿意用比较廉价的CDN。
等以后百度更智能了，就可以考虑CDN了。</description>
		<content:encoded><![CDATA[<p>恩 ，CDN很多时候可以明显改善网站的打开速度啊，不过目前百度好像对这个东西的识别还是不大好，因为IP不固定啊，对SEO大大不利。所以呢，我是尽量不用的，宁肯多花点钱买BGP线路的主机，也不愿意用比较廉价的CDN。<br />
等以后百度更智能了，就可以考虑CDN了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：高性能网站的十四条黄金法则 &#124; 编程·早晨</title>
		<link>https://wordpress.diguage.com/archives/27.html#comment-24</link>
		<dc:creator>高性能网站的十四条黄金法则 &#124; 编程·早晨</dc:creator>
		<pubDate>Thu, 02 Aug 2012 18:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=27#comment-24</guid>
		<description>[...] Use a Content Delivery Network （使用内容分发网络（即CDN））。我前面写过一篇文章，来介绍CDN网络的使用。请看&#8220;使用Microsoft Ajax Content Delivery Network(CDN)优化WordPress加载速度&#8221;。 [...]</description>
		<content:encoded><![CDATA[<p>[...] Use a Content Delivery Network （使用内容分发网络（即CDN））。我前面写过一篇文章，来介绍CDN网络的使用。请看&ldquo;使用Microsoft Ajax Content Delivery Network(CDN)优化WordPress加载速度&rdquo;。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：D瓜哥</title>
		<link>https://wordpress.diguage.com/archives/27.html#comment-20</link>
		<dc:creator>D瓜哥</dc:creator>
		<pubDate>Wed, 25 Jul 2012 02:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=27#comment-20</guid>
		<description>谢谢！哈哈</description>
		<content:encoded><![CDATA[<p>谢谢！哈哈</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：houyh</title>
		<link>https://wordpress.diguage.com/archives/27.html#comment-17</link>
		<dc:creator>houyh</dc:creator>
		<pubDate>Wed, 25 Jul 2012 02:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=27#comment-17</guid>
		<description>这个可以有。</description>
		<content:encoded><![CDATA[<p>这个可以有。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：高性能网站的十四条黄金法则 &#124; 地瓜哥—DiGuaGe.com</title>
		<link>https://wordpress.diguage.com/archives/27.html#comment-9</link>
		<dc:creator>高性能网站的十四条黄金法则 &#124; 地瓜哥—DiGuaGe.com</dc:creator>
		<pubDate>Mon, 23 Jul 2012 23:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=27#comment-9</guid>
		<description>[...] Use a Content Delivery Network （使用内容分发网络（即CDN））。我前面写过一篇文章，来介绍CDN网络的使用。请看“使用Microsoft Ajax Content Delivery Network(CDN)优化WordPress加载速度”。 [...]</description>
		<content:encoded><![CDATA[<p>[...] Use a Content Delivery Network （使用内容分发网络（即CDN））。我前面写过一篇文章，来介绍CDN网络的使用。请看“使用Microsoft Ajax Content Delivery Network(CDN)优化WordPress加载速度”。 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/

Object Caching 277/317 objects using disk
Page Caching using disk: enhanced (SSL caching disabled)
Database Caching using disk

 Served from: wordpress.diguage.com @ 2026-04-23 21:36:07 by W3 Total Cache -->