• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Plesk PHP Nginx Performance

PandoraT

New Pleskian
I have a site with too many hits instantly. About 1,000 people.

And I see my site sometimes can't respond.

Respond problem: Is this Plesk's Nginx from existing settings?

How can I fix my site's non-response problem? My server's load-avagare status is normal.

I found this:
How to improve nginx performance?

But I couldn't decide how my Nginx settings should be.
 
by default nginx is configured to use 1 thread in /etc/nginx/nginx.conf set this to auto and reload.

having said that.. there is no magic bullet. Depending on your application and how much resources you want. you need to have enough hardware to handle the load. 1000 consecutive this for a static html page is negligible.. for wordpress that is quite a hit.. for magento that is a LOT of activity.
 
i've checked my Servers and see one server was really not set to "auto" /etc/init.d/nginx reload
thank you :)

you should update your nginx-server setting under plesk:

max.children 52
min spare 8
max spare 24

there is a gui for that, choose "dynamic"
 
Back
Top