• Hi, thanks for this great work.

    We have a loading screen that fetches files in the background. I have set up WP Meteor to “Delay until first interaction”. To prevent the loading screen from being displayed for too long, I implemented a small script that triggers user interaction automatically.

    I attempted to exclude the script using the following paths in WP Meteor Exclusions, but it did not work:

    • user-interaction.js
    • themes/childtheme/user-interaction.js
    • /wp-content/themes/childtheme/user-interaction.js

    None of these exclusions seem to work, and the script is still being delayed by WP Meteor. Could you please let me know the correct way to exclude this script in the plugin settings?

    Thank you in advance.

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

    (@aguidrevitch)

    Hi @gharchi ,

    Why would you want to trigger user interaction programmatically, instead of relying on delay? Any other delay setting, including Zero delay basically does the same – it defers loading javascript until CSS and images gets loaded.
    Can you please share the URL though?

    Hello,

    I have also set up WP Meteor to “Delay until first interaction” but My Cookies provider so not detect GA and GTM anylonger. I would like to put GA and GTM as exclusions but I do not manage to do it, what should I enter in the exclusion field?
    Many thanks in advance for your help and thanks so much for this amazing plugin!
    Kind regards

    Plugin Author Aleksandr Guidrevitch

    (@aguidrevitch)

    Hi @petitebaleine ,

    Which provider do you use? I might try to detect the provider to turn the optimization off when they check for cookies. Alternatively, you can set zero delay, parse the site by provider, turn the optimization back

    Best,
    Alex

    Hello Alex,

    Thanks for your quick reply ! I am using CookieYes.

    Kind regards,
    Flore

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.