As a quick workaround, I had to exclude all js code from wp-content/plugins/easy-fancybox/ from optimization through the Autoptimize, which works for me.
Thanks for looking into this.
]]>First of all, this is a great plugin, my site got 100% at page speed insights.
But I have a problem when I turn on the minification option both automatic and manual, I have a problem with Google Analytics picking up any data.
As long as minify JS is turned off, everything is OK, but then my page speed score is lower.
Is there any way to fix this other than seeing FAQ because I don't quite understand what should I do?
I use the Avada theme.
]]>
const a = 'https://example.com';
(‘ should be an ` but this editor doesn’t handle it good as well)
the template literal is not detected and with JS minification enabled it’s cut after “https:”, so “//” is treated as a start of a comment. This results in a broken JS file.
Plugin version: 2.1.5
]]>Here is the error message displayed on the browser’s console:
/comercio/damian-wasser-fotografia/contact-form-7/v1/contact-forms/5160/refill?_locale=user:1 Failed to load resource: the server responded with a status of 404 (Not Found)
I’m using WP 5.7 with latest MyListing Theme.
PHP Version: 7.4
Can anyone offer any insight on this?
]]>I have to use PHP Minify for JavaScript due to my hosting environment. However, with the last update 1.2.4, the new PHP Minify breaks when processing JavaScript leaving a black screen. If however I either disable JS Minification or JS Processing, the site goes back to normal. This is a major change between the previous version and 1.2.4.
Actually, all CSS is handled properly, but with JS Minification using PHP Minify, the processing just halts on the first JS file encountered.
There is a bug somewhere it appears when using PHP Minify for JS. Yet, I see no errors in any logfile.
]]>The problem is my landing page. It is doing all sorts of weird things since I made the changes. It is a responsive design from Inbound Now named Acacia. I like it, but not when it is doing all this crazy stuff.
Could the JS and CSS minification, compression, parsing, and all the other stuff be messing with the way my LP works?
If it is, is there a way to block all the speed modification stuff from working on my LP.
Effected LP:
https://ragingalcoholic.com/go/get-addiction-treatment-now/
Copy that is not effected (at least not yet):
https://ragingalcoholic.com/go/copy-of-get-addiction-treatment-now/
Neither LP is complete as yet. I still need another segment at the top and some other stuff (changed headinging, skinnier segments,etc)
One other factor that may or may not mean anything:
The responsiveness is great, but I get most of my traffic from desktop computers. Losing it would only hurt a little.
Also, if it is the speed modifications effecting it and they cannot be disabled on that page, is it possible to create the same page in html or something else. No by me, but by someone who knows what they are doing.
]]>