Optimization Best Practices
- Review the glog.query Properties help for possible finder query optimizations. Properties such as glog.query.joinSubqueryToParent and glog.query.xidOptimization as well as others could be used to make finder queries faster when there are very few domains.
- Review glog.webserver.finderresults.concatPseudoField property in glog.webserver Property help to see if this feature is needed. If not, performance can be improved by turning it off.
- Avoid using too much agent logging. This can be helpful during implementation, but should be turned off in production.