From 7530cf0494c007c9f08b8d115d484e77dd982cfe Mon Sep 17 00:00:00 2001 From: Annie Sullivan Date: Tue, 14 Nov 2023 14:38:04 +0000 Subject: [PATCH] Update name --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f900955..c94503e 100644 --- a/index.html +++ b/index.html @@ -434,7 +434,7 @@

Recommended mark names

"mark_interactive"
The time when the page is considered interactive to an end-user as marked by the developer in their application.
-
"mark_use_counter"
+
"mark_feature_usage"
Mark the usage of a feature which may impact performance so that tooling and analytics can take it into account. The detail metadata can contain any useful information about the feature, including: @@ -453,7 +453,7 @@

Recommended mark names

whether it helped improve performance.

-            performance.mark('mark_use_counter', {
+            performance.mark('mark_feature_usage', {
               'detail': {
                 'feature': 'ImageOptimizationComponent',
                 'framework': 'FancyJavaScriptFramework'