Skip to content

Commit a66b3c9

Browse files
committed
Cross-link perf.mark-type articles
1 parent 45b26f9 commit a66b3c9

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

_posts/2022-08-24-measure-what-you-impact-not-what-you-influence.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: post
33
title: "Measure What You Impact, Not What You Influence"
44
date: 2022-08-24 12:41:16
5+
last_modified_at: 2025-08-22
56
categories: Web Development
67
main: "https://res.cloudinary.com/csswizardry/image/fetch/f_auto,q_auto/https://csswizardry.com/wp-content/uploads/2022/08/user-timing-chrome.png"
78
meta: "When implementing performance fixes, it’s imperative that you measure the right thing—but what is ‘right’?"
@@ -13,6 +14,12 @@ lead to incorrect conclusions about the effectiveness of that work. This can go
1314
either way: under- or overestimating the efficacy of those changes. Naturally,
1415
neither is great.
1516

17+
<p class="c-highlight">You can now make your measurements even more meaningful
18+
by using the <a href="/2025/07/the-extensibility-api/"><i>Performance
19+
Extensibility API</i></a>: add rich metadata to your <i>User Timing</i>
20+
<code>performance.mark()</code>s and <code>performance.measure()</code>s, and
21+
filter and group them in DevTools’ <i>Performance</i> panel.</p>
22+
1623
## Problems When Measuring Performance
1724

1825
As I see it, there are two main issues when it comes to measuring performance

_posts/2025-07-25-the-extensibility-api.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: post
33
title: "Making Sense of the Performance Extensibility API"
44
date: 2025-07-25 15:15:11
5+
last_modified_at: 2025-08-22
56
categories: Web Development
67
main: "/wp-content/uploads/2025/07/extensibility-10.png"
78
meta: "Making sense—and use!—of the new Performance Extensibility API in Chrome DevTools."
@@ -14,6 +15,12 @@ documentation is somewhat dry and doesn’t really state the benefits or outcome
1415
very clearly, so I spent a couple of hours looking into it and here are the key
1516
takeaways.
1617

18+
<p class="c-highlight">Not sure how to use the Performance Extensibility API?
19+
Read up on the <a
20+
href="/2022/08/measure-what-you-impact-not-what-you-influence/"><i>User Timing
21+
API</i>’s <code>performance.mark()</code> and
22+
<code>performance.measure()</code></a> first.</p>
23+
1724
If you:
1825

1926
* are interested in closely profiling specific, atomic parts of your

0 commit comments

Comments
 (0)