How to reduce website responce time on production server
-
can any one tell me about the ideas to reduce the website responce time on production server as my website is taking too long time e.g. 15-20 sec (on staging server its just 2-3 sec). thanks
-
can any one tell me about the ideas to reduce the website responce time on production server as my website is taking too long time e.g. 15-20 sec (on staging server its just 2-3 sec). thanks
The subject is very broad, but these links will help you get started. 20 Tips to Improve ASP.net Application Performance[^] 10 Tips for Writing High-Performance Web Applications[^] Speed Up Your Site! 8 ASP.NET Performance Tips[^]
-
can any one tell me about the ideas to reduce the website responce time on production server as my website is taking too long time e.g. 15-20 sec (on staging server its just 2-3 sec). thanks
Well obviously something is different or even wrong in terms of the environment. This would include of course something like that the production server has 2 million customer accounts and the staging server only has 2. But there are many other possibilities.
-
can any one tell me about the ideas to reduce the website responce time on production server as my website is taking too long time e.g. 15-20 sec (on staging server its just 2-3 sec). thanks
It seems to me that it's something specific to your application that's causing the problem, but if you want general advice, you can have a look on Yahoo's "Best Practices for Speeding Up Your Web Site" Good luck.