Defer loading of not bundled tags

Gold Contributor
Gold Contributor

Hi all, 

Fo trying to improve site performance, we are moving some scripts file to use defer loading method (https://www.w3schools.com/tags/att_script_defer.asp).

I would like to know if is there any way to make some not bundled scripts loading using this method?

Best regards, 

2 REPLIES 2

Defer loading of not bundled tags

Tealium Expert
Tealium Expert

HI @oscarmartinezm 

From a tag timing perspecrtive, if it is not bundled, you have two options. 

1) Prioritised the tag loads and executes prior to DOM ready)

2) DOM Ready - I understand this to be the same outcome as the defer attribute. 

https://community.tealiumiq.com/t5/iQ-Tag-Management/Order-of-Operations/ta-p/326

 

Research your Experience | Improve and Evolve | Leave no one behind
- Don't forget to mark a solution as accepted if it hits the mark -

Defer loading of not bundled tags

Gold Contributor
Gold Contributor

Hi @GavinAttard , 

Thank you for your response. I will apply it.

Best regards, 

Public