launchinteractive
Forum Replies Created
-
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Enable preload/push headers for excluded files?Would you find a hook useful so that you could filter the preload urls? I think if we added this it would offer more flexibility.
Yes in my experience Java does use more CPU. I’ll see if we can add those features. If you have the skills feel free to have a go and provide a patch.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Some css code is not getting minifiedAhh, my guess is that MatthiasMullie Minify was failing due to something in your javascript. There would have been errors in the logs if it couldn’t complete a minify. Do you know if this was the case?
Closure is more reliable and will do a better job so I think you are best to stick with it.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Some css code is not getting minifiedHi, It looks like that file is now minified. Is that right?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Creating merged css/js selectivelyHi,
MMR is designed to be automatic and so specifying the scripts to merge isn’t really possible. MMR was inspired by MinQueue which does allow this but it hasn’t been maintained.
If your server has HTTP2 enabled then I think you might be better to turn off merging if you are going to have different css/js included on each per page.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Not UsefulThere could be lots of reasons why your score didn’t improve. Did the javascript and css merge and compress successfully? You can view this in the settings area.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Not UsefulWhat do you mean by 20% to 0%?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Your site [XXXXXXX] has a technical problemAre you able to provide a screenshot? or contact me directly at launchinteractive.com.au
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Your site [XXXXXXX] has a technical problemIt should be a button next to each resource. You will need to visit the main site in order for the files to be generated.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Your site [XXXXXXX] has a technical problemGo to Settings > Merge + Minify + Refresh and click View Log it should say complete.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Your site [XXXXXXX] has a technical problemIt could be. Could you try disabling Autoptimize and see if MMR finishes?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Your site [XXXXXXX] has a technical problemSomething must be preventing the cron from finishing.
It looks like your site is using autoptimize now. Is that right?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Other files not minifiedHi James,
How many javascript files is MMR trying to minify? I’m guessing that its taking too long and the hosting is killing the process. To work around this you could potentially change WordPress cron to use real crons.
1. Wordfence could be killing long running processes. I don’t know the exact parameters as MMR is using the standard wordpress cron. I would try disabling Wordfence first and see if thats causing it.
2. If you add the 4th file url into the ignore list then that will split the rest of the files into a new group to minify.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] URLs replacedGreat. I’m glad its solved.
Hi, MMR will try to minify javascript with Google Closure if it can execute the java file from PHP. It looks like your hosting doesn’t allow this. Your javascript will be minified with PHP Minify instead.
Closure will typically result in better minification and smaller files but it takes longer and needs hosting permission.