Sevgili,grup üyeleri mod_ pagespeed'de hatas alıyorum,çözümleri bekliyorum; nedir bu hata şimdi mod pagespeed'i kurdum sunucu Centos Web panel kurulu bir Cloud vps aldığım hata ise png resimlerini webp olarak sıkıştıyor ve buda forumda gözükmüyor hata resmi ekte bulunmakta, css ve js sıkıştırıken bir problem bulunmamaktadır...

Kullandım .htacees kodu=>


AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript



mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*


#Belleğe alınmış dosyalar için son düzenleme kontrolünü iptal et
Header unset ETag
FileETag None

#html ve htm dosyalarını 1 gün süreyle önbelleğe al

Header set Cache-Control "max-age=1800"


#CSS, JavaScript ve Metin dosyalarını 1 hafta süreyle önbelleğe al

Header set Cache-Control "max-age=604800"


#Flash dosyaları ve resimleri 1 ay süreyle önbelleğe al

Header set Cache-Control "max-age=0"


#PHP vb. betik dosyalarını önbelleğe alma

Header unset Cache-Control


#Vary Accept-Encoding header satırını ekler


Header append Vary Accept-Encoding