AEM assets preload
How to optimize clientlibs generation speed in AEM Core Components using a Sling Model for automatic asset preloading?
I'm looking for best practices to speed up clientlibs generation in AEM when using Core Components. Specifically, I want to:
- Optimize the clientlibs load time.
- Automatically generate preload links for critical assets (CSS, JS, fonts, etc.) using a Sling Model.
