First, want to say thanks for the work and explanation for WP Super Cache and Autoptimize compatibility. When combined with Cloudflare and HTTP/2 my frontend is loading pretty fast despite a ton of plugin bloat & SSL.
One thing I did was move all the Geodirectory front-end features off the home page…
on desktop, the GeoDir stuff isn’t a big issue but on Mobile my server was taking time to deliver the package and it is a bit slow
so most of the geodirectory script etc is now not loading on the home page, however some Google maps scripts are loading.
there is a delay for the map api on gstatic.com and then it loads
https://maps.google.com/maps-api-v3/api/js/26/13/common.js
https://maps.google.com/maps-api-v3/api/js/26/13/geocoder.js
https://maps.google.com/maps-api-v3/api/js/26/13/infowindow.js
https://maps.google.com/maps-api-v3/api/js/26/13/util.js
https://maps.google.com/maps/api/js?&language=en&key=AIzaSyDe7yaMBZueBdYo5BeW0rsUdXXef417ABY
Q: do you have any magic snippet to not call the google maps stuff from the home page?
Thanks