fenomen adlı üyeden alıntı

kodun daha detaylısı .htaccess in sonuna ekleyebilirsiniz.

# Enable GZIP

AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html


# Expires Headers - 2678400s = 31 days

ExpiresActive On
ExpiresDefault "access plus 2678400 seconds"
ExpiresByType text/html "access plus 7200 seconds"
ExpiresByType image/gif "access plus 2678400 seconds"
ExpiresByType image/jpeg "access plus 2678400 seconds"
ExpiresByType image/png "access plus 2678400 seconds"
ExpiresByType text/css "access plus 750000 seconds"
ExpiresByType text/javascript "access plus 2678400 seconds"
ExpiresByType application/x-javascript "access plus 2678400 seconds"


# Cache Headers

# Cache specified files for 31 days

Header set Cache-Control "max-age=2678400, public"

# Cache HTML files for a couple hours

Header set Cache-Control "max-age=7200, private, must-revalidate"

# Cache PDFs for a day

Header set Cache-Control "max-age=86400, public"

# Cache Javascripts for 31 days

Header set Cache-Control "max-age=2678400, private"




Arkadaşa gerçekten teşekkür ederim, direk sonuç aldım, 4 saniyede açılan ana sayfam 1,5 saniyeye düştü, lakin alt sayfa hızları aynı, google pagespeed analizim 50'lerde sürünürken 69'a çıktı, lakin Wp kullanan arkadaşlar için söylüyorum, siteyi ilk kurduğumda Pagespeed 98'leri gösteriyordu ve şaşırmıştım, haliyle kurdugumuz eklentiler, resimler vs vs bunu çok düşürüyor.

Google açıklaması ;

Resim sıkıştırıcı kullanma

Resim kalitesini etkilemeden JPEG ve PNG dosyalarında kayıpsız şekilde daha fazla sıkıştırma yapan çeşitli araçlar vardır. JPEG için jpegtran veya jpegoptim (sadece Linux'ta kullanılabilir; --strip-all seçeneği ile çalıştırılır) öneririz. PNG için OptiPNG veya PNGOUT öneririz.

Bunu her seferinde yapmak ölüm, bu yolu deneyen yada programı kullanan arkadaşlar varmı acaba ?