6 minute read
Load testing is a process for testing how a piece of software performs when subjected to a particular load - that is to say, a particular number of users accessing the app over a particular period of time. This is key for production grade apps because it ensures that the app will be able to support the anticipated traffic, and any performance limitations can be addressed proactively rather than reactively.
Check out my post on the Plotly Community Forum about how to load test Dash Apps with a tool called JMeter.