How can I increase the opening speed?
Although the quality of the web host accounts for most of the factors that affect speed, we can also improve the speed of web pages by reducing the number and size of website requests.
For example, to present the text, pictures, and web design on the website, different requests need to be made to open, and each requested file has a size of about a dozen to hundreds of kilobytes, and the sum is the page size (page size).
The larger the page, the longer it takes to transfer, so as long as the page size can reduce the user’s download and read burden, here are a few practical tips to make your website faster. :
Reduce image quality (Resolution)
Check the size of the picture before uploading the picture, the width of the web page is usually only about 800~1200 pixels, if the original photo is too large, you can first reduce it and then upload it.
If the details of the image are not too important, you can also compress the image (it will be slightly blurred), you can use the online thumbnail tool JPEG Compressor, or the WordPress plugin Imagify to help you compress the images on all websites.
Delete a custom font (Customized Font)
Although using custom glyphs will make your article style look more special, you need to download these font files when you open the article, some can even reach about 1MB, and the impact is not to be underestimated.
Use Light Theme
Web design is composed of a large string of HTML code, the more functions, and elements the theme will be more “bulky”, and it will be more difficult to open, it is recommended to choose some themes like Astra that focus on speed to accelerate.
Compress HTML documents (Minify)
If you know to program, you can also go to the panel background to compress CSS and Javascript (JS) documents to make them lighter.
Using lazy load
The reason why the web page opens slowly is that the host always collects all the request files of the web page before opening the complete page at one time, and if you use lazy load technology, you can make the web page display part of the content in advance.
This will allow the page to display the content on the fold first so that the user can start reading part of the content, and then scroll down to open other text and images.
Provide website caching ( cache )
Cache refers to the part of the website of the shared files (such as web design code) stored in the user’s browser when the user browses your other pages do not need to re-download these files, only need to request other text or picture data of the web page, to reduce the total number of requests and opening time.
Reduce the number of plugins ( Plugins )
It is recommended that you can delete the plug-ins that are less used or have little effect, and some plugins that need to run behind will also increase the number of requests for web pages, and the general blog plugins are about 10~15.
Of course, not every plug-in will affect the speed of the website, for example, WP Rocket is a plug-in specially designed for website acceleration, which can help websites make caches, compress and combine CSS and JS files, and also provide Lazy Load technology.
Hope you guys love this post, If you want more content like this do visit Nypost.com