First and foremost try to identify what is causing by just disabling CSS or JS or HTML or Image optimization (incl. lazyload). Based on that we can see what the next steps need to be 🙂
frank
The lazy load from your plugin was the issue. All the rest were fine.
Can your team look into that and maybe get a fix for the next update?
Theme is Travelicious purchased september last year.
Thanks Frank
Given this problem is specific to your site and not a generic issue with AO lazyload, this is probably not something that can (will) be fixed in an update pronttto.
Looks like a conflict with another plugin or with the theme; if you have time it would be interesting to try to identify what the culprit is by disabling (and re-enabling) each plugin one at a time and (if neeeded) also switch themes for a minute?
Hi @optimizingmatters !
Actually I had me too an issue with the mixed content today.
I use your (awesome) plugin (thanks for that!) on many websites, on the same server, since long time, and I never had this issue.
-> Suddenly, all the cached files were loaded via http: and not httpS anymore.
And it all happened automatically, I’m not even sure when. (I’m using the lazy load as well).
Had to delete the /cache/autoptimize folder manually, before reactivating the plugin.
Tell me if you need more info on my install.
But for now it’s working again. Just wanted you to know about the problem.
Thanks again for this amazing plugin.
Cheers
Suddenly, all the cached files were loaded via http: and not httpS anymore
That does not seem to be related to the lazyload problem mentioned earlier Phil. AO uses the WordPress core content_url() function to get the URL to the wp-content directory. If for whatever reason that function returns http:// instead of https://, then the Autoptimized resources indeed will be loaded over http:// iso https:// … the question would indeed be why that would happen ..
Yes indeed, I think so too.
I only mentionned Lazy Load because OP mentionned it.
It’s also weird since other websites are running in an almost same config.
(Server is same, not the template), and this website itself is running since months now.
BTW, wordpress is 5.4.2
If the problem happens again, I’ll keep you in touch with more info about my config.
Thank you for your quick reply!