Hi,
I added some instrumentation to my packages which are called by APEX and it seems that anytime I open a page or make an AJAX call, every package gets recompiled, as it is constantly calling the initialization code of these packages.
I always assumed that the packages are cached within their respective connect pool sessions, but I can't see this effect.
So my question is: Does APEX always recompile any package prior to using it or is there something I'm doing wrong? Plus: Is it possible to somehow control that and probably avoid this from happening?
Best regards,
Jürgen