Optimization does not accuse the compression of html and css files. After compacting them in the html minifier and css minifier and putting the following code in htaccess
( see below) still does not accuse the compaction in the reader I use, woorank
, that is, What do I lack for the seo reader to acknowledge 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>