It depends on the ISP and the subscription type, but upload traffic is
usually much slower than download traffic. In my case I have a 10 MB/
sec downstream and 1 MB/sec upstream. And the larger the submitted
data (upload), the slower the data will arrive at server. Not sure
which method you use, but server also needs a bit more time to parse
POST-requests compared to GET.
Hope this helps,
--
Bart
In addition to Bart's remarks also note that the queries might inter-
fere with the submissions, or there may be yet other requests to the
server, like images loading in the background, so that the browser may
run out of networking resources (e.g. there usually is a per-host and
sometimes a per-ip address connection limit that varies among browser
versions). You could use network analyzers like WireShark to gain some
insight into this kind of situation.