Hosting Resource Usage Statistics
Causes of Increased Resource Consumption
Ways to Reduce Resource Consumption:
Each virtual hosting service at Rucenter tracks the usage of the following resources:
Information about resource usage is available in the Resources (Ресурсы) — Statistics (Статистика) section of the hosting control panel.
Clicking a chart takes you to detailed information on the usage of a specific resource.

When you hover the cursor over a chart point, you will see the resource usage at that particular moment in time.
If the limits set by your hosting plan are exceeded, a notification is sent to the email address specified in the agreement, advising you to analyze the situation and take measures to reduce the hosting load.
The main causes of increased resource consumption are:
In the hosting control panel, you can manage the configuration of your Apache web server and PHP module.
Each enabled module increases RAM consumption, so it’s important to enable only those necessary for your website to function. You can confirm the list of required modules with your website developer or in the documentation for your CMS.
Examples of hosting configuration for some popular CMS platforms are published in the CMS section.
By default, the following Apache modules are enabled on the hosting: auth_module, cgi, realip_module, rewrite_module, autoindex_module, env_module, expires_module
Check whether you have the following Apache modules enabled and disable them — for most PHP and MySQL websites, they are not required. You can do this in Web Server Management (Управление веб-сервером) — PHP Module Management (Управление модулем PHP) in the hosting control panel. To view the list of modules, click the Manage Extensions link.
Managing PHP module extensions is done in Web Server Management (Управление веб-сервером) — PHP Module Management (Управление модулем PHP) in the hosting control panel, as described in the Selecting PHP Version and Extensions guide.
We recommend reviewing the following PHP extensions — some of them may not be necessary for your websites:
If you’re unsure whether a module is required for your website, you can test its necessity by disabling it one at a time and checking that your site continues to work correctly.
On the hosting server, log files are stored in the /var/log/ directory:
You can view them by connecting to the hosting via SSH. You can also download log files using the file manager in the control panel. By reviewing them, you can see what requests were made to the site during periods of high memory consumption.
Search engine indexing (especially by multiple bots simultaneously) or sudden traffic spikes — all of these cause increased memory usage. Some search engines enable to reduce intensity of requests of their robots per time limit. Information on these settings can be found in the documentation of the respective search engines.
If your website receives data from outside servers, low speed or unavailablity may affect your website operation. The lower speed of the outside server, the longer processes run in RAM Apache.
Scripts optimization shall be targeted to minimization of RAM and time consumed for script running. Cache data that changes infrequently.
We recommend consulting your website developers regarding SQL query optimization. The faster the database server executes queries, the faster the web server can get the necessary data, generate a response to the client, and free up memory.
To view the database queries executed when the website is accessed and their execution times, you can use the Processes (Процессы) tab in the PHPMyAdmin interface.
Database query optimization should achieve the following:
You can obtain all of this information for each query using the EXPLAIN command, as described in the MySQL documentation.
We recommend optimizing the site layout by reducing the number of loaded elements. The fewer requests made to the server, the shorter the total request processing time and the fewer web server processes launched — resulting in lower memory consumption.
Most websites built on popular CMS platforms have certain security vulnerabilities. Developers regularly release updates to address these vulnerabilities, but preventing hacks is not always possible. This is mainly because hacking often occurs through third-party plugins or modified themes.
Scan your hosting account for malicious code using our antivirus tool.