# Enable expirations
ExpiresActive On
# Default directive
ExpiresDefault "access plus 1 month"
# My favicon
ExpiresByType image/x-icon "access plus 1 year"
# Images
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
# CSS
ExpiresByType text/css "access plus 1 month"
# Javascript
ExpiresByType application/javascript "access plus 1 year"
Yukarıdaki kodu .htacess dosyasına yerleştirebilirsiniz ''Add Expires Headers'' için.
Mutlaka önceden yedek alın ve o şekilde işlem yapın.
Sitenizdeki resimleri manuel olarak tinypng.com sitesinde optimize edebilirsiniz.
Enable Keep Alive için ise sunucunuzun durumuna göre varvy sitesinde yönergelere bakabilirsiniz nasıl düzenleme yapabileceğinize dair.
Şimdilik aklıma gelenler bunlar.
Çok teşekkür ederim hocam hemen uyguluyorum