How to limit FPS with Phaser 3?

Try it in the physics instead:
physics: {
default: “arcade”,
arcade: {
gravity: { y: 200 },
fps: 50
}
},
At least for arcade