i am testing out a Magento Commerce System (EE) and when i run it through xdebug i see every request calling a plugin method named cron_system_config_initial_converter_plugin
from the name it sounds like something that should only run one time. initial but why do i see it being loaded every request ?
Also reinitiable_config
seems to be running on every request.