DEV Community

Discussion on: 9 practical tips for high-performance Javascript

Collapse
 
pentacular profile image
pentacular

The most import tip is this:

Use a profiler to discover where optimization may be useful.

You are not smart enough to guess where this is.

And by you, I mean everyone, for all non-trivial cases. :)

Collapse
 
bias profile image
Tobias Nickel

Definitely, that could be tip number 10.

I am sure, that many projects use xml2js and it will not be the bottleneck. Then it is better not to switch and keep the system stable.