launchinteractive
Forum Replies Created
-
I’ve finally had a look at this and rolled out MMR 1.8.12. It should sort this issue. I’ll mark it as resolved but if you have any issues please open a new thread.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Plugin Not Supporting Alternate WP-Content FoldersHi Guys,
7 months later and I’ve finally got an update for you! MMR 1.8.12 should now sort this. I’ll mark it as resolved but please open a new thread if you have any issues.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Gzip Encoding with NginxHi,
Do you want to enable gzip on all css/js/xml/text files? If so then this should help:
https://davidwalsh.name/enable-gzip
If you want MMR to generate the gz files and Nginx to use them then I think you need to enable the httpgzipstatic module and add gzip_static on; to your config.
Forum: Reviews
In reply to: [Merge + Minify + Refresh] Crashed my siteYou will likely need to clear your cdn cache each time you make a change. If you are caching html with your cdn then I would suggest not using MMR.
Forum: Reviews
In reply to: [Merge + Minify + Refresh] Crashed my siteOk, It looks like your using KeyCDN. Its possible there is a conflict or some other plugin is mucking it up. Do you have any other plugins that do minification or compression?
Forum: Reviews
In reply to: [Merge + Minify + Refresh] Crashed my siteWhat is the URL to your site?
Forum: Reviews
In reply to: [Merge + Minify + Refresh] Crashed my siteI’m sorry to hear this. Do you have a CDN or any special setup?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Set breakpoints for merge?Hi Thomas,
At the moment the best way to do this is to turn off merging. If your host has HTTP2 enabled then it shouldn’t slow you down too much.
One thing we could do is add a filter to give you the ability to restrict which files should merge but that would involve extra work from the developer. Would this be something you would use?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Enable HTTP2 Server Push also try to load httpOh, and your other question.. no it doesn’t for compatibility reasons. I think closure can strip unused code (advanced optimisations) but we haven’t used it so we don’t break websites.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Enable HTTP2 Server Push also try to load httpGreat. I’ll mark it as resolved.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Enable HTTP2 Server Push also try to load httpok, I think you will need to change the urls in Settings > General as thats where MMR pulls the site url from.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Enable HTTP2 Server Push also try to load httpHi Stemon,
I’m not sure exactly. How did you enable HTTPS? Did you update the urls in Settings > General?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] WP Admin page acnnot accessDo you have access to the hosting via FTP?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] WP Admin page acnnot accessHi, It looks like MMR is conflicting with one of your other plugins. You should be able to fix it by removing MMR in the plugin directory or removing one of your other plugins. You may need to try a few to see which one is conflicting.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Google PageSpeed Reporting on your PluginEliminate render-blocking JavaScript and CSS in above-the-fold content is difficult with WordPress. If you build every piece of your theme then it is possible to defer the scripts and CSS or enqueue them in the footer. The issue I usually come across is plugins. Quite often they assume that certain libraries are loaded in the head and they break if you move them to the footer. For example, if you dequeue and re-enqueue jQuery in the footer then you are likely to have issues.
In the past I’ve managed to get this working but then my client has come along and installed some random plugin that breaks it all. With that in mind, for WordPress sites I don’t tend to worry about above the fold content. If I’m building a custom site then I will take it into consideration.