• Hello,

    On a given wordpress install, there’s a .js file that is not combined/minified.
    Do you know what can cause this issue ?

    File is located at localdomain.com/js/file.js
    The script is hardcoded in the footer

    * All the other .js files of this installs have been minified successfully.

    Setup: w3 total cache + cloudflare
    w3 handles all the minification.
    Minify set to auto.

    thanks

    https://wordpress.org/plugins/w3-total-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Files that are not using the WordPress en queue system can’t be combined with this plugin. You should find that hard coded JS remove it and use the proper enqueue system to add it to the footer

    Thread Starter olorin

    (@olorin)

    Well it’s working on other installs (and it used to work on this install)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘1 js file is not combined’ is closed to new replies.