Things I can do to load html5 game faster.

dawidM

Member
Hello,

I am creating a html5 game, and I have one question. What can I do to load the game faster? Now it weighs 30 MB, and it takes around 20 sec to load. It contains some pictures of nice quality and sounds. I don't want to lower the quality of images, so what options do I have? I am perfectly fine with the situation when it loads quickly at the beginning and then, for example between levels, it loads other resources. I thought that add_sprite will be perfect for that but some people claim that it affects performance in a negative way. What can I do to load the html5 game faster?
 
Top