I noticed that I've been using a lot of display:none
to remove blocks of code from a page. I do this on instructions from superiors, but I have always believed that it is a practice that can affect the performance of the websites developed.
The question:
Can excessive use ofdisplay:none
affect the system in any way?
Remembering that they are sites that rarely suffer from maintenance.