• Hello! Fantastic job on the plugin, thank you!
    Just have a request, could you add Fast Velocity Minify, to the supported plugins? I find that on some sites it works better than Autoptimize and has lots of options.
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Salvatore Fresta

    (@salvatorefresta)

    Hi @dukessa ,
    thank you! You should ask to developer to add the following code to his fvm_purge_others functions:

    # Purge WP Cloudflare Super Page Cache
    if( class_exists('SW_CLOUDFLARE_PAGECACHE') ) {
    	do_action("swcfpc_purge_everything");
    	return __( 'All caches on <strong>WP Cloudflare Super Page Cache</strong> have been purged.', 'fast-velocity-minify' );
    }

    The action swcfpc_purge_everything will be part of the code on upcoming release

    Hi @salvatorefresta I tried to add the code above to FVM’s common.php file (where fvm_purge_others is located) however it seems that SW_CLOUDFLARE_PAGECACHE class is still not existing at the time when FVM clears the cache…

    • This reply was modified 3 years, 8 months ago by frafor.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[REQUEST] Add FVM to optimization plugins’ is closed to new replies.