Prevent page rebuild on slider move

I have a page with a ListView widget and a Slider widget, the slider is a filter for the query hydrating the ListView.

The problem I have is that the ListView's query is triggered many times at every step while I move the slider and I can't understand why. My take is that the page is rebuilding on slider move, but I can't see any settings about this or to disable this behavior, any ideas?

1