Jump to content

Ajax app runs perfectly in FF, but super slow in IE7


dataskills

Recommended Posts

I have made a pretty snazzy ajax app, a "live" note taking system.

Everything works perfectly in FF, but in IE7 it takes FOREVER to get a response.

Also, some of my functions make two requests, and if the second request is sent before the first one gives a response, the first requests gets dropped (SESSION STATE: Aborted).

This occurs again and again in IE7 because of the super slow response time. Does anyone know a solution or help for this?

I have no javascript errors, or anything like that - no other bugs I know about!

 

I will gladly furnish a good answer with a copy of the completed note taking app, I'll give one to just about anyone anyway..

Thanks in advance...

 

/_dataSkills

Link to comment
Share on other sites

Ok, I will look into the abort method. Thanks for giving me some sort of idea of where I might find the problem or fix. I will fiddle with it, and I'll let you know what I come up with. I'll submit code if I am still stuck after that. Thanks ober.

 

/_dataSkills

Link to comment
Share on other sites

I am having the same problem with it running completely SLOW! Let me know if you find a solution to this problem.

 

I think the reason the first one is aborted is because you can't run the same function twice while the first is still loading. I think if you make an identical function and make requests directed to the second one if the first one is processing that should allow two to load at the same time. I am about to try this on my website but let me know if it works on yours.

 

Michael

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.