jQuery and Target - duplicate load | Community
Skip to main content
Level 2
May 7, 2020
Solved

jQuery and Target - duplicate load

  • May 7, 2020
  • 1 reply
  • 7525 views

Our site currently implements jQuery at the global level, but it also appears that Target also injects an un-minfied version of jQuery as well. Is it necessary to do this or is there some way to disable this. It does affect page load because it render blocks and while it doesn't affect code it seems silly to have duplicate references. 

 

If not, can we at least minify it through some config?

 

Thanks very much.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ryanr7

Hi @williamkr1,

The at.js should not be downloading or including the jquery library. To my understanding Zepto (a modular jquery lite type library) is embed into the at.js, and it should be in the minified form requiring a max of 9kb. I don't believe there is a way to "strip" this from the at.js library.

Hope this helps.

1 reply

ryanr7Adobe EmployeeAccepted solution
Adobe Employee
May 7, 2020

Hi @williamkr1,

The at.js should not be downloading or including the jquery library. To my understanding Zepto (a modular jquery lite type library) is embed into the at.js, and it should be in the minified form requiring a max of 9kb. I don't believe there is a way to "strip" this from the at.js library.

Hope this helps.

Level 2
May 7, 2020
This is odd because we clearly see a jQuery library with the following header that is not coming from our code: * jQuery JavaScript Library v1.12.4-aem * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/