Optimize the performance of a website with asp.net(part 1)
What will be your impression If you open a website and it is so slow. You need to wait until all items are loaded. Within the open source communities, there is a lot of documents that talk about increasing the performance of a website, but in the .net community, this topic is just evolving. Is it important to improve the speed of a website? We'll see it in this article.
What will be your impression If you open a website and it is so slow. You need to wait until all items are loaded. Within the open source communities, there is a lot of documents that talk about increasing the performance of a website, but in the .net community, this topic is just evolving. Is it important to improve the speed of a website? We'll see it in this article.Steve Souders, in his book "High Performance Web Sites" says: "optimize front-end performance first, because that's where 80% or more of the end-user response time is spent." If we want to improve the quality of our website, we must first improve the performance of front-end: This is the key .Through this article, we will talk about the perfomance Golden Rule because it is the key to improve website site. The financial aspect
Looking at the financial aspect, we will say that , more you will use bandwidth ,more you will pay. So by reducing your bandwidth, you save your money! The Business aspect
One thing you should notice is that more your website is slower, more you will lose customers. Normally, customers expect a certain level of speed when they come to your website. If they are not satisfied, they will just look elsewhere. It is therefore important to improve the speed of your website, if you want to do good business. Search ranking and performance
Google emphasizes on the importance of the speed of a website. He advises developers to take time in order to improve the perfomance of their website because it has a great impact on search ranking Mobile user aspect
There has increasingly mobile users who use their mobile in
order to browse on internet. By Improving the speed of your website, it will automatically have impact on your mobile internet world.How to optimize
This may seem like a difficult task, but the whole process of improving the performance of your website can be done in four steps:
-Identify techniques that best fit your situation
-Implement changes on your website
-Monitor and follow signs of change
-Analyze the speed of your website and collect performance data
These four steps are essential for the improvement of a websiteThe Performance Golden Rule
We said that according to Steve Souders we must "optimize performance frontend first, Because that's Where 80% or more of the end-user response time is Spent. "
In order to develop the back end code, it will require a skilled developer ,a lot of time time and money . If you must change the back end of your code, it will probably require you to redo the architecture of your code. It will also require very expensive tools and micro-optimization.
In reality, the HTML is only a small proportion of the components in a Web page. Since according to the performance golden rule, 80% of the operating time is spent on the download page, you know where you need to fix your attention. By spending time to optimize the server-side code, you will not gain much. By focusing your efforts on the back-end , you will gain a lot