diff --git a/docs/orion/features/custom-blocklists.md b/docs/orion/features/custom-blocklists.md
index 7faf33cc..3a40a201 100644
--- a/docs/orion/features/custom-blocklists.md
+++ b/docs/orion/features/custom-blocklists.md
@@ -32,6 +32,14 @@ Then, paste the URL of the block list you wish to add and click the **Add** butt
+## Impact of Number of Blocking Rules on Performance
+
+Orion's ad blocker compiles each blocklist to convert it to native WebKit content blocking rules.
+This results in minimal performance impact dependent on the number of blocking rules that are active.
+The following chart illustrates the relationship between Orion's WebKit performance vs the number of blocking rules:
+
+
+
## Third-Party Blocklists
There are different types of lists - general ad lists, regional lists, malware lists, privacy lists, etc. You can customize your ad blocking by choosing which lists you want to add to Orion.
diff --git a/docs/orion/features/media/blocklists_rules_performance_chart.png b/docs/orion/features/media/blocklists_rules_performance_chart.png
new file mode 100644
index 00000000..69cd980b
Binary files /dev/null and b/docs/orion/features/media/blocklists_rules_performance_chart.png differ