Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Update documentation to establish the difference between backend time and backend response time #1014

Description

@sachanub

There has been some confusion recently regarding the differences between backend time and backend response time. We need to update the documentation or add some comments which highlight the differences between these two.

Backend response time: Time taken by a backend worker process to handle a request from the frontend worker thread.
Backend time: Total time taken from when a client request was scheduled by the frontend worker thread to the time when it responds to the client request. This is inclusive of the backend response time above.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions