QuestionQ17

Given a scenario, identify how to troubleshoot and debug AEM Sites solutions

A customer adds third-party client libraries to introduce features in an existing AEM application, significantly reducing performance.

How should the developer optimize the site?

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

AEM client-library embedding combines the required JavaScript and CSS from other client libraries into an application-specific library. This reduces the number of files and page-load round trips, improving delivery efficiency.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!