This is the request to the backend for a callback. Each POST = 1 call to the callback.
Do you happen to have multiple tabs open? If multiple windows are open (or multiple people are viewing), then each window will make make it’s own requests to the callback.
So, getting the new value of Slider and the new figure to render on the animation is considered a request to the backend? Every time that the interval runs in a callback I will necessarily see a POST request?