Hello,
I added this code on .htaccess

<IfModule  mod_mime.c>
 AddType application/x-javascript .js
 AddType text/css .css
</IfModule>
<IfModule  mod_deflate.c>
 *AddOutputFilterByType DEFLATE text/css application/x-javascript 
text/x-component text/html text/richtext image/svg+xml text/plain text/xsd 
text/xsl text/xml image/x-icon application/javascript*
 <IfModule  mod_setenvif.c>
  BrowserMatch ^Mozilla/4 gzip-only-text/html
  BrowserMatch ^Mozilla/4\.0[678] no-gzip
  BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
 </IfModule>
 <IfModule  mod_headers.c>
  Header append Vary User-Agent env=!dont-vary
 </IfModule>
</IfModule>

does not seem to make a difference!



On 06/08/2015 02:38 PM, Emir Ibrahimbegovic wrote:
What have you tried?

On Mon, Jun 8, 2015 at 5:35 PM, Motty Cruz <motty.c...@gmail.com <mailto:motty.c...@gmail.com>> wrote:

    Hello,
    I am getting the following suggestions from:
    https://developers.google.com/speed/pagespeed/insights/


    Should Fix:
    Optimize images
    Leverage browser caching
    Consider Fixing:
    Eliminate render-blocking JavaScript and CSS in above-the-fold content
    Minify CSS
    Minify HTML

    What is the best practice to solve errors above?

    Thanks,

    ---------------------------------------------------------------------
    To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
    <mailto:users-unsubscr...@httpd.apache.org>
    For additional commands, e-mail: users-h...@httpd.apache.org
    <mailto:users-h...@httpd.apache.org>



Reply via email to