drodil / backstage-plugin-toolbox

Most commonly used developer tools within Backstage
MIT License
47 stars 25 forks source link

Entity Describer is slow with large number of entities #136

Open xfkoko opened 3 weeks ago

xfkoko commented 3 weeks ago

Toolbox -> Entity Describer Is slow to load all entities at the beginning. Also writing in the search box is "laggy" or not showing any loading indication.

Cause: toolbox fetches entities from /api/catalog/entities, when catalog has large amount of entities the initial search can take long time and lags

drodil commented 3 weeks ago

Yep, aknowledged. Same problem as with the default catalog table.

xfkoko commented 3 weeks ago

Not as bad though. It does not make request to the database per stroke from what I observed.