<?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>pblo &#187; cache</title>
	<atom:link href="http://playispeace.com/blog/tag/cache/feed" rel="self" type="application/rss+xml" />
	<link>http://playispeace.com/blog</link>
	<description>[ぴーぶろ]　PHPやjavascriptを中心に、気になることを実験して報告したり、嘆いてみたりするブログ</description>
	<lastBuildDate>Fri, 10 Sep 2010 08:33:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>xamppでcakePHPを動かそうとしてはまったメモ</title>
		<link>http://playispeace.com/blog/646/xampp_error_for_cakephp</link>
		<comments>http://playispeace.com/blog/646/xampp_error_for_cakephp#comments</comments>
		<pubDate>Wed, 24 Feb 2010 13:12:30 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[インストール]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cakePHP]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=646</guid>
		<description><![CDATA[ニューwindowsマシンをゲットしたんで、ローカルにxamppでcakephpの開発環境作ろうとしてはまったのでメモ。
DLしていきなり動くわけもなく、紆余曲折あったわけですが、最初の細かい問題はググリながらある程度ク [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/646/xampp_error_for_cakephp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>304 Not Modifiedをhttpレスポンスヘッダで制御する方法(Etag偏)</title>
		<link>http://playispeace.com/blog/597/304_not_modified_http_response_header_etag</link>
		<comments>http://playispeace.com/blog/597/304_not_modified_http_response_header_etag#comments</comments>
		<pubDate>Thu, 18 Feb 2010 06:18:02 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[携帯]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[パフォーマンス]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=597</guid>
		<description><![CDATA[前回のエントリーでは、304Not ModifiedをIf-Modified-Sinceを設定して制御する方法でしたが、今回はEtagを利用した方法の紹介です。
実は、前回の方法では、不完全な点がありました。それは、キャ [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/597/304_not_modified_http_response_header_etag/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>304 Not Modifiedをhttpレスポンスヘッダで制御する方法（If-Modified-Since偏）</title>
		<link>http://playispeace.com/blog/579/304_not_modified_response_http_header</link>
		<comments>http://playispeace.com/blog/579/304_not_modified_response_http_header#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:09:37 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[携帯]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[パフォーマンス]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=579</guid>
		<description><![CDATA[携帯3キャリアのキャッシュ制御をしようとしてたら、304で返すのがいいっぽいということで、まずPC(firefox)で304 Not Modifiedを制御する方法を実装してみました。
前提条件ですが、

制御対象が画像 [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/579/304_not_modified_response_http_header/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cakephp、パフォーマンスチューニングメモ</title>
		<link>http://playispeace.com/blog/534/cakephp_performance</link>
		<comments>http://playispeace.com/blog/534/cakephp_performance#comments</comments>
		<pubDate>Wed, 20 Jan 2010 14:53:12 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[パフォーマンス]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=534</guid>
		<description><![CDATA[cakephpで構築中のサービスに、パフォーマンスチューニングを行った際、効果がどれだけあったかをメモしておきます。

なお、実行環境はこちら(http://www.rapidsite.jp)のVPS(仮想専用サーバ)の [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/534/cakephp_performance/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>cakephpで、viewのcacheではまったのでメモ</title>
		<link>http://playispeace.com/blog/517/cakephp_view_cache</link>
		<comments>http://playispeace.com/blog/517/cakephp_view_cache#comments</comments>
		<pubDate>Tue, 19 Jan 2010 03:19:57 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cakePHP]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=517</guid>
		<description><![CDATA[cakephpで、レスポンス改善のためviewのhelperを利用したcacheを使おうと思ったのですが、cacheが生成されない現象にはまったので、そのときいろいろ調べたことをメモ。

よく見る利用方法は

コントロー [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/517/cakephp_view_cache/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
