Is there a way to make a my game load faster?

Hi guys!
I have finished my phaser game, (which I’ll upload soon) but when I played it, a few levels had a very high load time. Is there a way to make it run faster?

Look in your browser’s Network or Timeline pane to see what’s taking long.

Hey @samme, how would I do that? And then, how could I can the load time?
Thank you for your input.

If you use Chrome, please check this guide for example: https://developers.google.com/web/tools/chrome-devtools/network
It will probably show that some images or sounds take a lot of time to load, then you can think of compressing them or loading later, not everything at once.

Thank you!