launchinteractive
Forum Replies Created
-
Forum: Plugins
In reply to: [Merge + Minify + Refresh] .gitignore not ignoring mmrHi haddlyapis, Did you already have some files committed into your repo? I’ve had issues with that in the past.
maybe try ignoring the complete directory.. wp-content/mmr
Hey fhoech
What about just linking to your scripts and styles that you don’t want processed manually in your header.php? and let MMR handle all the included files in functions.php?Forum: Plugins
In reply to: [Merge + Minify + Refresh] High number of minified files appearingThanks fhoech. I’ve just applied your patch to MMR 1.7.3
I’ll mark this as resolved.
Thanks fhoech,
Nice find.
I’ve updated MMR to include your fixes.Forum: Plugins
In reply to: [Merge + Minify + Refresh] gzip compressionHi Daniel,
We used to use a gzip plugin but these days we don’t bother and make sure the hosting is configured to use gzip.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] same js file in rendering twiceHi Immortal.
Have you tried disabling other plugins to see if their is a conflict? Another thing to try is a different theme to see if it does the same thing.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Java Command Line tool promptNo worries. I think it might have issues. I haven’t done any testing with WP Super Cache. You might need to turn off some of its features to get it to work.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Java Command Line tool promptNo it won’t. The end user doesn’t need JAVA. Its just the server/hosting.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Java Command Line tool promptMMR uses Google Closure to minify the Javascript. If it doesn’t detect the right version of java (or doesn’t have permission) then it falls back to using PHP Minify. I’m guessing you don’t have Java installed so and its checking each time it needs to re-compile. I suggest either disabling minification (in plugin settings) or installing Java.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Great plugin, but incompatible with DiviHi Paul,
Did you try disabled JS and CSS minification? I’m guessing thats whats causing it not to work.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] High number of minified files appearingThats right Tyler. New files are also generated for different media types (ie. css print) as well as external files.
You can sometimes re-order your enqueue code so that you have the smallest amount of files. This doesn’t always work as some plugins can mess it up.
Thanks for the heads up. I dunno what is was but it seems a strange character was added with the last patch. I’ve just uploaded 1.6.14 to fix this.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] 6.5GB in mmr directoryThats a good idea, I’ll see if I can add it in the next update.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Site loads differentlyHi rlyazhyder,
If you have disabled MMR then it shouldn’t have any effect on your site anymore. If you want to make sure you can delete the /wp-content/mmr folder.
I suggest trying disabling all your plugins and see if the problem persists. If not enable one by one to see what is the cause.