mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated µBlock vs. ABP: efficiency compared (markdown)
parent
1853d99df1
commit
45cd4e8b20
1 changed files with 13 additions and 1 deletions
|
|
@ -26,4 +26,16 @@ Below are the average time it takes for each extension to handle a net request i
|
|||
|
||||
Fun fact: µBlock will actually execute more efficiently if you enable _ hpHosts’s Ad and tracking servers_, the timing of `chrome.webRequest.onBeforeRequest` goes below 185 ms when this list is enabled. The key is that filters made of plain hostnames are processed in a very efficient way in µBlock.
|
||||
|
||||
### Added memory footprint to web pages
|
||||
### Added memory footprint to web pages
|
||||
|
||||
Extensions have their own memory footprint, but they also causes increased memory footprint in web pages. Below you can see the added memory footprint in a very simple web page, [Hacker News](https://news.ycombinator.com/). First screenshot is when no extension at all is used, so it's consider it is the reference memory footprint, other screenshots show the new memory footprint caused by each extension.
|
||||
|
||||
##### No extension
|
||||

|
||||
|
||||
##### Adblock Plus
|
||||

|
||||
|
||||
##### µBlock
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue