Statement - Some of the tricks to be followed while working on AEM for debugging or performance improvement.
- Remove #cf/ -->remove #cf/ in your url to avoid loading of content finder.
- ?debug=layout -->Shows you all details of the components used on your page
- ?debugConsole=true -->Runs Firebug Lite inside your browser
- ?wcmmode=(edit|preview|design|disabled) -->This parameter sets your WcmMode in the specified mode to for quick testing
- ?debugClientLibs=true --> Writes out all Clientlib categories as separate files check in view page source
- CTRL+SHIFT+U -->In combination with ?debugClientLibs=true will show the page load time
Great post.
ReplyDelete