Concatenate external Javascript & CSS for speed optimization
-
I have checked my page speed with and without active theme & required plugins. My YSlow Score has a delta of -10%. One of the main reasons for this is the amount of HTTP requests:
“This page has 21 external Javascript scripts. Try combining them into one.
This page has 7 external stylesheets. Try combining them into one.”
Is there a way to concatenate these external requests?
Hi,
You can use the following plugin to combine all your JS and CSS files to a few files only https://wordpress.org/plugins/bwp-minify/
Our theme has only 2-3 external files but most of them come with WordPress and external plugins installed.
Regards
great! Will try the plugin.
Thanks.
The topic ‘Concatenate external Javascript & CSS for speed optimization’ is closed to new replies.