Nested Experience Fragment AEM6.3.0 | Community
Skip to main content
New Participant
April 27, 2020
Solved

Nested Experience Fragment AEM6.3.0

  • April 27, 2020
  • 3 replies
  • 7831 views

 Hi,

I need to create a Nested Experience Fragment.

 

Requirement : We need to create an experience fragment in which a component is included and inside this component, we’ll having Multiple XF components ?

 

I tried to use OOTB and inside that Tried to include a component and inside component parsys, including new XF, --this sounds little confusing, I tried this way, (not a good way to proceed.)

But need help to get the requirement in more efficient way to achieve this.

 

Experience Fragment --- Component --- Experience Fragment

 

@kautuk_sahni

@arunpatidar 

@veenavikraman 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by akhoury

There is a known performance hit associated with nesting experience fragments (especially in conjunction with container components such as a responsive grid) due to how it calculates the allowed components and styles.

 

The recommendation instead is to leverage building blocks as a workaround:

https://helpx.adobe.com/experience-manager/kt/sites/using/building-blocks-experience-fragment-feature-video-use.html

3 replies

VeenaVikraman
New Participant
April 29, 2020

@tushaar_infy I don't think the design has a problem. It should be okay. But I am also not sure about any known issues in doing so.

akhoury
akhouryAccepted solution
Employee
April 27, 2020

There is a known performance hit associated with nesting experience fragments (especially in conjunction with container components such as a responsive grid) due to how it calculates the allowed components and styles.

 

The recommendation instead is to leverage building blocks as a workaround:

https://helpx.adobe.com/experience-manager/kt/sites/using/building-blocks-experience-fragment-feature-video-use.html

New Participant
April 28, 2020

Thank you this article really helpful., But I am looking for the above question in AEM6.3.0, and this feature is from AEM6.4.

How can we achieve the above in AEM6.3.0

arunpatidar
New Participant
April 27, 2020

I think, it is fine to use XF inside another XF.

Arun Patidar