• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question High traffic config advise

Jose Pontvianne

New Pleskian
Hi all,

Plesk 12.5 / Apache 2.4 / Debian 8
Virtual Server: 4G RAM / 1 processor 2 cores
Nginx for static content.
It's a custom wordpress site, very well optimized (<180 ms generating a page) with many photos in each post.
Mid/High load: 250 users by minute

Any advise for best performance/#simulaneous_clients with "MaxRequestWorkers", "StartServers", etc

Thank you very much.
 
Just a thought: 250 users/min = 15.000/hour = 360.000/day. Let's assume that each user only opens two pages. A page can contain maybe five small graphics. This means that the server has to deliver 3.6 million files a day? Are you sure that a virtual server is a good platform for your website? Or didn't I understand the post right?
 
Just a thought: 250 users/min = 15.000/hour = 360.000/day. Let's assume that each user only opens two pages. A page can contain maybe five small graphics. This means that the server has to deliver 3.6 million files a day? Are you sure that a virtual server is a good platform for your website? Or didn't I understand the post right?

my mistake! it's 25 users/min!!!!

Thanks
 
25 users a minute with you saying that your website shows many photos is still a lot of load. If you want to stay on a virtual host,
- upgrade to Plesk Onyx, because then you can do Nginx-only hosting
- switch to Nginx-only in combination with PHP 7.1 FPM Nginx
It will greatly increase performance.
 
Jose, a few other areas to consider:

Make sure your MySQL setup has enough resources to cache query results. Make sure nginix is configured for browser caching of images. You might also consider using a free-level CDN service like Cloudflare.
 
Back
Top