[FEATURE] Faster loading of dynamic integrations #1389
Labels
enhancement
New feature or request
integrations
Used to denote items related to the Integrations project
v2.12.0
Is your feature request related to a problem?
For the dynamic catalog feature in #1381, integrations are loaded into the available integrations page from
.kibana
all at once (multiple times?), which involves sending the entire uploaded content over network repeatedly. This is less-than performant. This is an issue to address the performance issue from reading integrations.What solution would you like?
I can think of a few potential bottlenecks, I'm not sure which is the real stopper (or how to profile it):
What alternatives have you considered?
See above. Some or all of these can be implemented to improve the speed. I've ordered them by how much I think each issue contributes, but I haven't done the profiling to back those assumptions up.
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered: