I'm currently working on a WordPress 4.3 website that utilizes over 20 plugins, each loading CSS and jQuery on every page.
My main concern is how to optimize the styles and jQuery so that only the necessary ones are loaded on each page.
I've attempted to use wp_enqueue_script()
without much success. I've also considered including the required CSS and jQuery on each page individually, but I believe there must be a better approach.
You can visit my website at: