Commit 482448b
Eduardo Bar
docs: remove misleading link from Don't over-optimize section
The link to github.com/petkaantonov/bluebird/wiki/Optimization-killers
was misleading — it pointed to an outdated Bluebird Promise library
wiki page about V8 optimization killers that is no longer maintained
or accurate for modern JavaScript engines.
Replace with a general recommendation to use browser developer tools
and performance profiling to identify real bottlenecks, which is more
actionable and up-to-date advice.
Closes ryanmcdermott#7191 parent 5311f64 commit 482448b
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
977 | 977 | | |
978 | 978 | | |
979 | 979 | | |
980 | | - | |
981 | | - | |
982 | | - | |
983 | | - | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
984 | 983 | | |
985 | 984 | | |
986 | 985 | | |
| |||
0 commit comments