The videos added in Dynamic media components via experience fragment aretaking too long to render on the page. The lazy loading checkbox is checked.
Whereas it works fine when it's added as an individual component.
Views
Replies
Total Likes
Please check the source of the video, maybe its still loading from AEM.
Views
Replies
Total Likes
Hi @arunpatidar ,
The video is being served from dynamic media and not directly from AEM.
Thank you.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @chinmayis865517 ,
When you put a Dynamic Media video inside an Experience Fragment, extra wrapper markup and clientlibs get loaded, which slows down rendering.
Make sure the Dynamic Media clientlibs are included only once (duplicate loads inside XF can cause delay).
Check that the lazy loading config is not overridden in the XF – sometimes the checkbox doesn’t pass through.
Use the same embed method (smart embed / video profile) for XF as for the standalone component.
If possible, place the video component directly on the page instead of nesting in an XF for performance-critical use cases.
The slowdown comes from extra XF wrapping. Keep clientlibs clean, check lazy load settings, and prefer direct placement if performance matters.
Views
Replies
Total Likes
Views
Likes
Replies