I have a template that does several POST requests. Normally each request takes 1 second to execute. If I have 20 POST requests, it will normally take 20 seconds to do them, because they executed one at each time.
Is there a way to speed up this process and execute all of the POST requests at the same time?
Is there a way to speed up this process and execute all of the POST requests at the same time?
Последнее редактирование: