Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
Open Bo also has a period of time, recently in the optimization of their own templates, suddenly feel, enhance the user interaction process, is how important one thing. That is to say, the blog is written for itself, but also for the reader to write. We need to let our readers feel that we are friendly to them, starting with the speed at which the blog will open.
I believe that in our usual visit to a website, if the page opened faster than 10 seconds long, we will be quite impatient, resulting in the final result is that the reader turned off your Web page, leaving a bad impression. And for us ordinary bloggers, there is not much money to invest in, buy some dual-line host or what cloud host things like that. We can only fundamentally solve the problem. From the current opening speed, as long as the increase of 20% or less, we can grasp the patience of many readers.
gzip Compressed Files
If you have not used this tool, you can go to Baidu, through the tool to compress our HTML page or CSS files and JS files, by compressing the file to the minimum to enhance the speed of our blog.
Picture Merge
If you know more about CSS, when you map in CSS, will you put a lot of pictures into a single one? In fact, the disadvantage is that users have to download all the pictures to normal access to your site. In the regular CSS design, we will all the pictures are pasted into a picture, and CSS can be located in the coordinates of the position to use the image we need. In this way, viewers only need to download a picture, you can fully download the function of dozens of pictures. Fundamentally solves the problem that the website opens slowly.
Optimize CSS/JS
Optimized CSS/JS You can compress these files to the minimum by using a compression tool. For CSS files, if you know more about code, you can start with the code, streamline your code, and minimize the amount of code.
Merging Css/js
If your blog needs to load more than two CSS files or JS files, then you can merge the code function or selector without conflict. Too many file requests, the download process is very slow.
Remove Error Request
Look for your site, whether there are some previously used JS code, now do not use, but still put in it. Delete them quickly, they are bad for you.
So far, what I can think of is these, if you have to add, then hurriedly put forward.