OpenFL URLLoader seems slow on native targets

The same code, downloading assests from localhost seems to work a lot faster on the html5 target than the linux (hxcpp) target. And there is no caching in the browser, so this is not it. Has anyone encountered this problem?

Are you using legacy?

I believe HTTPS on the legacy code may have a delay

You are right, I was testing on legacy, testing on next does not show this delay. Thanks!