Index: chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html |
diff --git a/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html b/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html |
index 60a2926c3a8bb3cfe4baf58ead4776e7a4814989..c9a295ff29e86ae4d46198c493ac7ac275a507cc 100644 |
--- a/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html |
+++ b/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html |
@@ -120,7 +120,9 @@ chrome.declarativeWebRequest.onRequest.addRules([rule2]); |
<strong>Note:</strong> You should always register or unregister rules in bulk rather than |
individually because each of these operations recreates internal data |
structures. This re-creation is computationally expensive but facilitates a |
-very fast URL matching algorithm for hundreds of thousands of URLs. |
+very fast URL matching algorithm for hundreds of thousands of URLs. The |
+<a href="events.html#performance">Performance section</a> of the $ref:[events |
+Events] API provides further performance tips. |
</p> |