launchinteractive
Forum Replies Created
-
Thanks for reporting this. I’ve pushed out an update which includes the fix.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] GTMetrix pulling me up for Defer parsing of JSmarking as resolved.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Define Save Directorymarking as resolved.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] confused by HTTP/2 PushWe released a new version this week that allows you to push css or js separately.
I will mark this as resolved. Please reply if you still have any questions.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Plugin doesn’t minify CSS nor JSHi Roman,
We released a new version of MMR this week that improves the reliability of the minification. We also added an extra check every hour that will ensure files are minified. Please give the new version a go and let me know if you still have issues.
The new version is up. I don’t have a site that uses Elementor editor. If you can get me access to a site I should be able to write a filter that will make it work.
I haven’t seen this error before but I’ve added a check in the latest version that should be released in a few days. It should solve this. I will mark it as resolved. Please open a new ticket if it doesn’t.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] merge_minify_refresh_done actionA 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.
There is a new version of MMR coming which will allow disabling MMR for the Elementor editor. We will just need to write the hook. Do you know if we can detect that the Elementor editor is active?
Forum: Reviews
In reply to: [Merge + Minify + Refresh] Not GoodHi @ashique12009,
In general issues with MMR are caused by incompatibilities with other plugins. Are you able to send me a list of the plugins that you use?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Could you make it translation ready?Hi @johannesbenz,
I’m thinking about adding this now. Do you still require it?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Disable for BackendHi guys,
I’ve got a new version of MMR ready for release. I’ve added a new filter (should_mmr) which will allow you to hook in and disable MMR for certain roles or anything you need. We’ve decided to split this into a seperate hook so that people that don’t require this functionality aren’t affected by any performance implications.
This new version will include three other plugins which utilise this hook (disable for Visual Composer, Beaver Builder and Divi).
This should be available in the next few days. I’m just waiting on approval for the three new plugins before I update MMR.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Plugin doesn’t minify CSS nor JSHi Roman,
When a Javascript or CSS file changes MMR merges the files and schedules a minification cron. It should execute as soon as it can. Normally this is within a minute but it may take some time depending on how many files need to be minified.
If there were errors minifying files then you will never see the minified versions. This is to avoid breaking the site at all. Please check the MMR logs to ensure there are no errors.
I have seem some plugins or themes that change javascript or CSS files on every page load. If this is the case for you then you will likely never see the minified versions.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Plugin doesn’t minify CSS nor JSHi Roman,
Do you have wp-cron turned off? The minification is done via a cron job after meeting. Also check of there are any errors in the logs.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] confused by HTTP/2 PushHi,
The push doesn’t need any additional configuration. What it does is add special header values to the initial http response. This gives a hint to the browser to download the resources before it has even parsed the html.
If you inspect your page and reload you should see the headers in the initial response. If it doesn’t work you may need to turn on Output Buffering as other plugins may have output something.
Now… I have just tested this with the latest version of MMR and realised there is a bug that is preventing this from working. I will fix this in the next release.
Does that help?