You might want to turn off the sound if you don't use it in the game.
const config = { // .... audio: { noAudio: true, }, // .... }; const game = new Phaser.Game(config);