• Resolved francoispe

    (@francoispe)


    Hello,

    I use Total Cache.
    I set up minify with google compiler (java local)
    Trying to see Optimization results, I discover that, in request chain there is a non existing file called !
    -> unexisting called file = wp-content/cache/minify/36008.page.include.ccf3a3.js?x24545

    Trying to find where call is : I see with grep that this calls is in page_enhanced folder…

    grep -r ccf3 *
    page_enhanced/mydom.tld/_index_ssl.html:<script async src=”https://mydom.tld/wp-content/cache/minify/36008.page.include.ccf3a3.js?x24545″></script&gt;
    page_enhanced/mydom.tld/.htaccess: Header add Link ‘</wp-content/cache/minify/36008.page.include.ccf3a3.js?x24545>; rel=preload; as=script’

    I already clear cache several times and even rm cache folder !
    Lines in file _index_ssl.html and .htaccess always come back !

    I’ve been to the conclusion that compiler is failing… No minify js file created
    But, I can’t find any log to tell me what’s wrong !

    Thank you
    Fran?ois

    • This topic was modified 3 years ago by francoispe.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter francoispe

    (@francoispe)

    I found that this is “advanced optimisation” that is not working !

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @francoispe

    I am sorry about the issue you are experiencing and I am happy to assist you with this.
    Can you please clarify “advanced optimization”?
    Have you tried switching to JSmin (default) JS minify minifier and see if the problem persists?
    Also, have you tried manually deleting the /cache/ folder in wp-content?
    I can also see that you enabled the option Prevent caching of objects after settings change to add a random query string ?x24545
    In this case, you should also make sure to update the media query string either in the BC section or Minify section of the plugin.
    Thanks!

    Thread Starter francoispe

    (@francoispe)

    Hello,

    when you set up minify with google compiler (java local), it proposes 3 level of optim :
    – white spaces
    – simple optim
    – advanced optim
    I selected the 3rd one, when I moved to the 2nd (-> simple optim) it works.

    I don’t see where that is :
    “I can also see that you enabled the option Prevent caching of objects after settings change to add a random query string ?x24545”
    in which menu ?

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @francoispe

    Thank you for the information.
    The Compilation level is handled by the Google composure compiler that you are using as a JS minifier, and when set to advanced, as you mentioned, the file is not created so the solution is to use simple optimization.
    This is more related to Closure Compiler as a JS minifier method.
    As for the query string, the query string is added to the js file ?x24545. This is being set with the Browser Cache option “Prevent caching of objects after settings change” in Performance>Browser Cache, and on that page just above the General box, there is a button “Update media query string” which once the file is changed creates another query string so the browser can fetch a new file.
    I hope this helps!

    Thanks!

    Thread Starter francoispe

    (@francoispe)

    Yes, A LOT !
    Thank you very much
    Fran?ois

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @francoispe

    You are most welcome!

    We would really appreciate it if you could take a minute and post a review?here. This will help us to continue offering a top-notch product to users.
    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Call to a minify file that doesn’t exist’ is closed to new replies.