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