Task Query with Authorization are slow

Hi,

The task query in combination with authorization are slow on Camunda-bpm-ee V.7.12.0.
The “All tasks” filter contains 8000 tasks. The viewing time is 25 seconds.

I have migrated to 7.14.4 and the result is the same.

Operations performed during migration :
update of pom.xml
execution of script postgres_engine_7.12_to_7.13.sql
execution of script postgres_engine_7.13_to_7.14.sql

Thanks in advance for your help.
ca

@canjor You can perform paginated task query.

The problem is the same as the issues reported in jira :
https://jira.camunda.com/browse/CAM-8727
https://jira.camunda.com/browse/CAM-7441

I understood that the correction was made in version 7.14

Thanks for your response.
ca