/symbol>

How to speed up server response time

Server response time is a value consisting of the time spent on the path from the customer to the server and back, as well as the time of script execution.

We can influence the first component indirectly by moving the account to another server. We recommend using a server located closer to your target audience.

The second component is the speed of script processing. It is determined by the optimization of the PHP code and the speed of its processing by the interpreter. In the versions PHP 7.0 and higher, a faster interpreter is used, so it is advisable to specify these versions for the website.

Caching has a positive impact on response speed. Caching is a general name for moving part of data to a repository that can be accessed faster. We use the opcache module for this. The module is usually included by default and is already functioning for your website.

Profilers are used to find bottlenecks in PHP code. They cannot be launched on the hosting, as this requires a specialized environment. It is recommended to debug the code on the local server. You can read an overview of profilers online. Code debugging requires good programming skills.

Related Articles

Adding a website to the hosting platform

CPanel. In cPanel, add a new domain in the “Additional Domain” section. In the first field, enter...

How to select your hosting plan

Customers often ask our support what plan they should select for the quick and stable functioning...

How to forward mail to third-party mail service

To forward your mail for your domain to third-party mail servers, edit its resource entries....

How to move your website to the hosting

Website migration to the hosting is a simple process that can be done even by a beginner. All you...

How to create a corporate email

In some cases, you may need a mailbox or even several mailboxes in your domain. They may be used...