|
|
|
|
|
by nevir
3566 days ago
|
|
> I'm wondering if there's some performance gain by the browser not having to parse the implicit optional tags. The motivation behind this style is not browser parsing perf - it's network perf. The smaller your HTTP response, the fewer packets (and round trips) required to transmit it. |
|