Slow processing times in CommentsController

I have…

  • Read the following guideline: Troubleshooting and Support | Squidex. I understand that my support request might get deleted if I do not follow the guideline.
  • Used code blocks with ``` to format my code examples like JSON or logs properly.

I’m submitting a…

  • Regression (a behavior that stopped working in a new release)
  • Bug report
  • Performance issue
  • Documentation issue or request

Current behavior

We are currently conducting performance evaluations and have observed that CommentsController.UserDocument has an average processing time of 55 seconds. CommentsController.CollaborationDocument has an average of 45 seconds. I would like to know if these times are considered normal and, if possible, gain a better understanding of their functionalities.

Expected behavior

Minimal reproduction of the problem

Environment

App Name:

  • Self hosted with docker
  • Self hosted with IIS
  • Self hosted with other version
  • Cloud version

Version: [7.9.0]

Browser:

  • Chrome (desktop)
  • Chrome (Android)
  • Chrome (iOS)
  • Firefox
  • Safari (desktop)
  • Safari (iOS)
  • IE
  • Edge

Others:

Hi,

this controller is a long living web socket connection. They are used to send comments from other users to the frontend using a technology called yjs (GitHub - yjs/yjs: Shared data types for building collaborative software). So there is nothing to worry about.

Sebastian

1 Like