In order to get better performance and therefore help me regarding google caffeine ...
1.
shall I gzip js and css?
2.
how? (I already gzipped images)
3.
do I have to make something special for browsers like safari or others?
Thanks
This is a discussion on GZIP jc/css within the General Discussion forums, part of the vBulletin SEO Discussion category; In order to get better performance and therefore help me regarding google caffeine ... 1. shall I gzip js and ...
In order to get better performance and therefore help me regarding google caffeine ...
1.
shall I gzip js and css?
2.
how? (I already gzipped images)
3.
do I have to make something special for browsers like safari or others?
Thanks
anybody? Would love to try and analyze the results
I've got this already in my httpd.conf:
AddOutputFilterByType DEFLATE text/plain text/html text/xml
AddOutputFilterByType DEFLATE text/css text/javascript text/x-js
AddOutputFilterByType DEFLATE application/xml application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript application/x-javascript
shouln'd that be enough?
It is best to to do that directly by mod_deflate or mod_gzip
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Is the above differently? How should I do it exactly?