launchinteractive
Forum Replies Created
-
Forum: Plugins
In reply to: [Merge + Minify + Refresh] SubdomainThere isn’t anything you need to do to use MMR on a subdomain. We do it all the time. There must be something else at play. I would check if there is a conflict with another plugin and try a different theme. Do you have any error messages?
I see what you mean. I didn’t realise the Google cache is only the html.
MMR removes the previous cache as soon as the new file is created. Perhaps we should have an option to specify how long you want to keep the cache file for after it has expired.I’m not sure if you can ask a question before disabling a plugin. I will investigate.. Alternatively we could have a setting to not delete the cache.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Divi Builder not workingThis is now resolved. The issue was that the MMR Divi plugin didn’t work with child themes. I’ve released a new version today that has fixed it.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] ERRORYou could try disabling MMR for some of your scripts.. and see if you can get MMR to complete. Alternatively if your happy for me to have a look get in contact on with me directly: https://launchinteractive.com.au/enquiry
Forum: Plugins
In reply to: [Merge + Minify + Refresh] ERRORHi Giovanni,
It doesn’t look like MMR can complete the minification process on your hosting. 180 seconds should be plenty. Do you have any other error logs before that error?
Is it possible to enable java on your hosting? MMR could then use closure for the javascript which should create smaller files and it might work.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Divi Builder not workingDo you have a staging site we could potentially test our plugin with?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Render Blocking ResourcesI’ve just run your site through page speed insights and I get the same warning, but the delay is a lot less. Do your tests show that Google is picking up the minified versions of the css and javascript?
On a WordPress site it is difficult to get a good score for Render Blocking Resources. It really comes down to the way your site is built. Your theme needs to enqueue non critical css and javascript into the footer. All of the plugins that you use need to do this too. Because of this I don’t really worry about it too much.
Forum: Reviews
In reply to: [Merge + Minify + Refresh] Sped up the site and then…Hi,
Did you have our Divi compatibility plugin installed as well?
https://ww.wp.xz.cn/plugins/mmr-disable-for-divi/Forum: Plugins
In reply to: [Merge + Minify + Refresh] Divi Builder not workingoh, thats no good. Any chance you have a staging site that you can grant me access to play with? https://launchinteractive.com.au/enquiry
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Divi Builder not workingThanks for reporting this. Have you installed our divi comparability plugin as well?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Custom directory not workingAhh I see. WP_CONTENT_DIR doesn’t exist yet when your defining your path. Please try using an absolute path.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Custom directory not workingok, are you able to add this line before line 115
var_dump(MMR_CACHE_DIR); exit;and then check that all but the last directory exist.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Custom directory not workingAny chance you can grant me access to your hosting so I can have a look? You can contact me here: https://launchinteractive.com.au/enquiry
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Custom directory not workingHmm, Does your uploads directory exist?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Custom directory not workingThat appears to be a permission issue. Does PHP have write access? What user:group is PHP running as?