Controller Input Delay

Hello, I have a few simple questions. What could cause input delay with a gamepad and how can I solve this? Myself and both of the people testing my game have experienced a whole second of delay between pressing buttons and the inputs being registered in the game.

What happens on https://labs.phaser.io/view.html?src=src/input/gamepad/gamepad%20debug.js&v=3.55.2?

all 3 of us report no delay with that link, but still having delay with my game, which is using phaser v3.55.2

Add a similar gamepad debug display to your game. It should show you whether there’s a real input delay or it’s a game logic problem.