Tuesday 16 April 2019

Query builder | Performance Enhancement | p.guessTotal

In order to boost the performance of query builder, p.guessTotal parameter in the query builder URL can be very useful. This parameter stops the permission check for that session on each node of the result set.

Example::
http://localhost:4502/bin/querybuilder.json?path=/content&1_property=sling:resourceType&1_property.value=foundation/components/text&1_property.operation=like&p.guessTotal=50&orderby=path

No comments:

Post a Comment

extraClientlibs Usage

The purpose of property "extraClientlibs" is to selectively load client library for a dialog. This prevents the unnecessary load o...