My site experiences slower page loads. SO I need to identify slow running requests. How I can get it done.
Hi Team,
My site experiences slower page loads. SO I need to identify slow running requests. How I can get it done.
I saw there are options in internet.
a. Use rlog.jar with the following command $ java -jar ../opt/helpers/rlog.jar -n 10 requests.
log to identify long running requests.
b. Use proxy.jar with the command java -jar proxy.jar to debug the webserver and AEM server communications.
c. Download Heapdumps from Tools > Operations > Diagnosis and analyze the Heapdumps using the Memory Analyzer Tool.
d. Embed /libs/foundation/components/timing component in the Page Component and verify the page load time.
What is the best ?