I found that the code that most affects the speed of my website is from Google. What should I do?

  • Reduce unused Javascript:

Google Tag Manager

Google CDN

Other Google APIs/SDKs

  • Reduce the impact of third-party code:Third-party code blocked the main thread for 930 ms

Google CDN

Google Tag Manager

Other Google APIs/SDKs

So, do I need to do sth? or I cant do nothing if I use GA4 or google ads for conversion tracking.

My PageSpeed Insigh link

Thanks a lot.

1 Like

Hello! Try add this code to your theme.liquid

And avada apps is not very optimized.

Wow!!!Thanks so much.

I will have a try!

Hey,

Where should I add the code please?

Anywhere between and

Thanks a lot

1 Like

See on google but the best is preconnect first

1 Like

Hi, where did you enter the code? Anywhere between and ? Thanks

1 Like

Similarly for us, gtag (Google Tag Manager) is the biggest third party offender in terms of blocking execution (taking about half a second) as reported by PageSpeed.
I downloaded the theme to be sure and there’s no reference in code.
We have no Custom Pixels.
We only set it up through the “Google & Youtube” Sales Channel.

Will this fix still work - my developer is doubtful?

Denis

Hello Denis. I think you might be misinterpreting my comment. I am not offering any fix or workaround. I am simply confirming the issue with additional context and information.