I did a flash application, login form in flash, authenticate in php, that was 3 months ago, the sending requests and response is very fast, means, when i click submit button, within 3 - 5 seconds it will has response from php.
Recently, i do another login in flash, using similar code as the previously i have done. Now, the sending request and respond is very long, each time may take up to 10 seconds to respond. Why is it taking so long yet the previous one is fast?
Same host, same php files, similar swf(not much changes in swf)