Skip to content

[FEATURE] Improve "my extension" view by

Benni Mack requested to merge feature/index_db_keys into develop

If you have a lot of extensions, the "My extensions" takes a looong time to load, because Extbase is fetching all versions by their "ext_key" and by "frontend_user", which can be speed up quickly.

This change adds DB indices, which enhances the queries by 800%.

Merge request reports