I'm currently devloping an AIR app. This causes some serious headaches, because of the following problem:
When i run the application in my local network, it is fast and responses are in the client in a blink of an eye. But it seems like the app doesn't behave the same way everytime. It was tested in a different environment and the responses reached the client after seconds. It was compared to an HTML-frontend which uses the same PHP-API in the background. The HTML frontend was constantly fast. The data is send via HTTPService and JSON to the PHP service in the background. Now the question: is the AIR client restricted to anything that i might forgot about? Best regards.

