Different Phaser performance with the same code

Hello,
Im making game and im struggling with a game performance on mobile devices.
I have noticed that even on a Phaser example website there are strange behavior.
When I’ll visit this website on my iPhone X:

Then I see alot of fps drop. Its not fluid at all.
BUT
When I’ll press Edit>Launch and we will be redirected to:
http://labs.phaser.io/view.html?src=src/tweens/global%20time%20scale.js&v=3.52.0
Then its going 60 fps! So strange, because its the same code.
Why?

I think the difference you’re seeing there is because Safari throttles the frame rate in iframes.