Hi,
Either the machine is not very capable or your config.xml file is very large (or a combination), although all new code doesn't need to serialize the file to an array (as legacy code is doing), some of the actions still depend on older code.
When there are one or two hotspots and you have identified them, it might make sense opening an issue (https://github.com/opnsense/core/issues).
In some cases rewriting the parts to direct usage of the Config instance isn't a lot of work.
Best regards,
Ad
Either the machine is not very capable or your config.xml file is very large (or a combination), although all new code doesn't need to serialize the file to an array (as legacy code is doing), some of the actions still depend on older code.
When there are one or two hotspots and you have identified them, it might make sense opening an issue (https://github.com/opnsense/core/issues).
In some cases rewriting the parts to direct usage of the Config instance isn't a lot of work.
Best regards,
Ad