Improvements to homepage fetching process #6613
Labels
effort: [S]
1-2 days of estimated development time
priority: high
Issues which should be resolved as quickly as possible
type: enhancement
Improvements that slightly enhance existing functionality and are fast to implement
Milestone
Is your feature request related to a problem? Please describe.
In 3.16 we introduced the feature that's fetching the links from the homepage. Currently, this process is happening synchronously, whenever the critical images data is cleared.
It's causing potential problems on the slower environments, as we need to wait until the homepage is loaded and fetched synchronously. It can even cause timeouts.
On our testing environment, clearing the data took 13s compared to 2.4s when putting static data into fetch_links() function.
The further findings are:
Describe the solution you'd like
Acceptance Criteria
The text was updated successfully, but these errors were encountered: