It turns out there are others. These are the ones I find most useful:
- ?debug=layout: This will give you information about all the components you have on the page.
- ?debugClientLibs=true: Writes out all clientlibs using the individual source files, without aggregation like you would normally get.
- CTRL+SHIFT+U: Use this with ?debugClientLibs=true to show timing information across the page. How long things take to load, etc.
Shows you all information around the clientlibs used in your AEM environment.
To view logs directly via url (only works on author mode):
server:port/bin/crxde/logs?tail=2000
No comments:
Post a Comment
If you have any doubts or questions, please let us know.