Do you want to improve WordPress speed and site loading speed? Anyone would want a WordPress site that loads quickly. It can not only provide users with a better experience, but also have a positive impact on SEO and revenue (increased conversion rate). Despite this, many people are still trapped on websites with poor performance, which is tragic. Thank goodness, this is what you can fix. I will show its method in this in-depth article. In order to change the page load time of the site immediately, we will share the 6 major changes that need to be implemented today and the 10 minor changes that can be applied if you want to go further. The
Let’s start to get WordPress sites with faster loading speed… WordPress speed increase: how to determine the current location through WordPress performance. In order to load WordPress sites faster, it is very important to understand the current location related to page loading time and the parts that need to be improved before implementing all these schemes . To do this, you can run the website through the website speed test tool. For ordinary users, my favorite gtmetrix is because adding a plug-in to the URL can get very easy to understand results. The
By default, gtmetrix is tested in Canada. If the audience is not in Canada, it may not be helpful. However, after you sign up for a free gtmetrix account, you can test it in other parts of the world, including Dallas. Another good option is webpagetest. Since you can control how many test setup methods, I like this tool, but it is not the most familiar tool. Therefore, if you are an ordinary user, you may want to continue to use gtmetrix. In addition, Google pagespeed insights currently provides actual performance test data, which may be difficult for ordinary users to understand. The way pindom calculates the load time makes the site look faster than most end users actually load, but pindom is another simple testing tool. The
The report will continue as follows. Finally, it is important to remember that more than 50% of today’s traffic comes from mobile devices. So, in addition to testing the website speed for desktop visitors, you also want to test the way mobile visitors experience the website. After registering a free gtmetrix account, you can also change your test equipment. Male Google’s mobile website speed test is another very simple method to test the mobile performance of websites. Webpagetest can also be used to run tests on various mobile devices and locations. The
For fun, you can test the page time before making these changes, and then retest. This way, you can know exactly how these changes affect the page load time of the WordPress site. We have divided performance recommendations into two categories to maximize the six things you can do today to speed up WordPress. First, we’ll introduce performance techniques to get the most out of it. By default, if you do not do anything else in this post, you will want to do at least the actions in the first part. The
Then, in the next section, we’ll share some tricks that don’t move the pointer like the page load time of a WordPress site. 1. getting high-quality hosting is the first step in converting the WordPress host to improve the speed of WordPress. This sentence is really annoying But at the same time, hosting providers always have a significant impact on site performance. It will help your foundation and all other tips sites load quickly
During this time, you will still be limited by what the host can do. The
The story will continue as follows. Therefore, please try other tips in the list first. But this may be the only way to get the required page load time, so keep it in your back pocket. So, what is the best WordPress host in terms of performance? In wplift, we use SiteGround and recommend it to most people (read SiteGround comments). They have a program that starts at a few dollars a month and a more powerful cloud hosting program (we use wplift). The other two suggested hosts are: The
Both Kingstar WP engines offer slightly more expensive performance starting from over $30 per month and many convenient managed word press features. 2. using the cache plug-in (if the host has not cached the site) to cache essentially means obtaining some important information and storing it in a way that is very easy to retrieve when needed. For WordPress sites, the most common caching method is page caching. Usually, if someone visits the WordPress website, the server will run the PHP code of WordPress, query the website database, generate HTML, and forward it to each visitor’s browser. The
Whenever someone visits the site, WordPress needs to dynamically generate the corresponding HTML code, so it takes longer and the server burden will increase. Page caching allows the server to save HTML code in the cache, so it can deliver the HTML that the server has completed instead of each dynamic generation. The article will continue as follows. Therefore, it is not necessary to dynamically generate HTML for all individual accesses. The server only generates HTML for the first access, and all subsequent visitors will get the completed version from the cache. The server needs to perform fewer tasks, so it can send content to visitors faster and more efficiently. The
Some hosts implement caching automatically at the server level, so the site can already enjoy the benefits of caching. Otherwise, there are many good word press caching plug-ins available. The simple, free and bootable high-performance option is WP fasttest cache. As long as you install and activate the plug-in, you can go to the new WP fasttest cache section of the word press dashboard and select the activate check box. If necessary, other optimization functions can be configured to adjust the cache function. However, this is an advanced setting, and it is recommended that you check the user box and call it a day. The
If you are willing to pay, WP rocket is another excellent option. The benefit of payment is that in addition to implementing caching, it can also help implement other performance tips in this list. You can learn more in the complete WP rocket comments. 3. optimize images to improve the speed of HTTP archive display. The average page file size of the website consists of about 50% of the images. The smaller the file, the faster the WordPress site loads. In other words, finding ways to reduce the image file size used by the site means that the page load time of the site will vary greatly. There are two main ways to optimize WordPress images, both of which can be implemented as easy-to-use plug-ins. First, adjust the actual size of the image. Take an image with a smartphone or camera, which is much wider than 3000 pixels. Now, the whole waste of the WordPress site is to provide high-resolution details, but it has an 800-1000 pixel visual content area. Therefore, the site has more than 3000 pixels in total
I don’t want to use images. This wastes file size. Instead, you may want to resize the image to the maximum size of the site (or, considering the retina screen, the image may be larger). Learn more about how to automate it… In addition to changing the actual image size, another way to optimize word press images is to use the word press compression plug-in. By default, this allows you to further reduce the file size while maintaining the same size. There are two types of compression, and you can use the compression that best suits your needs. Lossless – slightly reduce the file size without changing the quality. Loss – the file size is greatly reduced, but sometimes the image quality is lost (often not obvious in human eyes). In order to automatically compress images during full zoom and upload, you can use the press image optimization plug-in. Here are some great options: Shortpixel – this is my personal favorite. WP compression – another reliable option, easy to use. Smush – free, but lossless compression only. Optimole – compress images to dynamically provide the best size for your device. For example, you can use shortpixel to determine how to select the desired compression level and set the maximum size to resize the image when uploading it. Male 4 As you learned in the latest version of PHP using caching, word press is mainly written in PHP. However, there are many versions of PHP that can run on the server of the WordPress site, and the latest version of PHP is more performance friendly than previous versions. For example, on kinsta’s WordPress PHP benchmark, PHP 7.3 can handle almost three times the number of requests that PHP 5.6 can handle per second. Despite this, about half of the WordPress website is still running PHP 5.6 or less, rather than PHP 7+. This is not only bad for performance, but also no longer supports previous versions of PHP, so it is not good for security. To view the version of PHP that the WordPress site is using, you can use the free version of PHP to display the plug-in. The new project is added to the at Grace dashboard component that displays the current PHP version. If you are running an older version of PHP, you must upgrade through the host. Some hosts provide choices on the managed dashboard, while others may need to request support. If the current host does not support PHP 7.2 or later, it is recommended to consider switching to the new host. For details on how to safely upgrade from PHP 5.6 to PHP 7+, please check out the full WordPress PHP 7 guide here. 5. just as the optimized WordPress Theme uses hosting, the theme of the WordPress site is another major factor affecting the site performance. As a personal anecdote, switching from non optimized topics to performance optimized lightweight topics (generatepress) reduced my site page load time by 48%. By default, this makes a big difference. Rather than looking for a big theme that can do everything, we recommend that you choose a flexible and easy default theme that provides more style customization options. Here are some great options: Generatepress – this is used by wplift and is the subject of my personal anecdote above. Read generatepress topic reviews. Astra – another very good option. Please read the Astra topic review. Oceanwp – very flexible with a variety of style options. Read oceanwp topic comments
Take a look. These three are multi-objective topics that can be used in all areas, from blogs to e-commerce stores. 6. do not use bloated plug-ins. Using more plug-ins will slow down the website. Even if I can see the benefits of making a general rule for the thumb for casual text printer users, that is, it is not really true. Basically, the actual situation of the problem is: Using the more word press plug-in does not slow down your site. Use the WordPress plug-in \
. 3. consider delayed loading. Delayed loading refers to the technology of waiting for loading images (as well as videos, iframes and other contents) that \
P compression can also be enabled. Alternatively, you can always use gzip compression with the appropriate name to activate the plug-in. The proposed WordPress host SiteGround also provides gzip compression through the SG optimizer plug-in. After activation, you can use the gzip compression check tool to verify that it is working properly. Just enter the site URL. 5. disable image hot link image hot link means that someone gets a managed image from your site and uses it on their own site. By default, they use your server resources to provide images for the web site. In addition, the server is under more pressure than required, which may have a negative impact on site performance. Thankfully, it is not difficult to disable image hot links in WordPress and prevent people from stealing valuable resources from the server. The following code is for the site. Just add it to the htaccess file. Rewriteengine on rewritecond%{http\u refer}^$ Rewritecond%{http\u refer}^ HTTP (s)?:\/\/ (www\.)? Yoursite COM [nc] rewritecond%{http\u refer}^ HTTP (s)?:\/\/ (www\.)? Google COM [nc] rewritecond%{http\u refer}^ HTTP (s)?:\/\/ (www\.)? Bing COM [nc] RewriteRule \ (jpg|jpeg|png|gif|svg)$ https:\/\/i.imgur.com\/LjeTThd.jpg The last line of [nc, R, l] specifies the image to be provided (some kind of warning can be executed if necessary). It is recommended that you host this image on another storage service that does not require imgur, Dropbox, or its own server resources. I also want to replace \
Restrict post modification from the beginning. Less post modification is helpful. These modifications allow you to track and return content changes. But this is just a way to block the database, so you don’t want to save unlimited changes. To restrict the modification of posts, set the following line as WP config for the site. Can be added to PHP files. Define (‘wp\u post\u revisions’, 3); You can change the number as needed. I think it is a good balance to keep 3 to 10 revisions. 9. don’t host video \/ audio – on the contrary, if you want to use your own audio or video content on an external source, including a WordPress site, you don’t want to host these content on your own server. (especially video coding) it is difficult to perform the correct operation, and it will bring huge losses to the server. Better options? Use an external site that is specific to this type of content hosting. For video, consider the following: For YouTube bemeo wistina audio, Soundcloud offers great options and a great video player. 10. if there are many comments on a page break site, you may not want to load all individual comments at the same time. To prevent this from happening, you can divide the comments into pages. Interested visitors can continue to view all comments using paging, but they do not have to load all individual comments when loading the home page. To set, go to settings → discussion. Then divide the comments into pages Select options, and then select the number of comments to load per page. Now please improve the speed of WordPress, enjoy the faster website, and complete the big guide on how to improve the speed of WordPress! I hope this post is helpful. Please leave a message to tell me how the page loading time has improved after the change. Or, if you have any questions about how to implement these WordPress performance tips, please ask!