launchinteractive
Forum Replies Created
-
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Migration IssueOk. No worries. Are you happy to mark this as resolved then?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Migration IssueI don’t think any of the other plugins would be conflicting, but you do have a lot of them. Are they all necessary? Having that many could impact on your site performance.
MMR should work as a multisite. I don’t do a lot of multisite setups but I did do some basic testing with it.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Migration IssueThis looks like a conflict with fast-velocity-minify. Can you try disabling that plugin and see if that resolves it?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] JavaScript issueHi,
What version of Woocommerce do you have? Also, please check the logs to see if Closure if being used to minify the javascript. If its using PHP minify then that might be the problem as it sometimes breaks with the woocommerce javascript.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Migration IssueIs there any errors showing up when you view the log files for each script?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Where to “view logs to get paths”?Hi Kristine,
Under Settings > Merge + Minify + Refresh > Click View Log next to each script you want to inspect.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] MMR + Backend cache issuesHi Lucas,
There isn’t currently a hook but you could comment out line 526 and roll your own code to clear out your cache directory when you clear the Comet Cache.
Or if you want to modify MMR and you come up with a good solution shoot us a patch and I’ll add it in.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Heavy loadNo, that doesn’t seem to have anything to do with MMR. I’m guessing that 72.21.217.85 is spamming you with requests. Does that file actually exist? What happens if you block the IP?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Problem with cron when run directly by phpHi,
Your right. HTTP_HOST doesn’t exist when running from the command line. Would you be able to try editing merge-minify-refresh.php on line 102 to this:
$this->host = $_SERVER['HTTP_HOST'] || get_site_url();and see if that fixes it?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Merge & Minify on SubdomainYes, you will need to set the MMR_CACHE_DIR, MMR_JS_CACHE_URL & MMR_CSS_CACHE_URL constants in your wp-config.php file. MMR_CACHE_DIR will need to be the full path and the others are browser urls. Let me know if you get stuck.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Layerslider (plugin) scripts rendering twice..Yeah, its a bit odd.. when I inspect the page none of the files are loading from the MMR directory. For example, I would expect something like this:
/wp-content/mmr/123456789.min.js
but instead you have requests like this:
/wp-content/plugins/LayerSlider/static/layerslider/js/layerslider.transitions.js
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Layerslider (plugin) scripts rendering twice..Hi. Do you have MMR disabled. It doesn’t look like its enabled?
Thanks for the feedback!
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Plugin ConflictHi,
I just installed a fresh version of Woocommerce (Version 3.2.1) and the WooCommerce Braintree Payment Gateway (Version 1.5) to test this. They don’t seem to work with MMR enabled or disabled. Are these the plugins you are using?
Forum: Reviews
In reply to: [Merge + Minify + Refresh] Amazing–thank you!Hi Lucas. Thanks for the feedback!