Replies: 0
Hi,
I am having problems with deferring WP Google Maps map images. I am using a3Lazy Load plugin for lazy loading all images on my website. Unfortunately WP Google Maps images are loaded by Google Maps common.js which is why they are unaffected by a3Lazy Load.
So I tried to async/defer .js files related to WP Google Maps with Autoptimize and Async JavaScript but it obviously isn’t working since all Google Maps scripts and images are still loaded as non-deferred.
I appreciate suggestions and directions to help me solve this problem.