I have a client application and server. Is already in operation have
some time.
However, I do some speed tests and I was surprised by what happened, i
ask for help to unravel:
to do the speed test is a routine consultation where the client makes
requests to the server 500, which are answered, giving a time of 20
seconds.
until i got nothing weird.
another time I did the same test time decreased to 2 seconds.
I was researching why and found that if the browser is running on a
page that has an image in flash (I know it's absurd) leaves the server
and client communication faster.
what can this be?
Mauro
Make timestamps of everything that happens in both tests and compare
them. See, specifically, what happens faster.
DS
Thanks for the reply.
this is the point. I know that is faster, but I have no idea what
happens. therefore knowing this, I always get faster.
What I found is that the server starts to respond quickly, the client
does not have change.
Mauro