Hello giuspen,
based on the provided information it is difficult for me to understand the problem. Is it the timing behaviour of the Slide Touch Handler, or time needed to re-draw the screen content?
The timing of the slide touch handler is controlled mainly by Friction and SpeedLimit. However, it will not help when the content to scroll requires much time during the screen update. It means, when the content contains many visual elements which need to be re-drawn each time the content is scrolled.
Also possible, when several touch handler are combined overlapping each other, it is important to understand that a touch interaction is first receipt by the top most lying handler. This handler may be configured to relay the interaction to another handler when particular gesture is performed. May be what you observe is an issue with not correctly configured touch handlers. See also Combine several Touch Handlers together.
I would try to reduce the application case and narrow down what causes the delays.
Best regards
Paul Banach