My webpage receives gui info from a websocket every second. Most info is not changed. E.g. I am setting specific buttons to 'visible' every second again.
Does this create extra overhead? Or is it ignored by the browser? Maybe I should first check if the button is hidden (which would also create some overhead I guess).
What is best practice?