Click here to Skip to main content
15,903,203 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I'm developing a web application in VS 2010. My application has more than 180 forms and immense amount of controls on each form. I would like to know , if the application is hosted , will there be any performance issues, delay while loading the forms, or any other issues? please advice and suggestions if any.

Thanks in advance.
Posted
Comments
Manish.Insan 15-Dec-11 1:22am    
may be there is lot of condition or loops that you have applied on page_load event. condition degrade the performance but no. of pages doesn't matter.

Our application has 400+ forms. Does it means, it is slow or loaded ?

No. The point of fire is your

- Way of coding on page_load and otherevents.
- Ways of using SQL Queries.
- Way of using garbage collector.
- Implementation of memory management

You can follow this perfomance steps to improve it, check here[^]

There are plenty profiler and counters, you can monitor ASP.NET performance.
Monitoring ASP.NET Application Performance[^]
CLR Profiler[^]
System Monitor (PerfMon) with ASP.NET Applications[^]
 
Share this answer
 
v2
Comments
SuhasHaridas 15-Dec-11 6:39am    
Thank you koolprasad5003
u can check your page performance by running ur web application in Firefox, there u have firebug, when u go to the net tab, it give u the time taken to load page. Also in chrome u can. U can even try sites like Pagespeed or Yslow which give u page performance & the suggestions also.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900