I’m having some really bad load problems with my site, especially my store pages. I followed instructions to use Coverage to find unused code that is loading and found the number one problem on this page was a Powered Cache JS page. It starts like this:
/*! This file is auto-generated */
window.wp = window.wp || {},
function(t, a) {
var o = {}
But apparently over 75% of the code in this auto-generated file is unused. The next file also indicated Powered cache file optimizer and 95% of that one is unused CSS.
I realize I may be misunderstanding this whole Coverage thing but the page load is pretty awful and I want to do everything I can to improve the painful load time. I appreciate your help!
The page I need help with: [log in to see the link]