Skip to main content
Participant
August 16, 2021
Question

Profile tool to identify slow areas of a code on AEM server side

  • August 16, 2021
  • 1 reply
  • 625 views

We need to identify which code taking more time during page rendering. To do that we need to use profiling which can show the timings of operations execution (code which is called in models and beans). We tried to use built-in profiler http://localhost:4503/system/console/profiler, but it is too simple, just collects stack traces of running threads without any other information like time of execution, etc. Due to this, we need a full-fledged profiling tool to measuring the time of code execution during page rendering.
We are using AEM 6.1. Are there any other built-in profiling tools or which profile tool can we use to achieve our goal?

    This topic has been closed for replies.

    1 reply

    LinSims
    Community Expert
    Community Expert
    August 16, 2021

    AEM is not supported through these forums. You need to post here, instead:

    https://experienceleaguecommunities.adobe.com/

    Participant
    August 16, 2021

    Ok, thanks.