AEM/CQ Developer Tricks



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 com­po­nents used on your page
  • ?debugConsole=true -->Runs Fire­bug Lite inside your brows­er
  • ?wcmmode=(edit|preview|design|disabled) -->This para­me­ter sets your Wcm­Mode in the spec­i­fied mode to for quick testing 
  • ?debugClientLibs=true --> Writes out all Clientlib cat­e­gories as sep­a­rate files check in view page source
  • CTRL+SHIFT+U -->In com­bi­na­tion with ?debugClientLibs=true will show the page load time

1 comment: