Are there any performance issues when dealing with javax.jcr.observation.EventListener?
Hi there, we are using javax.jcr.observation.EventListener to check if every created page has a property, and if it does, do something, This is set with an absolute path to /content/my-site. (we are targeting the jcr:content nodes)
Has anyone used this before, and are there any performance impacts that we should be aware of?