I was hoping you could provide some more insight on a topic that's been troubling me. The website I'm working on currently has a poor page speed test grade, mainly due to failing grades in the external JavaScript files department. I've been advised to combine these files to resolve the issue, but I'm hesitant as these files are linked to various plugins. I would greatly appreciate your feedback on how best to approach this situation. Thank you.
Consider combining all JS files into one and storing them in the root directory, regardless of the plugin they are associated with.
Alternatively, only combine JS files related to each specified plugin individually.
Another option is to use a WordPress Minify plugin to streamline the process.
I'm concerned about Option one causing issues when updating plugins, especially for features like heavy slider animations in galleries. Downtime is not an option.
Option two seems like the most logical choice, but I wonder about the impact on plugin updates.
Option three sounds too good to be true. If it works as advertised, I would love to hear about any successful plugins you've used for this purpose.