Skip to main content
Version: 6.18 (draft)

Performance improvements

The following performance improvements have been made.

Reduced unneeded case list refreshes in the Web Client (#662439)

The case list of the Web Client has been optimized so that it refreshes only for actions which impact the case list directly. This reduces unnecessary system load and improves performance.

The following actions do not trigger case list refreshes anymore:

  • Adding and removing relations
  • Adding time bookings
  • Removing contacts from cases

Email processing performance improved (#658064)

The processing of incoming emails in ConSol CM has been optimized to enhance performance and reduce delays in case creation from incoming emails. Previously, the system would wait for a set interval after processing each email, as defined in the system property queue.task.interval.seconds of the module cmas-nimh. Now, when an email is processed, the system immediately checks for the next email, without waiting for the defined interval. If no emails are waiting for processing, the system waits for the interval defined in the system property.