When you use a CMS
Posted: Tue Jan 21, 2025 8:29 am
Extra code
Almost all websites on the Internet have extra lines of code. Various popups stored in the footer, blocks with display:none or 100% transparency, etc. Programmers often simply hide blocks instead of removing them completely. They can be understood, because often at the whim of the customer you have to return the block to its place and it is easier to remove the hiddenness than to write it again. However, this is not cool in any case.
For example, I know several sites where their New Year's decoration is hidden in Display:none, but this does not change the fact that it is loading, which means it is eating up time.
Analyze your code and optimize it. The less code, the faster the site loads.
Server part
In general, the response time and the server itself have a gambling data korea phone number impact on the site loading time. The server may be far away, loaded or simply weak, and then the site will be slow and take a long time to load. This should never be allowed. You can check the server response time using Yandex Webmaster in the "Check server response" section.
Server response time
Server response time
Loading time up to 300 ms is a very good time. If it is more, you may have to think about changing the host.
DB optimization
you can have many plugins, especially over time. Some plugins are deleted, others are installed, and so on endlessly. It is rare that a site is 100% static in development and nothing happens to it.
As a result of these works, traces and other garbage remain in your database, which accumulates one way or another. So it needs to be cleaned periodically and the database operation generally checked. This may well give a small increase in loading speed.
PHP version
This is the last thing we haven't mentioned yet to improve the site loading speed. It's no secret that on the new versions of PHP 7.1 and 7.2, sites work a little faster than on the outdated 5.6.
You can easily check the PHP version on your hosting, however, you should not switch it right away, you need to approach this process responsibly and carefully, because updating PHP can lead to the breakdown of the site.
Accelerated Mobile and Desktop Pages
Yandex and Google have their own technologies for creating accelerated mobile and desktop pages:
Turbo pages - from Yandex
AMP - from Google
Although the technologies are fundamentally different, they are similar and have the same principle: to speed up website loading when the internet is poor.
Keep in mind that Accelerated Pages are a lightweight version of a website page that will lack design and most of the functionality in favor of loading speed. So you can't just implement them and forget about all the problems. Your conversion may drop or anything may happen, so you need to do everything wisely.
Almost all websites on the Internet have extra lines of code. Various popups stored in the footer, blocks with display:none or 100% transparency, etc. Programmers often simply hide blocks instead of removing them completely. They can be understood, because often at the whim of the customer you have to return the block to its place and it is easier to remove the hiddenness than to write it again. However, this is not cool in any case.
For example, I know several sites where their New Year's decoration is hidden in Display:none, but this does not change the fact that it is loading, which means it is eating up time.
Analyze your code and optimize it. The less code, the faster the site loads.
Server part
In general, the response time and the server itself have a gambling data korea phone number impact on the site loading time. The server may be far away, loaded or simply weak, and then the site will be slow and take a long time to load. This should never be allowed. You can check the server response time using Yandex Webmaster in the "Check server response" section.
Server response time
Server response time
Loading time up to 300 ms is a very good time. If it is more, you may have to think about changing the host.
DB optimization
you can have many plugins, especially over time. Some plugins are deleted, others are installed, and so on endlessly. It is rare that a site is 100% static in development and nothing happens to it.
As a result of these works, traces and other garbage remain in your database, which accumulates one way or another. So it needs to be cleaned periodically and the database operation generally checked. This may well give a small increase in loading speed.
PHP version
This is the last thing we haven't mentioned yet to improve the site loading speed. It's no secret that on the new versions of PHP 7.1 and 7.2, sites work a little faster than on the outdated 5.6.
You can easily check the PHP version on your hosting, however, you should not switch it right away, you need to approach this process responsibly and carefully, because updating PHP can lead to the breakdown of the site.
Accelerated Mobile and Desktop Pages
Yandex and Google have their own technologies for creating accelerated mobile and desktop pages:
Turbo pages - from Yandex
AMP - from Google
Although the technologies are fundamentally different, they are similar and have the same principle: to speed up website loading when the internet is poor.
Keep in mind that Accelerated Pages are a lightweight version of a website page that will lack design and most of the functionality in favor of loading speed. So you can't just implement them and forget about all the problems. Your conversion may drop or anything may happen, so you need to do everything wisely.