• Resolved kolyasapphire

    (@kolyasapphire)


    Hi! It seems merge_minify_refresh_done action is set to be triggered only on compress_css_action / compress_js_action . Shouldn’t it be triggered on merging too?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author launchinteractive

    (@launchinteractive)

    Merging happens on the fly and the compressing is scheduled. Done should only be trigged once CSS or JS has completely finished. We could add a new action for when merging has occurred. Would this be helpful?

    Thread Starter kolyasapphire

    (@kolyasapphire)

    Thanks for your feedback! I’m looking for a way to reliably purge page caches. Ideally an action for this should fire on any new files generated so old pages in cache don’t point to expired CSS and JS resources. Is a new action needed for this to work? CSS minification is enabled for my setup, JS is not.

    Plugin Author launchinteractive

    (@launchinteractive)

    A new version of MMR is ready to be released. I’m just waiting on approval of a few additional plugins. This new version will include a new action: merge_minify_refresh_merged. You should be able to use this to flush your HTML cache. I will mark this as resolved. If the new version of MMR doesn’t work as planned please open a new ticket.

    Thread Starter kolyasapphire

    (@kolyasapphire)

    Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘merge_minify_refresh_done action’ is closed to new replies.