Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7138)

Unified Diff: chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html

Issue 13523005: Performance guidelines for decl. WebRequest API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added examples Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/intros/events.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/intros/events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698