ExamGecko
Question list
Search
Search

Related questions











Question 28 - AD0-E134 discussion

Report
Export

A customer adds third-party client libraries to add some features in an existing AEM application, which will significantly reduce performance.

How should the developer optimize the site?

A.
Embed client libraries to consolidate them into fewer files.
Answers
A.
Embed client libraries to consolidate them into fewer files.
B.
Debug third-party client lib and fix the code.
Answers
B.
Debug third-party client lib and fix the code.
C.
Rebuild Client libraries.
Answers
C.
Rebuild Client libraries.
Suggested answer: A

Explanation:

Embedding client libraries is a technique that allows combining code from multiple client libraries into a single file. This reduces the number of network requests and improves performance.

Embedding client libraries can be done by using the embed property of the cq:ClientLibraryFolder node and specifying the categories of the client libraries to be embedded. Reference:

https://experienceleague.adobe.com/docs/experience-manager-cloudservice/ content/implementing/developing/full-stack/clientlibs.html?lang=en#embed

https://experienceleague.adobe.com/docs/experience-manager- 65/developing/introduction/clientlibs.html?lang=en#embedded-files

asked 02/10/2024
Syed Azar
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first