Mobile app version of vmapp.org
Login or Join
Reiling115

: How do I configure gzip to work on External Resources In order to do this I put code to .htaccess: <ifModule mod_gzip.c> mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file .(html?|txt|css|js|php|pl)$

@Reiling115

Posted in: #Apache2 #Compression #Gzip #Htaccess #Seo

In order to do this I put code to .htaccess:

<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>


But gmetrix show same issues with livesupporti files



How can I deal with this.
And seometrix show that gzip don't work, can anyone explain me why?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Reiling115

1 Comments

Sorted by latest first Latest Oldest Best

 

@Turnbaugh106

You have no control on expires, compression or any other header property on external resources.

Rather than trying to satisfy pointless speed score websites you should focus on how quickly your pages load. Google, Bing and your users DO NOT CARE what your code looks like or how your website loads the code, what they care about is the end result.

If your website has F Score and loads in 1 second, but another site has B Score but loads in 1.5 seconds, whom do you think search engines and your users are going to prefer? Around 95% of the speed of a website is down to the hosting, unless you have serious configuration errors or unconventional use.

I recommend that you spend more time on matrix's that actually matter, the outcome. Using Web Page Test you can target your audience's region and do multiple passes. I recommend doing 10 passes from multiple locations at the same time as one another.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme