OK, but to help I would need;
* the exact URL where google maps is
* any JS error on the browser console when async js is running OR (better) the URL of a non-PROD site where you can leave it in a broken state so I can *see* what is going wrong
So I found the contact page and I see the problem; you’re using a plugin (fusionmaps) which interacts with the google maps JS API, so asyncing (or deferring) google maps will produce errors. you _could_ try to also exclude `
/Avada/includes/lib/assets/min/js/library/jquery.fusion_maps.jsand
/Avada/includes/lib/assets/min/js/general/fusion-google-map.js` from Autoptimize and then defer them just like you did google maps itself. not 100% sure this’ll work though; dependencies can be hard ??
frank