Slow form submission.
Posted
by Tony
on Stack Overflow
See other posts from Stack Overflow
or by Tony
Published on 2010-05-18T13:47:30Z
Indexed on
2010/05/18
13:50 UTC
Read the original article
Hit count: 276
html
When I submit a form, I can see my browser's progress bar slowly increased, it takes 4-6s to submit a form. It was a generic form like :
<form id="someid" name="someName" action="someAction.do">
...
</form>
I test it in IE8 and Firefox 3,both are very slow. My network condition is fine, my server works great. What could be the problem?
© Stack Overflow or respective owner