launchinteractive
Forum Replies Created
-
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Define Save DirectoryHi. I think what you have added is enough. Have you created the cache directory? I don’t think MMR will create that folder if it doesn’t exist.
We considered adding a setting on the MMR settings page but decided against it as it is an advanced option that not many people want to change.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Multiple generated Filesmarking as resolved.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Multiple generated Files30a5204f is the hash of the file and 1551695767 is the modified timestamp so that the file will bust any previous cache.
You will get multiple files if there is a different media type, or if a script/css is an external file. Also, with the latest version we now start a new file if it has a @import in it. To reduce the files you will want to check these things and re-order your queue to account for it.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] WP- Roocket Conflict?marking as resolved
Forum: Plugins
In reply to: [Merge + Minify + Refresh] WordPress version 5.3.2?marking as resolved
Forum: Plugins
In reply to: [Merge + Minify + Refresh] WordPress version 5.3.2?Hi Johannes,
I released a new version this week which has been tested with the latest version of WP.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Secupress captchaAre there any other javascript errors on the page?
Are there any errors reported on the MMR settings page?Forum: Plugins
In reply to: [Merge + Minify + Refresh] Could you make it translation ready?Sure, we will look into this for you and let you know when it is ready.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] WP- Roocket Conflict?You will likely have issues if you want to use both of the plugins together. I would suggest disabling concatination and minification in WP-Rocket if your going to use MMR.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] merge_minify_refresh_done actionMerging 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?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] help with images breakingHi Julia,
Have you tried disabling other plugins? This should help determine if its a plugin that is causing the issue. If that doesn’t work it might be something to do with your theme, so you can disable each javascript file in the mmr settings to try to determine what is causing things to break.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Files being called after plugin deletedDo you have a CDN or are you using any other caching plugins?
Hi alexlii,
The correct way is to use the full url. If you click “view logs” on one of your merged files you can see the full path that is being used. eg.
https://mywebsite.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Disable for BackendHi, we should be able to add this. What about if we just disable it for admin accounts?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] How to Disable this plugin?Hi, To disable MMR and clear up all the files all you need to do is disable or uninstall the plugin. I’m guessing that W3 Total Cache has cached the HTML and that is why you are getting missing files. Once MMR is disabled you will need to clear the W3 cache.