Hello @caersbart
Thank you for reaching out and I am happy to assist you with this.
I can see that you also have the minify enabled.
Can you please try adding the following to Performance>Minify>Advanced>”Never minify the following JS files:”
/wp-content/plugins/w3-total-cache/pub/js/lazyload.min.js
Save all settings and purge the cache and see if the problem persists?
Thanks!
Hello Marko, that did help, thank you for the solution.
I do get another warning:
Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.
1 bron
lazyload.min.js:1
Hello @caersbart
You can ignore this warning. This only means that Chrome will provide fewer details about the user platform and Chrome version since these are used by websites to fingerprint users.
We are aware of this as this is a somewhat new Google notification, and we are working on improving things.
This will not impact the performance of your website in any way.
Thanks!