performance issues in web application
-
hi folks, I require some points/answers related to performance issues in web application.Thanks in advance for ur help.
T.Balaji
There are few Points that you need to always care as given 1: Keep as low size of session data as you can. 2: Keep minimal data in session. 3: Try to transfer minimal data to server from Client. 4: Keep the size of the client pages(HTML etc) very less. 5: Use javascript as much as you can Use best pratctices for server side coding.
Cheers!! Brij
-
There are few Points that you need to always care as given 1: Keep as low size of session data as you can. 2: Keep minimal data in session. 3: Try to transfer minimal data to server from Client. 4: Keep the size of the client pages(HTML etc) very less. 5: Use javascript as much as you can Use best pratctices for server side coding.
Cheers!! Brij
-
hi brij, thanx yar.. Are the points 1 and 2 are the same?Can u give me sme more points?
T.Balaji
This is not possible to say all issues in the points and what to do and what to not. There are many books in the market which are totally devoted to performance tuning of Web application from Back end to front end. Some times it depends on the requirement you have to look for business requirement rather than performance. So my kind advice to you is buy one of these books or read MSDN online to get details information Also you should know why these are issues ? the reason behind that issue is most important than the issue itself
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
-
hi folks, I require some points/answers related to performance issues in web application.Thanks in advance for ur help.
T.Balaji
-
This is not possible to say all issues in the points and what to do and what to not. There are many books in the market which are totally devoted to performance tuning of Web application from Back end to front end. Some times it depends on the requirement you have to look for business requirement rather than performance. So my kind advice to you is buy one of these books or read MSDN online to get details information Also you should know why these are issues ? the reason behind that issue is most important than the issue itself
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
Hi, Just visit the link below: http://www.oreillynet.com/pub/a/javascript/2002/06/27/web_tuning.html[^] Also make sure that in your production environment compression for webpages is on. To analyze performance visit http://www.pipeboost.com/[^] http://www.websiteoptimization.com/services/analyze/[^] Regards
-
hi folks, I require some points/answers related to performance issues in web application.Thanks in advance for ur help.
T.Balaji
It will help you a lot. This one of the best link Improving ASP.NET Performance[^]
cheers, Abhijit
-
It will help you a lot. This one of the best link Improving ASP.NET Performance[^]
cheers, Abhijit