Note that there are some explanatory texts on larger screens.

plurals
  1. POApplication performance problem Asp.net
    primarykey
    data
    text
    <p>i am facing a big speed problem with my application..we have to go for production but it got push backed becoz of this speed issue..</p> <p>In my application..i have a page which is the main and important page of whole application.. in this page user spend most of the time... in this page i am using 6 to 7 javascript files and jquery plugins.. whole page is ajax based and will do the jquery validations... in this page i have 3 update panels (nested)..one update panel contains one formview and other will contain one grid and a 4 formviews(will make visible of user selection..4 of the won't come at time..depends on grid view item i will get visible..like grid view record is type one then type one formview will visible on the page)..one update panel is parent update panel.. each formview contains more than 10 controls..dropdowns will load on formview onload event from database loopup tables.. this page won't refresh at all..because ever thing is in update panels.. i can't set the view state to false because of update panels.. i have to make more than 5 database calls each time..</p> <p>this page works fine at the beginning of application start..after some amount of time its getting slower and slower..the database calls are pretty fast at the beginning and getting very slow after some time... i don't know how to debug this thing and how to find which one causes this problem....please help me...</p> <p>Update: my view state is growing from 35 kb to 160 kb.. and i tried fullpost back triggers for some controls in updatepanels.. but the view state not getting down..its stays like that..on a double or triple browser refresh it got back to 35 kb..is this the issue?? thanks for your replies and suggestions...</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload