Php ile gzip kullanıyorsanız kasma yapabiliyor. htaccess ile gzip kullanımında kasma olmaması lazım.
Gzip aktif olabilmesi için appache derlemesinde
deflate eklentisinde kurulu olması gerekiyor. Kurulu değilse tekrar derleme gerekir.
Gzipin aktif olup olmadığını
bu siteden konrtol edebilirsiniz.
+ olarak htaccess ile cache kullanımı yapabilirsiniz.
Gizp aktif zaten...
Alıntı
Web page compressed? Yes
Compression type? gzip
Size, Markup (bytes) 35,545
Size, Compressed (bytes) 7,577
Compression % 78.7
Response Headers
status HTTP/1.1 200 OK
server nginx
date Wed, 06 Feb 2013
04:38:46 GMT
content-type text/html;
charset=UTF-8
connection close
x-pingback
http://www.yazarcize
r.net/xmlrpc.php
content-encoding gzip
vary Accept-Encoding
set-cookie bp-message-type=dele
ted; expires=Tue,
07-Feb-2012 04:38:45
GMT; path=/
cache-control max-age=86400
expires Thu, 07 Feb 2013
04:38:46 GMT
x-powered-by PleskLin
.htaccess'te o kadar değişiklik yaptım ki artık ben bakınca neyin ne olduğunu idrak edemiyorum

htaccess'te gerekli kodlar mevcut aslında. aşağıya içeriği ekleyeyim hatta. herhangi bir yanlış veya eksik var mı? sizin verdiğiniz kodlar tamamen yok fakat kısmen mevcut zaten htaccess dosyamda. silip ekleyeyim bunları diyeceğim ama hangilerini sileyim bilemedim
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{REQUEST_FILENAME}.gz -f
RewriteRule (.*)\.js$ $1\.js.gz [L]
AddType "text/javascript" .js.gz
AddEncoding gzip .gz
</IfModule>
<IfModule mod_headers.c>
<FilesMatch ".(ico|gif|jpg|jpeg|png|flv|pdf|swf|mov|mp3|wmv|ppt)$">
ExpiresDefault A2419200
Header append Cache-Control "public"
</FilesMatch>
<FilesMatch ".(html|htm)$">
Header set Cache-Control "max-age=1209600, must-revalidate"
</FilesMatch>
<FilesMatch ".(js|css|xml|gz)$">
Header append Vary Accept-Encoding
</FilesMatch>
</IfModule>
<IfModule mod_deflate.c>
<FilesMatch "\\.(js|css|html|xml)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A1209600
ExpiresByType image/gif A2419200
ExpiresByType image/png A2419200
ExpiresByType image/jpeg A2419200
ExpiresByType image/x-icon A2419200
ExpiresByType application/x-javascript A2419200
ExpiresByType application/x-shockwave-flash A604800
ExpiresByType text/css A2419200
ExpiresByType text/plain A1209600
ExpiresByType image/x-icon A2592000
ExpiresByType text/html A86400
</IfModule>
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)(\.gz)?$">
Header unset ETag
FileETag None
</FilesMatch>
# END WordPressSon olarak; htaccess ile kullanıyorum gzip'i ama dün %300'ü geçti CPU anlık olarak. yalnızca test amaçlı sayfa yeniledim birkaç kere, sandım ki siteye erişim kesilecek