'Every second API request takes a long time when I send request through browser. With postman request take the fixed amount of time

I use laravel (7 or 8 version no difference), php 7.4 (opcache enabled). axios/fetch(empty request) no difference. browser edge/chrome no difference.

Chrome network log

What's interesting when server take (long-time) request there is no "Closing" message php server log

Fast request enter image description here

Postman: all OK! With postman all OK!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source