DNS Prefetch and other bug

#1
Hi,
I see the new update brings new features like DNS prefetching and supposedly better CSS/JS optimization. However, there is a bug with the DNS prefetch as it adds underscore _____ to the URLs I add to the list. You can see this photo (https://imgur.com/a/K32Bl). Also, the new changes to the CSS/JS optimization has evidently broken something when it combines. Whereas, the previous version of LSCache plugin the optimization features did not break any JS on site. Any ideas what new change would cause breaking JS?
Thanks!
 

hai

Well-Known Member
#3
The second one is because you deferred JQ but in your theme you have jQ used directly. Please either move it to document.ready wrapper or exclude jQ from defer
 
Top