adobe / aem-guides-wknd

Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html
MIT License
285 stars 548 forks source link

Make sure custom clientlibs are loaded asynchronously #333

Closed jckautzmann closed 2 years ago

jckautzmann commented 2 years ago

Up until Core Component 2.18.8 the Page v3 was loading all client libraries asynchronously. As it caused issues with client libraries that were not adapted to asynchronous loading (see details in [0]), a new policy configuration to load custom client libraries synchronously/asynchronously was introduced and will be available in 2.19. The default is now synchronous loading.

To keep the same behaviour as before, the new configuration should be set to asynchronous in all the page policies of the WKND sites.

[0] https://github.com/adobe/aem-core-wcm-components/issues/2113