Demonstrate significant typing delays

Last post 08-21-2007, 5:33 PM by fredd. 4 replies.
Sort Posts: Previous Next
  •  08-21-2007, 4:13 PM 32679

    Demonstrate significant typing delays

     
    Click [Reply] to this message to start a new message then paste the following 10 lines 100 times into CE then go to top of editor content and type some sentences to see the significant delays. That is only 50k of data, so the content is actually very small but the delays are very significant.
     
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
     
     
  •  08-21-2007, 4:17 PM 32680 in reply to 32679

    Re: Demonstrate significant typing delays

    Click [Reply] to this message to start a new message then paste the following 10 lines 100 times into CE then go to top of editor content and type some sentences to see the significant delays. That is only 50k of data, so the content is actually very small but the delays are very significant.
     
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
    The Quick brown fox jumps over the lazy old dog.
     
  •  08-21-2007, 5:23 PM 32689 in reply to 32680

    Re: Demonstrate significant typing delays

    In Cute Editor, we parse the HTML code in the realtime and clean it automatically. The biggest time sinks in cleaning HTML code is converting tags and attributes to lower case, and adding quotes to attribute values. The cleaner the HTML code, the quicker that Cute Editor is able to clean it.
     
    Try the following suggestions:
     
    1. Set ShowTagSelector property to false
     
     
    2. Set ConvertHTMLTagstoLowercase property to false.
     
     
    This is by design. If you don't feel comfortable with it, you can choose another editor which doesn't process/clean your HTML code. Or you can go back to version 3.x, 4.x or 5.x.
     
     

    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

  •  08-21-2007, 5:27 PM 32690 in reply to 32689

    Re: Demonstrate significant typing delays

    What else are you doing in realtime that can be avoided?

  •  08-21-2007, 5:33 PM 32692 in reply to 32690

    Re: Demonstrate significant typing delays

    We always had ShowTagSelector set false and turning off ConvertHTMLTagsToLowerCase has helped some.
     
    What other things are you doing in realtime with key events that can be turned off?
View as RSS news feed in XML