Let’s say you log certain things on your nodejs app or on a browser.
How much does this affect performance / CPU usage vs removing all these logs in production?
I’m not asking because I’m just curious how much “faster” would things run without it so I can take that into account when developing.
For Node: is node.js' console.log asynchronous?
I imagine it’s implemented similar in some of the browsers.