Urgent : Coupon Site Slow (More than 25 JavaScript files)
The loading performance score is very low, specially on JavaScript files.
More than 20 JavaScript files served from mysite.com.
- /wp-includes/js/jquery/jquery.js?ver=1.12.4
- .............
- /wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1
there are a lot of correction to do like :
- Parallelize downloads across hostnames
- Remove query strings from static resources
- Combine external JavaScript
- Defer parsing of JavaScript
- Inline small JavaScript
Is there a way to correct this, like loading jQuery From Google CDN or any other solutions.
The page speed is important for
SEO purpose, I think all all other efforts are in vain, if the
SEO is bad.
thank's