File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,19 @@ documentation is somewhat dry and doesn’t really state the benefits or outcome
1414very clearly, so I spent a couple of hours looking into it and here are the key
1515takeaways.
1616
17+ If you:
18+
19+ * are interested in closely profiling specific, atomic parts of your
20+ application;
21+ * work in an organisation where different teams contribute different code to the
22+ same front-end;
23+ * need to gather rich (meta)data about key parts of your runtime;
24+ * provide or consume APIs;
25+ * maintain a third party package that could be traced, or;
26+ * are just interested in performance tooling…
27+
28+ …then this article is for you.
29+
1730## Making Your Code a First Class Citizen
1831
1932[ Chrome’s DevTools] ( https://csswizardry.gumroad.com/l/perfect-devtools/ ) are
You can’t perform that action at this time.
0 commit comments