- Issue created by @juanolalla
- Status changed to Closed: won't fix
4 months ago 3:32pm 12 August 2024 - 🇩🇪Germany christianadamski Berlin, Germany
v3 loads this stuff via core, so no async. v4 has this fixed through massive refactors.
Using a Google Maps map I get the following warning:
Google Maps JavaScript API has been loaded directly without loading=async. This can result in suboptimal performance. For best-practice loading patterns please see https://goo.gle/js-api-loading
The module is using defer="defer" async="async" in the script tag to load the library, and it looks this is not good enough. Besides, I think we shouldn't be using both defer and async, it should be one or the other, in any case.
Place a map from a Geolocation field.
Adjust the implementation to one of the approached suggested in https://goo.gle/js-api-loading.
Closed: won't fix
3.0
Javascript General / Frontend
v3 loads this stuff via core, so no async. v4 has this fixed through massive refactors.