CuteEditor is extremely slow when rendering on the Azure platform

Last post 05-20-2011, 11:13 AM by PaulJGraham. 3 replies.
Sort Posts: Previous Next
  •  05-19-2011, 12:06 PM 67621

    CuteEditor is extremely slow when rendering on the Azure platform

    I'm using your editor in Azure. However there is a problem when my code trys to load the CuteEditor control . It loads, but does so incrediably slowly.
     
    I used Fiddler2 to see the underlying issues and found,the file request
     
    /CuteSoft_Client/CuteEditor/Load.ashx?type=Style.....
     
    was  trying to load via port 20000. I had a similar 'port issue' when I first transfer my app to the cloud. It appears Azure does internally use port 20000, but the application code cannot explicitly address it.
     
    Not sure if this would help,but my solution was to use Request.Headers["Host"] instead of directly checking if the port is the default and building the url appropriately.
     
    Just wondering if you will be fixing this issue in the near future or if there is another way I can code round it
     
    Thanks in advance
     
    Paul
    Filed under:
  •  05-19-2011, 12:22 PM 67623 in reply to 67621

    Re: CuteEditor is extremely slow when rendering on the Azure platform

    Paul,
     
    We are discussing this issue and will get back to your as soon as possible.
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  05-19-2011, 9:07 PM 67632 in reply to 67621

    Re: CuteEditor is extremely slow when rendering on the Azure platform

    Hi,
     
    Can you post the full url of that file ?
     
    I think the CuteSoft_Client/CuteEditor/Template.aspx cause that issue.
     
    Please open that file , and remove these two line and test again :
     
      <base target="_blank"  href="<%=Server.HtmlEncode(referrer)%>" />
      <link type="text/css" rel="stylesheet" href='<%=CuteEditor.EditorUtility.ProcessWebPath(Context,Page,"Load.ashx?type=style&file=SyntaxHighlighter.css")%>' />
     
     
    Regads,
    Terry
     
  •  05-20-2011, 11:13 AM 67639 in reply to 67632

    Re: CuteEditor is extremely slow when rendering on the Azure platform

    Hi Terry,
     
    The bad URL was been constructured via the Template.aspx file. I removed the two lines you suggested and the component now loads prefectly.
     
    Thank you
     
    Regards
     
    Paul
     
    PS Great Product!!! 
    Filed under:
View as RSS news feed in XML