CDN, js version and wp_footer
-
Hi,
I am just optimizing my website and noticed that AddToAny loads in wp_head, without js version and also from CDN.
However I am not sure that some aren’t specially did.CDN, ok maybe it’s not bad, but I personally don’t like CDN, so I would remove it. An option to choose prefered way in options may be useful.
No JS file version (I mean
abc.js?ver=
) –https://static.addtoany.com/menu/page.js
. This is more “critical” thing that I don’t like. It should points for plugin’s or at least WP’s version, so browser won’t download it again for every time. It may be problematic with CDN, so maybe add version only for no-CDN script?Including script in
wp_head()
. If there are no need to do it for any social service need, I don’t like it. Option to choose betweenwp_head
andwp_footer
like in BJ Lazy Load would be very useful.Greetings
- The topic ‘CDN, js version and wp_footer’ is closed to new replies.