Skip to content

Commit

Permalink
Updated URL to react performance article (#2670)
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz authored and sophiebits committed Jan 12, 2020
1 parent 5c66375 commit dedacfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/optimizing-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ To do this in Chrome:

6. React events will be grouped under the **User Timing** label.

For a more detailed walkthrough, check out [this article by Ben Schwarz](https://building.calibreapp.com/debugging-react-performance-with-react-16-and-chrome-devtools-c90698a522ad).
For a more detailed walkthrough, check out [this article by Ben Schwarz](https://calibreapp.com/blog/react-performance-profiling-optimization).

Note that **the numbers are relative so components will render faster in production**. Still, this should help you realize when unrelated UI gets updated by mistake, and how deep and how often your UI updates occur.

Expand Down

0 comments on commit dedacfb

Please sign in to comment.