<?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>缓存加速相关文章列表 &#8211; AndyX.Net &#8211; 安迪克斯</title>
	<atom:link href="https://andyx.net/tag/huan_cun_jia_su/feed/" rel="self" type="application/rss+xml" />
	<link>https://andyx.net</link>
	<description></description>
	<lastBuildDate>Fri, 08 Nov 2019 03:22:22 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://andyx.net/storage/2019/08/cropped-02-3-32x32.jpg</url>
	<title>缓存加速相关文章列表 &#8211; AndyX.Net &#8211; 安迪克斯</title>
	<link>https://andyx.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>使用WordPress的Cachify插件将页面缓存到Memcached实现网站加速访问</title>
		<link>https://andyx.net/using_wordpress_cachify_plug-in_and_memcached_function_to_boost_website/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Fri, 08 Nov 2019 03:08:38 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CDN加速]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[加速]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[缓存加速]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=4168</guid>

					<description><![CDATA[将网站搭建国外主机或者服务器上有一个劣势就是网站的速度慢，为了加快网站的打开速度，利用了各种一切可以用上的方法 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>浅谈什么是memcache？以及memcache与memcached的区别</title>
		<link>https://andyx.net/the_difference_between_memcached_and_memcached/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Mon, 23 Sep 2019 03:01:54 +0000</pubDate>
				<category><![CDATA[笔记]]></category>
		<category><![CDATA[菜鸟]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[区别]]></category>
		<category><![CDATA[缓存加速]]></category>
		<guid isPermaLink="false">https://andyx.net/memcache_he_memcached_qu_bie/</guid>

					<description><![CDATA[Memcache是一个高性能的分布式的内存对象缓存系统，通过在内存里维护一个统一的巨大的hash表，它能够用来 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>菜鸟笔记：如何用Nginx实现 反向绑定/缓存加速/自动更新缓存/获取真实IP/CDN加速</title>
		<link>https://andyx.net/how_to_use_nginx_to_reverse_proxy_cache-cdn_acceleration_update_cache/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Sat, 21 Sep 2019 10:01:10 +0000</pubDate>
				<category><![CDATA[VPS/云主机]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[建站]]></category>
		<category><![CDATA[笔记]]></category>
		<category><![CDATA[菜鸟]]></category>
		<category><![CDATA[运维]]></category>
		<category><![CDATA[accelerate]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[加速]]></category>
		<category><![CDATA[反向绑定]]></category>
		<category><![CDATA[缓存加速]]></category>
		<category><![CDATA[自动更新]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=2260</guid>

					<description><![CDATA[虽然服务器放在阿里云香港主机上，电信由于走的是CN2线路，所以访问速度会比较快。而联通、移动用户访问起来会比较 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>菜鸟简单配置varnish缓存加速实例</title>
		<link>https://andyx.net/simple-configuration-of-varnish-cache-acceleration/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Wed, 28 Aug 2019 20:22:02 +0000</pubDate>
				<category><![CDATA[负载均衡]]></category>
		<category><![CDATA[集群]]></category>
		<category><![CDATA[varnishi]]></category>
		<category><![CDATA[缓存加速]]></category>
		<guid isPermaLink="false">http://andyxtest.andyx.net/%e8%b6%85%e7%ae%80%e5%8d%95varnish%e7%bc%93%e5%ad%98%e5%8a%a0%e9%80%9f%e5%ae%9e%e4%be%8b/</guid>

					<description><![CDATA[本文是面向菜鸟级玩家的varnish缓存加速实例，上手很快基本没什么难度哦，希望大家喜欢。 首先说下项目需求。 [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
