*

Own Petz

  • ****
  • 218 posts
  • OwnPetz - Free Classified Ads. Buy, Sell or Adopt
How to Delay Scripts like Adsense and Google Analytics
« on: April 25, 2026, 09:01:54 AM »
Hi,

If I delay scripts 3 or seconds, can increase seo ranking and speed up to load website.

I have Google Adsense and Google Analytics.

Can i add below code in footer.php to delay scripts  - (code by chatgpt)

<script>
window.addEventListener("load", function() {

  setTimeout(function() {

    // Google Analytics
    var gaScript = document.createElement("script");
    gaScript.src = "https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX";
    gaScript.async = true;
    document.head.appendChild(gaScript);

    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'G-XXXXXXXXXX');


    // Google AdSense
    var adsScript = document.createElement("script");
    adsScript.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js";
    adsScript.async = true;
    adsScript.setAttribute("data-ad-client", "ca-pub-XXXXXXXXXXXX");
    document.head.appendChild(adsScript);

  }, 3000); // ⏱️ 3 seconds delay

});
</script>
« Last Edit: April 25, 2026, 09:15:54 AM by Own Petz »
OwnPetz - Free Classified Ads. Buy, Sell or Adopt Online. https://ownpetz.com

*

149health

  • ***
  • 51 posts
Re: How to Delay Scripts like Adsense and Google Analytics
« Reply #1 on: April 25, 2026, 10:21:17 PM »
My friend, i think for your SeO, you need turn off your pop-up banner. Test that ;) https://www.debugbear.com/test/website-speed
And 3sec is too much, 1-1,5sec after html
« Last Edit: April 25, 2026, 10:24:16 PM by 149health »

*

MB Themes

Re: How to Delay Scripts like Adsense and Google Analytics
« Reply #2 on: April 26, 2026, 03:39:02 PM »
I do not think above fix is correct, it's going to cause troubles in my opiniion
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Own Petz

  • ****
  • 218 posts
  • OwnPetz - Free Classified Ads. Buy, Sell or Adopt
Re: How to Delay Scripts like Adsense and Google Analytics
« Reply #3 on: April 29, 2026, 08:45:50 AM »
Ok thanks for reply.
OwnPetz - Free Classified Ads. Buy, Sell or Adopt Online. https://ownpetz.com