We have some performance difference between our production env and our acceptance/develop server.
They only difference between these servers is that production uses postgres for the repository and acc/dev uses hsqldb for the repository.
[attachment=0]Screenshot 2020-09-24 at 08.09.46.png[/attachment]
We use a active solution aka war deployment.
EDIT:
Can it be that the hsqldb connect repository has negative effect on the overhall performance?