From 10ac0d5546cd64f47a9f22a54f86bbac793f4752 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 11 Sep 2014 09:05:07 -0700 Subject: [PATCH] Updated Notes on memory benchmarks, selfies (markdown) --- ...ks,-selfies.md => Notes on memory benchmarks, selfies.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename Notes-on-memory-benchmarks,-selfies.md => Notes on memory benchmarks, selfies.md (88%) diff --git a/Notes-on-memory-benchmarks,-selfies.md b/Notes on memory benchmarks, selfies.md similarity index 88% rename from Notes-on-memory-benchmarks,-selfies.md rename to Notes on memory benchmarks, selfies.md index 9b240f4..505702e 100644 --- a/Notes-on-memory-benchmarks,-selfies.md +++ b/Notes on memory benchmarks, selfies.md @@ -35,4 +35,8 @@ Benchmark details: - Third-party cookies disabled - µBlock: default filter lists - ABP: _EasyList_, _EasyPrivacy_, _Malware Domains_. _"Acceptable ads"_ disabled -- Screenshots taken at least 15 minutes after [reference benchmark](https://github.com/gorhill/uBlock/wiki/Reference-benchmark) completed, and closing all web pages except the _Extensions_ page. \ No newline at end of file +- Screenshots taken at least 15 minutes after [reference benchmark](https://github.com/gorhill/uBlock/wiki/Reference-benchmark) completed, and closing all web pages except the _Extensions_ page. + +### Reminder + +Remember, what is covered above is what I call the extension's _own_ memory. The worst though is the contributed memory footprint by Adblock Plus for web pages. The sum of all contributed memory footprint by ABP to all opened web pages relative to µBlock's contributed memory footprint **dwarf** the difference shown above, due to the fact that ABP will inject 14,000+ CSS rules in every web page, and every `iframe` of every web page, and this is when using _EasyList_ only. \ No newline at end of file