launchinteractive
Forum Replies Created
-
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Enable preload/push headers for excluded files?Yep you’re right. When We added push we thought it worked for all requests.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] WP 5.6 changesI’m not experiencing this issue. Have you made any other changes? Perhaps a plugin is messing with the jQuery enqueue?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Some css code is not getting minifiedYes, MMR will look for a .js first.
I believe the reason the comments aren’t stripped is for legal reasons. I think when a comment has an exclamation mark then it means that the comment should stay even if its being minified.. /*!
I think Minify and Closure both respect this.Forum: Plugins
In reply to: [Merge + Minify + Refresh] Some css code is not getting minifiedaaah, do your scripts that you want to minify have a .min.js extension? MMR doesn’t bother minifying these as it assumes they are already minified.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] JS file ordering when groupingYou could try dequeuing the script and then enqueuing it again later or earlier by using a different priority.. it might help.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Some css code is not getting minifiedI mean in the MMR settings. You can expand each merge and it should say if the minification was successful or not.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Enable preload/push headers for excluded files?No worries. I should correct myself that MMR won’t add push headers for external files as thats not possible.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Does not minifyAre you able to try install https://ww.wp.xz.cn/plugins/wp-crontrol and see if the cron exists in the list.. perhaps see if you can manually run it.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Console errorAwesome. Thanks.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Suddenly go crazy with CSS?Hi, did you manage to get this sorted?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Your site [XXXXXXX] has a technical problemmarking as resolved.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Ignoring Font-FilesHi, Did you manage to solve this?
MMR ignores js and css.. not woff files. How are you enqueuing these files?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Console errorYeah, sorry about that.. I pushed it out too early. 1.11.2 should now fix it.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Console errorThanks for reporting this. I’ve just rolled out 1.11.1 which should resolve this. Let me know if you still have issues.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Enable preload/push headers for excluded files?I’ve decided not to add the filter as I don’t think its necessary. The new version of MMR (1.11) will now automatically add the push headers for excluded and external files.