http://tools.pingdom.com/fpt/#!/bsWKE/www.renklisen.comtestte 6.13 saniyede açıldı siteniz.
klasik tavsiyelerim şunlar;
Önce
http://tools.pingdom.com/fpt/ adresinden bir hız testi yap, siten kaç saniyede açılıyor gör.
WP Smush.it eklentisiyle resimleri küçültebilirsin. Ortam menüsünden Bulk Smush.it diyeceksin resimleri tek tek küçültecek kalitesini bozmadan.
Tarayıcı önbellekleme için htaccess ayarı için =>
http://www.cemturk.net/blog/2014/08/...en-yararlanma/JetPack eklentisini kurup Photon özelliğini aktive et, resimleri Wordpress bulut sistemine yükleyecek daha hızlı açtıracak
Son olarak QuickCache eklentisini de kur, sayfaları önbelleğe alıp hızlı açılmasını sağlayacak
Ayrıca Google Sayfa hızı testi sonucuna göre js ve css dosyaların sıkıştırılmamış durumda
https://developers.google.com/speed/pagespeed/insights/?url=www.renklisen.com&tab=desktopbunun için .htaccesss dosyasına aşağıdaki kodu eklersen bu sorun da çözülür.
# force deflate for mangled headers
# developer.yahoo.com/blogs/ydn/posts/2010/12/pushing-beyond-gzipping/
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
# HTML, TXT, CSS, JavaScript, JSON, XML, HTC:
FilterDeclare COMPRESS
FilterProvider COMPRESS DEFLATE resp=Content-Type $text/html
FilterProvider COMPRESS DEFLATE resp=Content-Type $text/css
FilterProvider COMPRESS DEFLATE resp=Content-Type $text/plain
FilterProvider COMPRESS DEFLATE resp=Content-Type $text/xml
FilterProvider COMPRESS DEFLATE resp=Content-Type $text/x-component
FilterProvider COMPRESS DEFLATE resp=Content-Type $application/javascript
FilterProvider COMPRESS DEFLATE resp=Content-Type $application/json
FilterProvider COMPRESS DEFLATE resp=Content-Type $application/xml
FilterProvider COMPRESS DEFLATE resp=Content-Type $application/xhtml+xml
FilterProvider COMPRESS DEFLATE resp=Content-Type $application/rss+xml
FilterProvider COMPRESS DEFLATE resp=Content-Type $application/atom+xml
FilterProvider COMPRESS DEFLATE resp=Content-Type $application/vnd.ms-fontobject
FilterProvider COMPRESS DEFLATE resp=Content-Type $image/svg+xml
FilterProvider COMPRESS DEFLATE resp=Content-Type $application/x-font-ttf
FilterProvider COMPRESS DEFLATE resp=Content-Type $font/opentype
FilterChain COMPRESS
FilterProtocol COMPRESS DEFLATE change=yes;byteranges=no
# Legacy versions of Apache
AddOutputFilterByType DEFLATE text/html text/plain text/css application/json
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE text/xml application/xml text/x-component
AddOutputFilterByType DEFLATE application/xhtml+xml application/rss+xml
AddOutputFilterByType DEFLATE application/atom+xml
AddOutputFilterByType DEFLATE image/svg+xml application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE application/x-font-ttf font/opentype
Son olarak tekrar bir hız testi yap ne kadar fark etti görelim