Performance problems in production can be tricky. This post describes a proven sequence for resolving urgent production performance problems for Java. Sources of Performance Problems The main sources of the performance problems in production are: coding errors internal and external bottlenecks garbage collection (GC) Coding errors are places in the code where the application acts [...]