initialQueriesSyncTime property

int initialQueriesSyncTime
getter/setter pair

To define the initial query sync wait time in milliseconds.

We wait for initialQueriesSyncTime time to combine the individual widget queries to a single network request at initial load. This prop is helpful to optimize the performance when you have a lot of filters on the search page, using a wait time of 100-200 milliseconds would merge the multiple requests into a single request.

Implementation

late int initialQueriesSyncTime;