Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Aleksandr Guidrevitch

    (@aguidrevitch)

    It is not a simple change. Currently 3 is used as ‘Delay until first interaction’, so I would need to migrate settings for every single.

    It can be done, however, my guess is that you are using some kind of image lazyloading, that is not recognized by WP Meteor. In this case, images are not loaded initially, and window.load fires early, and then they start loading within the 2 seconds window, and then you get a low score.

    Which image lazy loading plugin are you using? I would start with fixing this issue first before adding 3/4s delay

    Thread Starter rray524

    (@rray524)

    @aleksandr thanks for your reply. I often use Delay until first interaction as it gives more score improvement but after having lazyload plugin smush/rocket lazyload enabled, the site gets freeze and it doesn’t load until I scroll down. Can you fix this issue with this type of issues? Thanks. It happens with most of the cases. 8 out of 10 sites.

    Plugin Author Aleksandr Guidrevitch

    (@aguidrevitch)

    Ok, I will definitely check both in the nearest time. WP Rocket should work perfectly though. Are you using the latest version everywhere?

    Plugin Author Aleksandr Guidrevitch

    (@aguidrevitch)

    I’ve checked, there is support for both WP Rocket and Smush lazyloads. Can you please share the URL where you were not able to make it work? If you don’t want to share addresses publicly, you can find my email at wp-meteor.com site. 8 out of 10 is not normal, I definitely want to investigate the case

    Thread Starter rray524

    (@rray524)

    Hi, here is the site link: https://www.arttouchesart.com/ currently it is set as 2 sec, because if I set for longer traffic will get damage for this issue obviously. Thanks.

    Plugin Author Aleksandr Guidrevitch

    (@aguidrevitch)

    I’ve checked your site. Obviously, your background image http://www.arttouchesart.com/wp-content/uploads/revslider/revolution/corporate-video-production-company-london.jpg is part of the reslider, this is why it doesn’t load. You can use the following exclusions to exclude revslider from optimization:

    jquery.min.js
    rbtools.min.js
    rs6.min.js
    setREVStartSize
    window.RS_MODULES.checkMinimal

    And set ‘Delay until first interaction’. However, that will cut like 20-25 points from your pagespeed. I would rather put the same background behind the slider until it loads so that it is visible during the initial page load

    WBR,
    Alex

    Thread Starter rray524

    (@rray524)

    Hi, thanks for your inspection. This site also get freezed with same configure in wp-meteor. Can you take a look this one too, please? https://hondentaak.nl/

    Plugin Author Aleksandr Guidrevitch

    (@aguidrevitch)

    I would say the following exclusions will work:

    jquery.js
    jquery-migrate.js
    front-end.js
    cli_cookiebar_settings
    cookie-law-info-public.js

    Where the last two are for the cookie bar

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Creating 3s & 4s Delay option’ is closed to new replies.