I am working on making a custom client for a browser game in electron and keep running into the issue where when i uncap the fps it destroys latency/ping, the only solution ive came up with is to cap fps at certain levels, 60 has no change, 100 slightly increases ping/latency, 200 drastically increases ping/latency, etc i use
app.commandLine.appendSwitch('limit-fps', x);
to uncap fps