search

Home  >  Q&A  >  body text

php7 occasionally slow problem

Currently using PHP for interface development, I found that there are always less than 1% of requests, which is very slow.
Looking at the machine monitoring, I found that the memory and CPU have no jitter at all. Redis is used in the interface, and redis monitoring is also normal.
Has anyone encountered the same problem, or is there a way to monitor such problems and find out the cause?

PHP中文网PHP中文网2828 days ago415

reply all(1)I'll reply

  • 迷茫

    迷茫2017-05-16 13:17:27

    1% of interface requests are slow. In addition to what you mentioned, there are many other possible reasons. For example, DNS resolution, network, etc.; it should not be the reason for PHP 7.

    reply
    0
  • Cancelreply