Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i'm suffering about my application speed. Please help me out how can i improve my speed.

Present there is a one form having more than 100 fields like textboxs, labels, dropdownlists, buttons, ajax calender,jquery navigate menu like every thing there in that page if i click submit button it take like 1 min .. is there any way to improve my page?
Posted
Updated 22-Oct-10 3:05am
v2
Comments
Sandeep Mewara 22-Oct-10 8:33am    
Too less an info to tell you anything! There can be lots of reasons for the same.
thatraja 22-Oct-10 9:06am    
[Moved from Answer]
ya i hope bcos of more fileds i think its getting low speed can u tell me how to use buffer and is there any way to increase speed.
-Rajeshwar Code- Developer
Rajeshwar Code- Developer 22-Oct-10 9:06am    
ya i hope bcos of more fileds i think its getting low speed can u tell me how to use buffer and is there any way to increase speed.

1 solution

There is many things you need to do in your pages, config file, IIS, etc.,
Take a look at this article.
Speed Up Your Website - By Example[^]

Also have a look at these tips.

28 Tips for Asp.net Web Development[^]
While developing any web site, one should keep some points in mind[^]
 
Share this answer
 
v2
Comments
Rajeshwar Code- Developer 22-Oct-10 9:11am    
thnx yaar ..
shakil0304003 22-Oct-10 12:20pm    
good links :)
Rajeshwar Code- Developer 25-Oct-10 5:27am    
Thanks for reply just i want to know ,

present as i told early i have more than 100 fields, but i ll show them like three panels in first panel i ll show 50 fields, and there is a one button called show panel 2 when we click on that button panel 2 ll visible morethan 50 fileds as like panel 3 also , but here whn i click panel 2 its taking more time to show those fields same time like panel 1 , but i want to know shall we keep all fileds in buffer and when we click panel 2 its show like quick.
thatraja 25-Oct-10 5:45am    
Can you check the ASPx page that did you set visible=true for all panels? Actually you need to Set Visible=true for 1st panel & set Visible=false for other panels. Because if you set visible=true for all panels in ASPX page, it will take time to render page at run-time even if you set visible=false in page_load() at code-behind. So check it & let us know.

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