Hi guys,
I checked my site with https://tools.pingdom.com/ and saw a speed problem (SEO). To optimize this are two things:
Why you´ve for EventOn and the plugins diffrent JS files? You can combine external JavaScript in one file and put this in the folder from the main plugin EventOn, because you´ve to use this :-). So you can minimize the JS-files and the SEO is better!
The second SEO Problem is
This page makes xx parallelizable requests to www….. . Increase download parallelization by distributing these requests across multiple hostnames:
So I hope you can look more on SEO, thx 🙂
Jan 29,2017 AT 10:52AM - 2 years ago -Hey what you think about this?
This can easily be done with a plugin called Autoptimize: https://wordpress.org/plugins/autoptimize/
You will want to exclude JQuery but I use it and the result is two JS files (one is JQuery) and one CSS file.
Turns out it was a CORS error because I was visiting http:// not https://
I think the jonathan’s solution is the best as addons have their own scripts and dynamically combining them into a one file and loading may cause cache issues and slows down performance. But we will keep this in mind for future 🙂