0

Our team have developed a web browser game, our servers are using nginx and php-fpm to host the website. the game consist of two parts an api and the game itself. both applications reside on its own server. during load testing I found out that both applications spawn many php-fpm threads making the cpu usage of both servers reach 100%, during the analysis we have found out that these cpu hugs are due to complex sql queries. What can we do to speed up our servers response time?

0 Answers0