Skip to content

Ensure categories.xml is only fetched once in parallel

Aleix Pol Gonzalez requested to merge work/categories-just-once into master

Otherwise we overload the server that is returning them fairly slowly anyway (2 to 3 seconds?). It seems like it serves these sequentially as well, which makes Discover startup stuttery.

Merge request reports