Story 1.0.15.2. PDF optimization for Profile PDF. Combine rendering in one request

Content

General info

Currently, when downloading the talent profile PDF, it takes approximately 30 seconds or more, sometimes leading to errors due to the long rendering time. To improve the user experience, we need to optimize the PDF generation by combining the rendering of all pages into one request. This will significantly reduce the download time and minimize the risk of errors during the process.

User story

As a user,
I want the PDF rendering for the talent profile to be combined into one request,
so that the download time is optimized and errors due to prolonged rendering are minimized.


RT-6799

Получение подробных данных проблемы…
СТАТУС

Visual design:

 

 

Acceptance criteria

 

01

Scenario: Combine rendering PDF pages into one request for Profile PDF in RT
Given the user is attempting to download the talent Profile PDF in RT,
When the system processes the request,
Then all pages should be rendered and included in the download as one single request to improve download performance.

image-20250226-070401.png

02

Scenario: Combine rendering PDF pages into one request for Profile PDF in process by download (in zip)
Given the user is attempting to download the talent Profile PDF in process type “by download“,
When the system processes the request,
Then all pages should be rendered and included in the download as one single request to improve download performance.

image-20250226-072946.png

03

OOS Scenario: Combine rendering PDF pages into one request for Cover letter in process by download (in zip)
Given the user is attempting to download the cover letter PDF in process type “by download“,
When the system processes the request,
Then all pages should be rendered and included in the download as one single request to improve download performance.

image-20250226-072946.png

04

Scenario: Optimize PDF download time
Given that the PDF rendering for the profile is processed in one request,
When the user downloads the PDF,
Then the download time should be significantly reduced, and errors due to long rendering times should not occur.

Comments

Leave a Reply