Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Raul P.

    (@alignak)

    Hi there,

    That last link you send, was opened by me to the developer of WPFC 6 months ago ??
    At that time, they had a notice stating that FVM needs to be removed for their plugin to work, which was not accurate.

    What happens, is that WPFC also has an option to minify js and css files (which can be disabled), so if FVM is installed and WPFC has that option on, double minification will occur and lead to errors.

    At that time, I added support on FVM to purge WPFC… and it’s still there:
    https://prntscr.com/lq591t

    What you are experiencing is probably,

    a) either your server also has a cache layer (check with your hosting company), or
    b) somehow, purging the cache on WPFC is not working (can happen if the cache is too large or wrong file permissions), or
    c) you have the minification enabled on WPFC, or
    d) you have some other plugin that is interfering with FVM/ WPFC (check your php logs for any errors, enable debug mode, etc)

    As a quick fix, there is an option on FVM to preserve the cache files when you purge them. That will never delete any cache files and just generate new files with different names on it (just look out for growing disk space).
    That way, even if WPFC failed to purge, the cached HTML files will still have their CSS and JS files intact.

    Thread Starter Mansoor – Gosign.de

    (@mansoor1)

    Hi Raul,

    thanks a lot for these Information.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP Fastest Cache + Velocity Minify Plugin’ is closed to new replies.