Quick question: even if I do conditionally exclude JS from certain pages, that W3 Total Cache is all or nothing, so I would be left with certain pages that have the all the JS combined, and others that dont.
Is there any way to add something that says if(is_page(‘contact)){only enqueue this_file.js} <–but add that to the combined JavaScript?