CE Performance issue related to Template.aspx file

Last post 11-26-2004, 3:05 PM by KenA. 2 replies.
Sort Posts: Previous Next
  •  11-26-2004, 2:09 PM 2611

    CE Performance issue related to Template.aspx file

    Hi. I´ve notice that in v4.0, the textarea of CE is actually filled by the ./CuteSoft_Client/Template.aspx file, so when I have a aspx page, eg, my mypage.aspx that has a CE instance in it, calling this page will actually call 2 pages and then fire 2 assemblies: mysite.dll and cuteeditor.dll. This method actually causes a delay in my website. Is there a workaround to solve this?



     
    Ex. When I send an email, since there are 2 pages postingback, for a few seconds the textarea of CE [template.aspx] is freezed until it´s postback too.

    Regards,
    »»» KenA
  •  11-26-2004, 2:40 PM 2613 in reply to 2611

    Re: CE Performance issue related to Template.aspx file

    KenA :
    the Templace.aspx would just load once .
    and it would be cached at the clientside as
    <%@ OutputCache Duration="31536000" VaryByParam="None" Location="Client" %>
    And , the Templace.aspx would never 'PostBack' with the webform
    Regards , Terry .
  •  11-26-2004, 3:05 PM 2618 in reply to 2613

    Re: CE Performance issue related to Template.aspx file

    Hi Terry,

    Thanks for clarifying this doubt :-)
    Regards,
    »»» KenA
View as RSS news feed in XML