Forum Replies Created

Viewing 2 replies - 196 through 197 (of 197 total)
  • Thread Starter aunpric

    (@aunpric)

    Hope it help and remember that gtmetrix always show problem on Google fonts and fyi you can’t do anything with it unless you host Google font on your own server i read many articles on this

    Thread Starter aunpric

    (@aunpric)

    Hi copy this code and put it in your .htaccess file sometimes gtmetrix can’t detect it so you have to check it manually

    <IfModule mod_expires.c>
    
    # Enable expirations
    ExpiresActive On
    
    # Default directive
    ExpiresDefault "access plus 1 month"
    
    # My favicon
    ExpiresByType image/x-icon "access plus 1 year”
    
    # Images
    ExpiresByType image/gif "access plus 1 days"
    ExpiresByType image/png "access plus 1 days"
    ExpiresByType image/jpg "access plus 1 days"
    ExpiresByType image/jpeg "access plus 1 days"
    
    # CSS
    ExpiresByType text/css "access 1 year”
    
    # Javascript
    ExpiresByType application/javascript "access plus 1 year"
    
    </IfModule>
Viewing 2 replies - 196 through 197 (of 197 total)