Enhance SVG generation API asynchronous requests

Created on 2 June 2024, 5 months ago

Problem/Motivation

The current implementation of the SVG generation relies on synchronous requests. This approach has several drawbacks, including increased response times and potential timeouts for larger SVG files. Synchronous processing can also lead to server resource bottlenecks, affecting overall performance and user experience, especially under heavy load.

Proposed resolution

Implement asynchronous processing in the generateSvg() method.

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇪🇸Spain gxleano Cáceres

Live updates comments and jobs are added and updated live.
  • Performance

    It affects performance. It is often combined with the Needs profiling tag.

Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024