• At least having a checkbox for the option to disable in the admin would be good. The plugin generates a lot of unnecessary files, like jQuery or Admin Bar; all by themselves, which were compressed to begin with.

    2016-04-25T20:27:24+00:00 – MERGED:
    – jquery – /wp-includes/js/jquery/jquery.js
    2016-04-25T20:27:26+00:00 – COMPRESSING WITH MINIFY (PHP exec not available)
    2016-04-25T20:27:27+00:00 – COMPRESSION COMPLETE – 80.00B saved

    2016-04-25T19:45:43+00:00 – MERGED:
    – admin-bar – /wp-includes/css/admin-bar.min.css – unminified version used

    https://www.ads-software.com/plugins/merge-minify-refresh/

Viewing 6 replies - 1 through 6 (of 6 total)
  • +1 this. I have plugins that are not functioning because of this issue.

    Plugin Author launchinteractive

    (@launchinteractive)

    HI Guys, I’m not sure exactly what your after here.. or what the main issue is. Could you please explain it a bit more?

    Thread Starter swinggraphics

    (@swinggraphics)

    Yes, I realize now the wording is perhaps not clear. MMR should either not affect wp-admin ever, or at least have an option to be disabled for log in and admin pages. It ends up adding overhead there with no real benefits.

    Plugin Author launchinteractive

    (@launchinteractive)

    I suppose we could ignore the admin-bar css and js. You can currently add their paths in the exclude area.

    MMR shouldn’t affect the admin at all and its designed to only merge-minify the live site. There can be double ups as logged in users have different includes to non-logged in users… we can’t really turn this off because then sites that require the user to log in won’t be minified.

    This definitely already exists by using the exclude textarea. However, is it possible to exclude with a wildcard? For example, could we exclude all files coming from the wp-include folder with an asterisk?

    Otherwise I’d say the addition of an “exclude” link next to each affected file that, when clicked, automatically adds the file to the exclude area would be a nice UI/workflow improvement.

    Plugin Author launchinteractive

    (@launchinteractive)

    Hi Andrew,

    Currently we don’t check these urls as a regular expression but shouldn’t be too hard to add. I’ll make a note of it to add to the next release.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Suggestion: Disable in admin’ is closed to new replies.