Will Posted September 17, 2013 Share Posted September 17, 2013 Hello there! I'm completely new to HTML5/JS game dev, but have had a (little ) experience with Javascript before, and consider myself pretty good with the FlashPunk AS3 framework.So yeah, I am just getting started with Phaser, and having a little mess with the "Hello Phaser" introduction. Why does it take a few seconds to load the asset from the WAMP server? The asset is on my SSD, so that shouldn't be a problem... (I am running Windows 8) Oh yes, I am 14, so there might be a few questions in the future Link to comment Share on other sites More sharing options...
rich Posted September 17, 2013 Share Posted September 17, 2013 Hmm strange. Off the top of my head I reckon it's a DNS/network issue, try loading up several pages (non phaser ones) locally, see what happens. Link to comment Share on other sites More sharing options...
YellowAfterlife Posted September 17, 2013 Share Posted September 17, 2013 I've seen this issue several times with Python and Neko webservers, but normally it was caused by either web server itself, or by attempt to run two web servers on same port, causing interference. If I recall correctly, maximum transfer speed can be also set up in WAMP, so it would be worth checking configs. Link to comment Share on other sites More sharing options...
Will Posted September 18, 2013 Author Share Posted September 18, 2013 Seems to be purely Google Chrome's fault. FireFox is working fine! Link to comment Share on other sites More sharing options...
P.Uri.Tanner Posted September 22, 2013 Share Posted September 22, 2013 If you don't need a full WAMP Backend Stack checkout this very lightweight http server: https://code.google.com/p/mongoose/ Link to comment Share on other sites More sharing options...
Recommended Posts