|
|
|
|
|
by Animats
4269 days ago
|
|
You can probably get a comparable, if not greater, improvement in performance by using ad and tracker blocking. Most of those extra TCP streams opened when displaying a web page are for ads and trackers. Those are the ones opening a TCP connection to send their one-pixel GIF. |
|
This does not apply for ad code that's implemented as <script src="..."></script>, which will indeed block page loading.