I a PHP script that takes about 10 seconds to complete. When I run the request in Chrome in two different tabs, the second request waits for the first request to finish and only than it starts.
When I look in the Timing in chrome I see that Blocking takes 10 second for the second request. Is there any configuration I can do on the server side to prevent that?
I am using XAMPP with Apache 2.4 and PHP 5.5 Everything is done on my localhost
Here is my phpinfo as PDF: phpinfo.pdf
Another thing I have noticed is that it only happens when I am using the exact URL in two different tabs. Event If I use different URL parameters it execute the script simultaneously