<?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>Make Money Online With Richard Palace &#187; speed</title>
	<atom:link href="http://www.richardpalace.com/tag/speed/feed" rel="self" type="application/rss+xml" />
	<link>http://www.richardpalace.com</link>
	<description></description>
	<lastBuildDate>Fri, 25 Dec 2009 01:20:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Add Far Future Expires Headers to Speed Up Web Site</title>
		<link>http://www.richardpalace.com/add-far-future-expires-headers-to-speed-up-web-site</link>
		<comments>http://www.richardpalace.com/add-far-future-expires-headers-to-speed-up-web-site#comments</comments>
		<pubDate>Thu, 17 Jul 2008 07:25:12 +0000</pubDate>
		<dc:creator>Richard Palace</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[.htacess]]></category>
		<category><![CDATA[expires]]></category>
		<category><![CDATA[far]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[grade]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[improve]]></category>
		<category><![CDATA[performanace]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[stylesheet]]></category>
		<category><![CDATA[up]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[yslow]]></category>

		<guid isPermaLink="false">http://www.richardpalace.com/?p=945</guid>
		<description><![CDATA[New visitors to your web site will make several HTTP requests to download all your web site files. By add Far Future Expires header, you make those files cacheable. This avoids unnecessary HTTP requests on subsequent page views. Expires headers should be used on all components including scripts, stylesheets, and Flash components. If you have [...]]]></description>
			<content:encoded><![CDATA[<p>New visitors to your web site will make several HTTP requests to download all your web site files. By add Far Future Expires header, you make those files cacheable. This avoids unnecessary HTTP requests on subsequent page views. Expires headers should be used on all components including scripts, stylesheets, and Flash components.</p>
<p>If you have access to httpd.conf, you can add</p>
<blockquote><p>[FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$"]<br />
Header set Expires &#8220;Thu, 15 Apr 2010 20:00:00 GMT&#8221;<br />
[/FilesMatch]</p></blockquote>
<p>* Replace [ with &lt; and ] with &gt;</p>
<p>You can also add the above code if you can only access .htaccess.</p>
<p>Remember to change the date when it expired.</p>
<p>Your web site Yslow performance grade should improve.</p>
<img src="http://www.richardpalace.com/?ak_action=api_record_view&id=945&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.richardpalace.com/add-far-future-expires-headers-to-speed-up-web-site/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove ETag Headers to Speed up Apache</title>
		<link>http://www.richardpalace.com/remove-etag-headers-to-speed-up-apache</link>
		<comments>http://www.richardpalace.com/remove-etag-headers-to-speed-up-apache#comments</comments>
		<pubDate>Thu, 17 Jul 2008 06:57:39 +0000</pubDate>
		<dc:creator>Richard Palace</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Web Sites]]></category>
		<category><![CDATA[.htacess]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[etag]]></category>
		<category><![CDATA[fileetag]]></category>
		<category><![CDATA[grade]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[improve]]></category>
		<category><![CDATA[performanace]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[up]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[yslow]]></category>

		<guid isPermaLink="false">http://www.richardpalace.com/?p=944</guid>
		<description><![CDATA[Entity tags (ETags) are a mechanism to check for a newer version of a cached file. Removing the ETag reduces the size of the HTTP headers in both the response and subsequent requests. If you have access to httpd.conf, you can add FileETag None Or if you can only access .htaccess only, you can add [...]]]></description>
			<content:encoded><![CDATA[<p>Entity tags (ETags) are a mechanism to check for a newer version of a cached file. Removing the ETag reduces the size of the HTTP headers in both the response and subsequent requests.</p>
<p>If you have access to httpd.conf, you can add</p>
<blockquote><p>FileETag None</p></blockquote>
<p>Or if you can only access .htaccess only, you can add</p>
<blockquote><p>Header unset ETag<br />
FileETag None</p></blockquote>
<p>Your web site Yslow performance grade should improve.</p>
<img src="http://www.richardpalace.com/?ak_action=api_record_view&id=944&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.richardpalace.com/remove-etag-headers-to-speed-up-apache/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Paulie Litt &#124; Speed Racer</title>
		<link>http://www.richardpalace.com/paulie-litt-speed-racer</link>
		<comments>http://www.richardpalace.com/paulie-litt-speed-racer#comments</comments>
		<pubDate>Wed, 14 May 2008 15:13:55 +0000</pubDate>
		<dc:creator>Richard Palace</dc:creator>
				<category><![CDATA[Celebrity]]></category>
		<category><![CDATA[litt]]></category>
		<category><![CDATA[paul]]></category>
		<category><![CDATA[paul litt]]></category>
		<category><![CDATA[racer]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[speed racer]]></category>

		<guid isPermaLink="false">http://www.richardpalace.com/?p=267</guid>
		<description><![CDATA[Paul Litt, born in 1995, is an American actor best known for playing Justin Shanowski on Hope &#38; Faith, a TV sitcom. He has recently played Spirtle Racer in Speed Racer, a high-velocity, big-screen adaptation of the Japanese cartoon that landed stateside in the 1970s. Speed Racer was written and directed by the Wachowski Brothers. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.richardpalace.com/wp-content/uploads/2008/05/paulielitt.jpg"><img class="alignleft size-medium wp-image-268" style="margin: 5px; float: left;" title="Paulie Litt" src="http://www.richardpalace.com/wp-content/uploads/2008/05/paulielitt.jpg" alt="Paulie Litt" /></a>Paul Litt, born in 1995, is an American actor best known for playing Justin Shanowski on Hope &amp; Faith, a TV sitcom.</p>
<p>He has recently played Spirtle Racer in Speed Racer, a high-velocity, big-screen adaptation of the Japanese cartoon that landed stateside in the 1970s.</p>
<p>Speed Racer was written and directed by the Wachowski Brothers.</p>
<p>Paulie Litt Offical Website at MySpace can be found <a title="Paulie Litt" href=" http://www.myspace.com/paulielitt  " target="_blank">here</a>.</p>
<img src="http://www.richardpalace.com/?ak_action=api_record_view&id=267&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.richardpalace.com/paulie-litt-speed-racer/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speed Racer (2008)</title>
		<link>http://www.richardpalace.com/speed-racer-2008</link>
		<comments>http://www.richardpalace.com/speed-racer-2008#comments</comments>
		<pubDate>Fri, 09 May 2008 03:42:32 +0000</pubDate>
		<dc:creator>Richard Palace</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Movie]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[mach5]]></category>
		<category><![CDATA[racer]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[trailer]]></category>

		<guid isPermaLink="false">http://www.richardpalace.com/?p=169</guid>
		<description><![CDATA[Based on the classic TV series created by anime pioneer Tatsuo Yoshida, the live-action &#8220;Speed Racer&#8221; follows the adventures of race car driver Speed on and off the track in his thundering Mach 5. The film also features other characters that fans of the show will remember, including Speed&#8217;s family and his mysterious arch-rival, Racer [...]]]></description>
			<content:encoded><![CDATA[<p>Based on the classic TV series created by anime pioneer Tatsuo Yoshida, the live-action &#8220;Speed Racer&#8221; follows the adventures of race car driver Speed on and off the track in his thundering Mach 5. The film also features other characters that fans of the show will remember, including Speed&#8217;s family and his mysterious arch-rival, Racer X. The movie combines revolutionary visual effects and cutting-edge storytelling that have become the benchmarks of the Wachowski Brothers&#8217; films.</p>
<p><a href="http://www.richardpalace.com/speed-racer-2008"><em>Click here to view the embedded video.</em></a></p>
<img src="http://www.richardpalace.com/?ak_action=api_record_view&id=169&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.richardpalace.com/speed-racer-2008/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WP-Cache Plugin For WordPress Blog</title>
		<link>http://www.richardpalace.com/wp-cache-plugin-for-wordpress-blog</link>
		<comments>http://www.richardpalace.com/wp-cache-plugin-for-wordpress-blog#comments</comments>
		<pubDate>Tue, 19 Feb 2008 22:21:46 +0000</pubDate>
		<dc:creator>Richard Palace</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[improve]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.richardpalace.com/2008/02/19/wp-cache-plugin-for-wordpress-blog/</guid>
		<description><![CDATA[WP-Cache Plugin is one of the top 10 plugin for WordPress Blog. Basically, it speeds up your site and if your blog has high traffic, it is recommended that you have it installed. Remember to delete cache if you edit your wordpress theme. WP-Cache is an extremely efficient WordPress page caching system to make you [...]]]></description>
			<content:encoded><![CDATA[<p>WP-Cache Plugin is one of the top 10 plugin for WordPress Blog. Basically, it speeds up your site and if your blog has high traffic, it is recommended that you have it installed. Remember to delete cache if you edit your wordpress theme.</p>
<p>WP-Cache is an extremely efficient WordPress page caching system to make you site much faster and responsive. It works by caching Worpress pages and storing them in a static file for serving future requests directly from the file rather than loading and compiling the whole PHP code and the building the page from the database. WP-Cache allows to serve hundred of times more pages per second, and to reduce the response time from several tenths of seconds to less than a millisecond.</p>
<p>WP-Cache started from the &#8221;&#8217;Staticize Reloaded&#8221;&#8217; by matt and billzeller. Most of their recommendations also apply to WP-Cache. Current version, WP-Cache2, is a huge improvement over previous versions of WP-Cache.</p>
<p>WP-Cache is composed of two parts:</p>
<ol>
<li>Two-phases WordPress hooks. The first is called at the very begining &#8211;wp-cache-phase1.php&#8211; when just few code has been compiled. The second &#8211;wp-cache-phase2.php&#8211; after all plugins have been executed. The first phase checks if the requested URL is already cached, if so it serves from the static file and finishes. The second phase stores the generated page in a static file for further request.</li>
<li>The WP-Cache plugin. This plugin configures and manages the whole process. It is easy to use and self-documented. It allows yoy to enable or disable cache, define expiration time for static pages, define rules for rejecting and accepting which URLs and php files can be cached, and shows and delete pages in cache.</li>
</ol>
<p>Current version is 2.1.2 updated on 2007-09-21</p>
<p>Click <a href="http://wordpress.org/extend/plugins/wp-cache/" title="WP-Cache">here</a> to stay updated with the latest version.</p>
<img src="http://www.richardpalace.com/?ak_action=api_record_view&id=68&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.richardpalace.com/wp-cache-plugin-for-wordpress-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
