After upgrading the kernel from 6.11, there is a significant loss of performance. My hardware is a bunch of ancient decommissioned servers on 2011v3 socket on v4 processors, so I use v3 repository. For example, when transcoding video via svt-av1 (very CPU and memory intensive) there is a 5-10% performance loss. I built a 6.12.0 kernel, changing the following things:
CONFIG_HZ_250=y
CONFIG_PREEMPT_NONE=y
(and disabled dynamic preempt)
After these changes, the problem disappeared.
PS: I really use arch linux with zfs for production servers