NP_EzCache 設定とgzip圧縮送信
- 投稿日 : 2007-05-26, 12:05()
- タグ(NucleusPlugin Server)
- カテゴリ(Nucleus Plugin)
- 記し人(luvsic)
- 閲覧数(189)
- test null 13
- test 1-3
- test 2-3
はきだすページをキャッシュ化して、高速表示・サーバ負荷低減ができるそうな。
プラグインの設定と、gzip圧縮送信の方法を残しとこう
plugin設定例
/
/xml-rss2.php
/atom.php
/ror.php
/item/([0-9]+)
/xml-rss2.php
/atom.php
/ror.php
/item/([0-9]+)
gzip圧縮送信
xml-rss2.phpの場合。
「header("Content-Type: application/xml");」
のすぐ下の行に下記を追加
No comments yet