XMLHttpRequest Asynchronous

  • Used Zammad version:
  • 6.4.1
  • Used Zammad installation type: (source, package, docker-compose, …)
  • Package
  • Operating system:
  • Rocky Linux 9
  • Browser + version:
    *Chromium latest + Firefox latest

Is it possible to change Zammad into asynchronous (XML) mode? Guess it has a reason that Zammad runs in synchronous mode?

(XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience)

No. Zammad uses Ajax as fallback (which will be removed in the new UI) and websockets for the general communication.

Or I’m not able to understand your question.