Duplicated link elements & performance
Will performance be impacted by having duplicate link elements?
I have the option of writing some code a smart way or a lazy way.
The smart way is a lot of effort, but will ensure that link elements are not duplicated.
The lazy way will allow the link elements to be duplicated potentially dozens of times, but it's almost no effort to code.
Will having, say, 50 clones of a link element effect the page performance? or will the browser just go "oh yeah I've done that already" and only waste time on reading the html?
I have the option of writing some code a smart way or a lazy way.
The smart way is a lot of effort, but will ensure that link elements are not duplicated.
The lazy way will allow the link elements to be duplicated potentially dozens of times, but it's almost no effort to code.
Will having, say, 50 clones of a link element effect the page performance? or will the browser just go "oh yeah I've done that already" and only waste time on reading the html?
