Rank: Advanced Member Groups: Member
Joined: 12/26/2008 Posts: 45
|
I use TreeView , dialogs , spellchecking and other controls in my project. And i have queston - why so many calls of EO js fuctions. When i do wrong (what control) please say me.
function / count calls / time of execute _eofu_k 3 530 203,12 _eofu_ci 8 187,49 _eofdg_aa 4 586 125 _eofdg_ab 4 564 125 _eofdg_ac 3 912 125 _eofu_cj 4 125 Sys$WebForms$PageRequestManager$_updatePanel 1 93,75 _eofdg_z 4 586 62,5 _eofu_u 4 62,5 _eofu_be 355 46,87 Sys$UI$Behavior$getBehaviors 763 46,87 Sys$WebForms$PageRequestManager$_createHiddenField 3 46,87 _eofnv_ac 52 46,87 _eoftv_br 44 46,87 anonymous 187 31,25 _eofnv_cw 101 31,25 _eofu_ce 48 31,25 Function$_validateParams 1 545 31,25 _eofu_an 261 31,25 _eofu_ae 67 15,62 _eofi_j 136 15,62 _eofi_ay 617 15,62 _eofu_es 195 15,62 String.replace 46 15,62 _eofc_as 2 15,62
thnks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We can't tell you exactly why without a test page. But there are a few area that you may want to check:
1. Try to limit your UpdatePanel as small as possible. For example, if you wish to AJAX dialog content, you can put the UpdatePanel inside the dialog's ContentTemplate instead of having UpdatePanel to update the whole dialog; 2. If you have a lot of TreeNode, consider using PopulateOnDemand instead of UpdatePanel;
If that does not help, please try to create a test page and also let us know which tool you use to get these statistics (and necessary steps to reproduce the problem), we will try the same steps here and see what we can find.
Thanks!
|