xwikisas / application-diagram

Create various types of diagrams using draw.io
GNU Lesser General Public License v2.1
0 stars 7 forks source link

Disable the real-time synchronization and notification draw.io features until we properly integrate them #192

Closed mflorea closed 3 years ago

mflorea commented 3 years ago

With the latest version 1.16, the Diagram editor is making HTTP requests to the following URLs:

The first is used by the real-time synchronization while the second is used by notifications. We should disable them in order to speed up the loading time a bit.

mflorea commented 3 years ago

I tried disabling the notifications by using the embed mode but it seems it affects the menu entries (some menu entries disappear) so I end up changing the "service name" (see commit change).