4
Optimization does not compress html and css files. After compressing them into minifier html and minifier css and putting the following code in htaccess
(see below) still not accusing the compression in the reader I use, woorank
, that is, what I lack for the seo reader to accuse the compression?
<IfModule deflate_module>
# Enable compression for the following file types.
AddOutputFilterByType \
DEFLATE \
application/javascript \
text/css \
text/html \
text/javascript \
text/plain \
text/xml
</IfModule>
Boas Here is a site where you have tools that can help you... http://richardstoolbox.com/ But for your case I advise you to look for something like GZIP Compression
– João Pedro
Thanks for the tip. It has very useful tools. I have the Gzip code in htaccess, the server is correct and the test is compressed but at the speed of devices continues the request to compress css
– user56581