Does anyone face problem when activating attachment pane on IEE? With newest IFS10 updates(UPD22, UPD24) or maybe with more data in database getting info for attachment pane takes nearly 10 seconds.

Our investigation provides to Doc_Reference_Object_API.Get_Obj_Conn_Client_Hit_Count and its cursor get_oct_excluded_count. Time to time oracle CBO changes execution plan and it cause an issue. As it is very often runing query it affects overall performance.
Amount of rows for two customers with this issue
select count(1) From ifsapp.DOCUMENT_ISSUE_ACCESS_TAB; -- cust1: 125324 rows, cust2: 834 165 rows
select count(1) from ifsapp.DOC_ISSUE_TAB; -- cust1: 38338 rows, cust2: 116 548 rows
I know about “Slow Network simulate” option but this is only workaround.
I found post where someone mentioned “product development team is currently working on a fix to optimize this” but seems nothing changed