Forum Moderators: martinibuster

Message Too Old, No Replies

CCPA compliance delays loading

Mobile Speed Test

         

dolcevita

12:43 pm on Apr 30, 2021 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I wonder how many of you use the Adsense CCPA compliance snippet from adsense.
I activated this 2 weeks ago and today in the speed mobile test I see that the CCPA compliance snippet takes more than 0.72s and that is a lot to me. What are your experiences?

/pagead/ads?us_privacy=…(googleads.g.doubleclick.net) 24 KiB - 369 ms
/pagead/ads?us_privacy=…(googleads.g.doubleclick.net) 29 KiB - 355 ms

Niresh12495

10:21 am on May 17, 2021 (gmt 0)

10+ Year Member Top Contributors Of The Month



Are they async loaded?

yaashul

12:10 pm on May 18, 2021 (gmt 0)

10+ Year Member Top Contributors Of The Month



all adsense modern code is async.

Niresh12495

1:08 pm on May 18, 2021 (gmt 0)

10+ Year Member Top Contributors Of The Month



No, those scripts above which initiator load this

Adsense loads a single code aync.

dolcevita

7:41 am on May 19, 2021 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



it's via Adsense code. Nothing extra is added. Since Adsense is async then so is this.

Niresh12495

7:48 am on May 19, 2021 (gmt 0)

10+ Year Member Top Contributors Of The Month



A javascript is async doesn’t means any sub requests loaded via it are async, even adsense code has document.write in it which is parser blocking.