Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

i have one forms or you can say web page,which comprises of lots of data on it,
while i m getting data from c# it takes only 0.0756 seconds to load data but once i m trying to bind it on web page it takes 10 second,is there any way i can optimize and reduce page loading time

thank you
Posted
Comments
Nirav Prabtani 27-Mar-14 0:56am    
Use Ajax method for binding data quickly..
abhishekgoletar 27-Mar-14 1:03am    
i am already using that.but no useful
ravikhoda 27-Mar-14 1:27am    
may be you need to optimize your sql query which get the data. run the query in sql studio and check the execution time.
abhishekgoletar 27-Mar-14 1:45am    
i m creating xmlString from Database and it takes only 0.0756 seconds so SP load time is part of 0.0756 sec.it'll execute within that time
ravikhoda 27-Mar-14 1:54am    
okay, well without viewing your code i can not say much but try to use Y slow / Firebug plugin on Firefox and check which event is taking more time to load data. it may be possible that your web page have lot of images and some other java scripts which also take time to load.

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