launchinteractive
Forum Replies Created
-
Forum: Plugins
In reply to: [Merge + Minify + Refresh] CSS and JS are not mergingThe reason your CSS isn’t merging is because the files being merged have different media types..
If you view the page source..
1cfc0ea9-1526387352.css is media=’all’, 11f60ec3-1531047359.css is media=’screen’ etc.If you look at the MMR settings you can expand each merged file and see what files were merged to make that file. That should give you some clues as to what plugin or include is causing this.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] How to Properly Uninstall MMRHi, it seems to be loading fine for me. Did you manage to resolve it?
MMR doesn’t store anything in the database. I’m guessing you had a CDN or something like cloudflare enabled that was caching the old urls.
This is interesting.. I haven’t used elementor before.. does it cache css in a folder in the uploads directory? Is there other files in that directory?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] CSS and JS are not mergingAre some of the files merging? There can be few reasons why files aren’t merging. MMR respects the order of the enqueued scripts. It also respects the css media rules so that if you have a style that had a different media rule then a new stylesheet will be created.
newelement76: It looks like you have javascript requests for files on a different domain.. that is why your scripts are splitting into multiple files.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] front-end.js.map not foundDo map files still work if the code has other coded merged with it?
Clearly I don’t use map files so I’ve never tried.Forum: Plugins
In reply to: [Merge + Minify + Refresh] front-end.js.map not foundHi. MMR merges javascript that may or may not have map files. I don’t think there is a way to make this work reliably unless all of the javascript in the site has a map file. I think it might be best to strip the comments to avoid your errors showing up. What do you think?
I’m not sure adding the version to the hash is a good idea because it will mean every update of MMR will force a cache flush which isn’t necessary most of the time.
Thats interesting about Adler. The reason we used it is purely for speed. I’ve just done this speed test on my machine: http://php.net/manual/en/function.hash.php#89574 and md4 wins out.. maybe we should go with md4. What do you think?
Yes, remove_cssjs_ver() removes params from external urls.
Hey Roy, I’ve just updated Minify and Closure. Hopefully this will fix your issue. Please let me know so I can mark this as resolved.
Nice find. Are you able to supply your regex so that I can fix and test this?
no worries. I’ll mark this as resolved for now.
I have no idea why it would be reporting that. It must be some files conflicting. Try merging them again and then manually add scripts to the ignore textarea. That should help identify which scripts are the cause.
Hi. You could try disabling javascript merging. You should then be able to match up the hash with the file that is outputting all these warnings. If you still can’t find it post a link to your website and I’ll have a look.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] gzip compress problemI think that might be a false positive.. your site looks like it has brotli encoding installed which gtmextrix might not support.
Also, that file isn’t the minified version.. you will need to wait for the css files to compress before getting the benefit.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Unsupported major.minor version 52.0Hi Andrew,
I simply haven’t had enough time to experiment with this. I might resolve it for now. If there are more users that start having this issue then we can look at it again.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] gzip compress problemHi Igland,
Does your host support gzip? You can easily check it here: https://checkgzipcompression.com