Asp.net Website Performance Improvement Checklist
Posted
by Jordon
on Stack Overflow
See other posts from Stack Overflow
or by Jordon
Published on 2010-06-11T19:14:09Z
Indexed on
2010/06/11
19:32 UTC
Read the original article
Hit count: 334
ASP.NET
|Performance
Hello Friends,
I have asp.net website name http://www.go4sharepoint.com
I have tried almost all ways to improve performance of this site, I have even check firebug and page speed addon on Firefox, but somehow i am not pleased with the result.
I also tried like removing whitespace, remove viewstate, optimizing code which renders it, applied GZip, I have also no heavy session variables used, but still when i compare with other popular websites it is not upto the mark.
I have check CodeProject website and was surprise that even though they have lot of stuff displayed there website is loading fast and they also have good loading rate.
To all experts, Please suggest me where i am going wrong in my development.
Thank you.
© Stack Overflow or respective owner