To what DHTML connections javascript connections slow down the user menu?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Panky123
    New Member
    • Mar 2010
    • 7

    To what DHTML connections javascript connections slow down the user menu?

    Please explain the answer of above question in detail.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    define "DHTML connections javascript connections". but the obvious thing to do would be a google search.

    Comment

    • Panky123
      New Member
      • Mar 2010
      • 7

      #3
      Please provide me another answer as i am unable to understand what you have just replied.

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        well, I haven’t been able to understand your question either.

        Comment

        • Panky123
          New Member
          • Mar 2010
          • 7

          #5
          To what DHTML connections javascript connections slow down the user menu experience with 1-2 second delays before the menus become accessible (scripts hang until my code completes, want to speed up).For example, user hovers over "Save and Close" and can't push the button for 1-2 seconds.
          Kindly help me in this regard with detail explanation.

          Comment

          • Dormilich
            Recognized Expert Expert
            • Aug 2008
            • 8694

            #6
            this sounds like there is (possibly)
            - a timeout
            - a request to finish
            - a picture to load
            - a huge structure (array, hash table, …) to process

            without any further information (testlink), that’s all I can say for now

            Comment

            • Panky123
              New Member
              • Mar 2010
              • 7

              #7
              To what DHTML connections javascript connections slow down the user menu experience with 1-2 second delays before the menus become accessible (scripts hang until my code completes, want to speed up).For example, user hovers over "Save and Close" and can't push the button for 1-2 seconds.
              The user knows this because the hover text takes that long to change and the button to become active for commands.
              This is the only information i can provide you.If you can then please see to my query.

              Comment

              • Dormilich
                Recognized Expert Expert
                • Aug 2008
                • 8694

                #8
                despite DOM access, JavaScript itself is very fast.

                without looking at the code, I can say nothing.

                Comment

                Working...