• Resolved EMRETHEAVIATOR

    (@emretheaviator)


    I want to minify javascript as much as possible. But manual minifying of all javascript files cause problems in w3 total cache plugin. I think it is because my ordering the javascript files in the wrong sequence. How can find the correct squence. Can I minify all javascript files in one file? I use buddypress, bbpress, woocommerce.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter EMRETHEAVIATOR

    (@emretheaviator)

    I have found the solution. In automatic mode, the plugin orders the files in the correct order. Only the woocommerce gallery disrupted due to css minify. I have solved the problem by excluding the following css file.

    wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css

    Thread Starter EMRETHEAVIATOR

    (@emretheaviator)

    I minified js with non-blocking-async. I deleted adsense since it lowers pagespeed score dramatically. Now mobile pagespeed score is %84 and desktop is %98. Perfect.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Javascript Minify Mesocolumn’ is closed to new replies.