Skip to main content
Participant
July 3, 2017
Question

Flash slows down Url Requests

  • July 3, 2017
  • 1 reply
  • 240 views

In my online game I found out that the running Flash on high frame rate slows down URL Requests when there is happening some action for animating or loading / unloading stuff. When putting down the frame rate at loading game time the game loads twice as fast. So it seems that something is blocking to receive URL Requests.

Are there other ways of improving URLRequests than slowing down the frame rate?

Edit: At one point it is very noticable when the client makes about 25 server calls and with full frame rate on some pcs it takes a minute until all requests are done. With low framerate it is done after some seconds. It would make sense to use less server calls but this difference in callback time is quite huge to me.

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
July 3, 2017

you should check if frequent server calls are necessary.  but, if they are, see if you can pick the times when those calls are made and slow the framerate during those times, only.