i am import list data using web.processbtachdata. it updated all data successfully wid out any error. after tht successfull import whenever i click on any list it opens very late, say 40-50seconds depending on number of columns, why is it so?
after tht frst click when i click on any other list including the current one it opens within 2 seconds or so…
em running sharepoint2007 on win 2003 server..
thanks in advance
It sounds like you have too many items in the view.
http://technet.microsoft.com/en-us/library/cc262787%28office.12%29.aspx
Or you are not disposing of SharePoint objects correctly.
If you can check perf counters on servers, high WFE load/mem will likely mean a dispose issue, spiking sql cpu, probably view too big.