Apache + módulo deflate = economia de banda
TESTAR A VELOCIDADE DEPOIS QUE FIZER AS MUDANÇAS NO .HTACCES: https://developers.google.com/speed/pagespeed/insights/ Adicione as linhas abaixo no .htacces: Otimizando Performance com Compactação Gzip/Deflate # BEGIN WPCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^(www\.)?edtmg.com.br [NC] RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC] RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/edtmg.com.br/$1/index.html […]
Apache + módulo deflate = economia de banda Read More »