Troubleshooting performance issues
Troubleshooting performance issues is a rather vast and complicated area, which we will only be able to touch upon lightly. In general, performance becomes a concern when a transaction is unable to execute within a reasonable or expected time, or when the system is unavailable to process expected volumes. Sometimes this may be specific to a single transaction, other times it is something that is affecting every composite instance running on the server. The ultimate aim is to speed up the execution time of transactions by minimizing any undue delays and waits at the infrastructure level.
Server wide performance issues
When server wide performance problems occur, this should impact most or all of the transactions currently executing on your infrastructure. For example, if the dehydration store database is down or performing poorly, this will undoubtedly have an impact on all running instances.
Consider asking yourself a few questions to determine if there...