• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question server specification

nethum shan

New Pleskian
i have a url shortener site like bit.ly. currently it redirect 1 million visitors per day. now i host it in ovh vps 2 core,8gb ram. my problem is sometimes it very slow and sometimes its down for two three minutes. is this server not enough to run this script?
 
So that's an average of about 12 visitors per second? And it probably goes up to what, 20, when it is a busy time of day? More?

Depends on the code that runs on your server. This kind of questions are practically impossible to answer without seeing the code, server configuration, logs and server load compared to actual visitor traffic.

Which programming languages do your services use? Which database is used? Which web server, Nginx without Apache?

What did you do to optimize the server?
 
Do you run anything such as New Relic to capture metrics? Where are your bottlenecks?
 
Back
Top