[HELP] HTML display = FPS drops?

Hey everyone

My friend was complaining about FPS drop since i added the speedometer from Scammer. I discovered that my FPS were dropping significantly when going into fullscreen mode but not in window mode ( 0 fps drop). I decided to change the refresh rate of the function from 1ms to 1000ms and went back to fullscreen mode.

Citizen.CreateThread(function()
	while true do
		Wait(1000)

And it works perfectly. But why ? Is HTML the worst thing to use when is comes to display things on screen ?
Am i the only one to have this issue ?

Thanks for help :slight_smile:

vsync, or something similar?

Nope, vertical sync is off :confused: