Enhance SVG generation API asynchronous requests
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3451938. -->
Reported by: [gxleano](https://www.drupal.org/user/3591999)
Related to !9
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>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.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Implement asynchronous processing in the <code>generateSvg()</code> method.</p>
issue