I have a problem, that I can not solve. Some of the communication (~10-20%) between the frontend and the backend server has stuck. Can anyone give me an advice?
frontend curl log:
16:30:00.00 - Runtime: 5.2454
backend apache access log:
16:30:00.01 - /backend/....
backend log:
16:30:05.01 - Runtime: 0.2254
Frontend log:
<?php
....
startTime
send curl request to Backend IP
write to the log: currentTime, currentTime-startTime
...
?>
Backend log:
<?php
startTime
PHP/MySQL/Redis/etc
write to the log: currentTime, currentTime-startTime
?>