Skip to content

Improve Performance when rendering the Server-Sent Events #2384

@NghiaTranUIT

Description

@NghiaTranUIT

Description

If the Response received a lot of Server-Sent Events in a short time. For example, streaming from an OpenAPI endpoint. The app will update the Response Body and Table View a lot of times in a short period. -> Causes a peak of CPU Usage ❌

Why this feature/change is important?

  • Better performance
  • No CPU peak

Criteria

  • Use Throttler to force update 0.5 second even though we have 100 streaming update
  • Reduce CPU peak 👍

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request✅ DoneTicket is addressed and fixed.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions