Initialization problem?
J. Sieben, July 04, 2025 - 9:07 am UTC
I encountered a similar problem and high CPU consumption was caused by the initialization code of the packages, not by resetting the package state. So it might be worthwhile looking into the initialization methods and try to avoid these methods wherever possible.
July 04, 2025 - 2:44 pm UTC
Thanks for your insights.