Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

The videos added in Dynamic media components via experience fragment are taking too long to render on the page

Avatar

Level 4

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.

5 Replies

Avatar

Community Advisor

Hi @chinmayis865517 

Please check the source of the video, maybe its still loading from AEM.

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 4

Hi @arunpatidar ,

 

The video is being served from dynamic media and not directly from AEM.

 

Thank you.

Avatar

Level 4

Hi @chinmayis865517 ,

 

Are you using Adobe scene7 video player or custom player? 

Avatar

Level 4

Hi @Vishal_Anand ,

 

I'm using scene7 video player.

Avatar

Community Advisor

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.

Hrishikesh Kagane