Skip to main content

What to do if your hosting plan limits are reached in Hostinger?

Addressing the message “Your websites could experience slower performance”

Updated today

Each Hostinger hosting plan comes with a set amount of resources. The resources determine how well a hosting plan handles the load.

While checking the usage of your hosting plan resources, you may notice the message “Your websites could experience slower performance”.

The message “Your websites could experience slower performance” shown on Resources Usage section

Let's go through the most important resources and how reaching their limit affects your website.

CPU

When you reach the maximum threshold for available CPU, your website becomes slower and starts scheduling requests from your visitors instead of serving them instantly. There will be no error messages, but the website will feel sluggish.

Find out your website's peak hours and ensure your CPU stays below 80% during the busiest times. This will guarantee that all visitors have the best possible experience on your website.

Usually, high CPU usage is caused by poorly optimized website code. We suggest you:

  • Revise your code.

  • Reduce the number of plugins.

  • Minimize the number of cron jobs.

  • Enable caching on your website. If you use WordPress, we recommend the LiteSpeed Cache plugin.

If you tried the above suggestions, but the site's performance is still poor, it indicates that your website has grown and needs more resources to keep up with the load. In this case, consider upgrading your hosting plan.

I/O (Input/Output)

Disk I/O or disk throughput is a limit on how fast data can be written/read. This limit helps measure disk performance. When you reach the maximum threshold for available I/O, your website will slow down, similar to when the CPU threshold is reached. For this reason, the same above-mentioned solutions apply.

RAM and Processes

When your hosting plan reaches the limit of processes or RAM, your website visitors may encounter the 503 Service Unavailable error.

It is critical to ensure you never reach these limits. If you reach the limit of processes or RAM 10-20 times within one month, it is a very strong indication that your website needs a larger pool of resources to handle the load. We recommend you reduce the number of processes to the minimum and, if the issues persist, upgrade your hosting plan as soon as possible to ensure the best uptime for your website.

PHP Workers

PHP workers are processes that handle PHP requests on your server. Each worker can process one request at a time. If your hosting plan has reached its PHP worker limit, users may experience delays or timeouts when accessing your site. Some of the recommendations:

  • Reduce the number of plugins and scripts that initiate PHP processes.

  • Use caching mechanisms to reduce the frequency of PHP script executions.

  • If your site consistently reaches the PHP worker limit, consider upgrading to a plan with more resources.

NOTES

  • For a temporary increase in resources, you can try boosting your account.

  • If you reach the limit of resources within a Cloud Enterprise plan, get in touch with us, and we'll offer you the best VPS solution that would suit your particular case.

Did this answer your question?