Gel gelelim sorunumuza benim sitemin hızına gtmetrixde bakınca bana Leverage browser caching başlığı altında bir sürü resme 1 hour etiketi altında düzenleme yapmam söyleniyor. Biraz araştırdım ve .htaccess dosyasına eklenecek bir kod ile resim sürelerini 1 saat yaparak bu hatadan kurtuluyormuşuz amma velakin ben bulduğum tüm kodları eklesem bile bu hatayı halen veriyor. aşşağıda .htaccess dosyamı belirtiyorum ve nereye ne şekil bir kod eklemem gerektiğini gösterirseniz çok mutlu olacağım.Şimdiden teşekkürler.
# BEGIN W3TC Browser Cache
Header append Vary User-Agent env=!dont-vary
AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
# DEFLATE by extension
AddOutputFilter DEFLATE js css htm html xml
# END W3TC Browser Cache
# BEGIN W3TC Page Cache core
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteRule .* - [E=W3TC_ENC:_gzip]
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} =""
RewriteCond %{REQUEST_URI} \/$
RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC]
RewriteCond "%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index.html%{ENV:W3TC_ENC}" -f
RewriteRule .* "/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index.html%{ENV:W3TC_ENC}" [L]
# END W3TC Page Cache core
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
ExpiresActive On
############################################
## Add default Expires header
## http://developer.yahoo.com/performance/rules.html #expires
ExpiresDefault "access plus 1 year"
# END WordPress
Ek Olarak: Şuan itibari ile .htaccess dosyasının en üstüne
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
## EXPIRES CACHING ##
bu kodu ekledim olmadı, w3 total cache yükledim halen sorun devam ediyor aşşağıda resimde belirttiğim gibi ;
Ek Olarak: sorun devam etmektedir. Yardımlarınızı bekliyorum