Running Google Ads synchronously slows down the entire website as we become dependent on ads materialization. By shifting to an async model, we have the potential to speed things up significantly sitewide.
|
((window[googleAdsKey] || []) as any).push({}); |
Running Google Ads synchronously slows down the entire website as we become dependent on ads materialization. By shifting to an async model, we have the potential to speed things up significantly sitewide.
Parf-Edhellen/src/resources/assets/ts/ads.ts
Line 67 in 35e6cc9