Faster expressjs Apps — Why is your nodejs app slow

This blog explores common use cases that make expressjs applications and for that matter some nodejs applications, slow. We will take a different approach to only list known facts, and provide quick fixes whenever possible.

In this article we will talk about:

Even though this blogpost was designed to offer complementary materials to those who bought my Testing nodejs Applications book, the content can help any software developer to tuneup working environment. You use this link to buy the book. Testing nodejs Applications Book Cover

nodejs Module Loader is slow

Is it possible to include performance analysis in the development workflow?

Conclusion

In this article, we revisited reasons why some parts of nodejs project may be slow. We also suggested measures to take to mitigate some of the common use cases. The format and size of this blog post barely scratch the surface. However, there are additional complementary materials in the “Testing nodejs applications” book that can help understanding more on the subject.

References