• Hello,

    I don’t want to bore you with same topics but I can’t seem to find and updated topic about this.

    My grade on GTMATRIX is 92% on Page Speed & 81% on YSlow. I want to improve this on YSlow lets say maybe a 90% and it will be fine for me.

    How to do it ?

    I’ve tried more than 20 Plugins and nothing changed, I’ve did a complete setup of my w3 Total Cache and followed the instructions on GTMATRIX. But I can’t fix this ” Add Expires headers ” thing ! How can I fix it ?

    " There are 11 static components without a far-future expiration date.
    
        https://fonts.googleapis.com/css?family=Droid+Sans%3Aregular%2C700&ver=4.0
        https://pagead2.googlesyndication.com/pagead/show_ads.js
        https://s2.whsh4u.com/mrp.js
        https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
        https://www.google-analytics.com/ga.js
        https://www.gstatic.com/pub-config/ca-pub-1267834217738880.js
        https://pagead2.googlesyndication.com/pagead/osd.js
        https://connect.facebook.net/en_US/sdk.js#xfbml=1&appId=273700362787151&version=v2.0
        https://s2.whsh4u.com/skin/muses.swf
        https://pagead2.googlesyndication.com/pagead/images/google-logo.png
        https://pagead2.googlesyndication.com/pagead/images/x_button_blue2.png "

    I know its a htaccess thing but I can’t fix it … Is there any plugin that works for this ?

    My website : https://www.manele-online.com
    GtMatrix result : https://gtmetrix.com/reports/www.manele-online.com/pfsmtf26

    Any help would be much appreciated !

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ManeleOnline

    (@maneleonline)

    up …

    Thread Starter ManeleOnline

    (@maneleonline)

    up, nobody ?

    Lastbreath

    (@lastbreath)

    Well m8 those u cant fix with code, since they arent on your site/host, example remove the code for google-analytics and do the test again you will see it wont be there, those googlesyndication are ads on your site, so try reduce those. but what you can do is:

    – on the gmetrix i see you dont use cdn, try setup this Cloudflare ;

    – also read about Reduce DNS Lookups – Dns prefetch

    this goes in your theme header.php
    example:

    <link rel="dns-prefetch" href="//www.google-analytics.com">
    <link rel="dns-prefetch" href="//fonts.googleapis.com">
    <link rel="dns-prefetch" href="//ajax.googleapis.com">
    <link rel="dns-prefetch" href="//connect.facebook.net">
    <link rel="dns-prefetch" href="//maps.gstatic.com">
    <link rel="dns-prefetch" href="//maps.google.com">

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to get best performance on GtMetrix ? add expires headers and more’ is closed to new replies.