Clearing Cache and Other Useful AEM Forms Links

AEM clear clientlibs cache

http://localhost:4502/libs/granite/ui/content/dumplibs.rebuild.html

Clear Script Cache Status

http://localhost:4502/system/console/scriptcache

Query Builder Debug

http://localhost:4502/libs/cq/search/content/querydebug.html

Example query:

“Show me all of the form OSGi workflows that are complete. Ordered by start time.”:

path=/var/workflow/instances
type=cq:Workflow
orderby=@startTime
orderby.sort=asc
p.limit=-1
property=@status
property.value=COMPLETED

Query Performance

http://localhost:4502/libs/granite/operations/content/diagnosistools/queryPerformance.html