Wp-Cache2 is a WordPress Plugin to cache WordPress generated pages. cache2 WordPress�̍�������WP�́A WordPress�̐��������y�[�W���L���b�V������B However it doesn't work with in-built gzip compression.����������͋@�\���܂��������gzip�`���ň��k���܂��B Lets see how we can solve it.�ł́A�ǂ̂悤�ɉ������邽�߂ɎQ�Ƃ��Ă��������B

Wp-Cache 2 significantly increases performance of WordPress enabled websites. WP�B���ꏊ2 WordPress�̗L��ɂȂ��ăE�F�u�T�C�g�̃p�t�H�[�}���X��啝�Ɍ�コ����B Additionally it drastically reduces the processing load on the machine.����ɁA���̃T�[�r�X�̏������ׂ�啝�ɒጸ����Ă���}�V���ł��B It is intelligent to understand when to refresh the cache based on author / publisher activity.�m�\�𗝉����邱�Ƃ��L���b�V�����X�V����Ƃ��Ɋ�Â��Ē���/�o�ŎЂ̊����ł��B

This blog uses���̃u���O�ł́A wp-cache 2 WP�B���ꏊ2 .�ł��B

It comes with some costs.����ɂ́A�����‚��̃R�X�g�ł��B It doesn't allow you to compress your output in gzip format, a facility provided by WordPress.���Ȃ������k���邱�Ƃ͋��‚���܂��񂵂ďo�͂�gzip�t�H�[�}�b�g�́A�{�݂ɂ���Ē񋟂�WordPress�̂ł��B

BTW: wp-cache-2 doesn't work on Windows based servers.�Ƃ���ŁF WP�B���ꏊ- 2 Windows�x�[�X�̃T�[�o�ł͓��삵�܂���B

The solution is to use Apache�������Apache���g�p���� mod_deflate module.���W���[���ł��B

A simple configuration (add in httpd.conf) might be:�P���ȍ\���i httpd.conf�̒lj��j��������Ȃ��F

 AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php addoutputfilterbytype�����ڂ܂���e�L�X�g/ HTML�e�L�X�g/�v���[���e�L�X�g/ XML�̃A�v���P�[�V����/ -��httpd - PHP�� 

This assumes you have mod_deflate loaded.����mod_deflate�z�肵�ēǂݍ��܂�܂��B If not load it first:���ׂĂ��Ȃ��ꍇ�͂܂��ŏ��F

 LoadModule deflate_module modules/mod_deflate.so LoadModule��deflate_module���W���[��/ mod_deflate.so 

Let me know your experience with this.���̌o���������ĂĂ��������B