• Hello. Is it possible to apply the principle of lazy loading to Java scripts. For example, there is code Yandex maps (similar to Google Maps) and it has the form:
    <script type="text/javascript" charset="utf-8" async="" src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A18c4583e7d8ef8f7fee38adbb7bcf9706d5d5d43c35373034d22a8846a1c5dd5&width=500&height=400&lang=ru_RU&scroll=true"></script>

    Can this code be handled somehow via “a3 lazy load”?

    RUS:
    Здравствуйте. Можно ли применять принцип ленивой загрузки к яваскриптам. Например, есть код Яндекс карт (аналог Google Maps) и он имеет вид (смотри выше). Можно ли этот код как-то обрабатывать через “a3 lazy load” ?

    • This topic was modified 5 years, 1 month ago by tekseo.
  • The topic ‘Lazy loading of Java script’ is closed to new replies.