Şunları Deneye bilirsin.
1.----------------------------------------------------
# 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 1 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 518400 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"
2.--------------------------------------------------
# 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"
2. Olan daha hızlı fakat eklenti olarak bi emre vona diye bir Türk arkadaşın yaptığı var oda baya iyi bence onu dene ücretsiz ama prenium alırsan bi kaç özellik ekliyor ama baya iyi bence diğer programlarıda kullandım fakat bu gerçekten iyi WP Fastest Cache hatta ilerde prenium a yükseltmeyi düşünüyorum biraz trafik artsın ..
Yemek Tarifleri burdan sitenin hızını test edebilirsin şuan bu program yüklü...
Ek Olarak: Birde P3 (Plugin Performance Profiler) programı kurup sistemde en çok kasma hangi bileşenden oluyor baka bilirsin ayrıca google page speed ile test ettiğinde sana ne söylüyor onları incele java ve css sıkıştırmanın baya Ki bunu manu el yap page speed sana sıkıştırılmış dosyaları alttaki linkte veriyor dosyaların yedeğini alıp onları yükle ve siteyi tekrar test et.
Web sitende kullandığın temanın jpg ve png dosyalarını şu
compressor.io/ sıkıştır baya işe yarıyor hatta ekleyeceğin resimleri bile önce burda sıkıştır ekle farkı gör ...
Kolay gelsin...