April 2, 2020
Estimated Post Reading Time ~

CQ5 Developer Tricks/Tips

While working with Adobe CQ5 every now and then you discover some new tricks or options, here the list that I use daily:
1. Remove #cf/
Don’t want to see/wait for the content-finder while refreshing pages, just remove #cf/ in your url.
2. ?debug=layout
Shows you all details of the components used on your page
3. ?debugConsole=true
Runs Firebug Lite inside your browser
4. ?wcmmode=(edit|preview|design|disabled)
This parameter sets your WcmMode in the specified mode, makes testing for a particular WcmMode easier.
5. ?debugClientLibs=true
Writes out all Clientlib categories as separate files (check your HTML-source).
6. CTRL+SHIFT+U
In combination with ?debugClientLibs=true will show you timing information of your page
7. http://server/libs/cq/ui/content/dumplibs.html
Shows you all information around the clientlibs used in your CQ5-environment


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.