Queue mode for n8n performance
One of the best ways to improve performance in n8n is to enable queue mode.
In the default (regular) mode all work runs in a single process. In queue mode work is placed on a queue and distributed to workers, so you can remove the bottleneck and scale horizontally under heavy flows.