Hi Dominik,
You could measure the throughput at each task in your job to see if one operator is causing the slowdown (for example using Flink's metrics system)
Maybe the backpressure view already helps finding the task that causes the issue.
Did you check if there are enough resources available for the processing you intend to do. How saturated are the CPUs, disks and the network?
Regards,
Robert