By ahaomar on
My site having google tag manager which bring Yandex ad google tagmanager js which creating slow in google page speed
Reduce the impact of third-party code - Third-party code blocked the main thread for 660 ms
https://prnt.sc/wbh6z5
Please guide me how can i get rid of this and increase the page speed.
Comments
=-=
are you using https://www.drupal.org/project/gtm ? or are you manually inserting the tag manager .js into your theme? If manually inserting into your theme, how are you doing so?
you can move the loading of javascript to the footer assuming it is properly implemented with https://www.drupal.org/project/advagg
I am using google_tag module.
I am using https://www.drupal.org/project/google_tag. it bring the yandex js files as our site in russian. with that google suggest to remove / adjust the third party script.
can we handle without advagg ? there is no composer functionality available on server also on local can we install without composer this module ?
=-=
to try and handle without advagg, you will need to research moving .js scripts to the footer in your theme.
there is no indication on the project page that advagg requires composer.
install advagg but still same no change
i install module can do basic settings but still site score is same. can u tel me what specific i have to check to achieved good score.