System Information
- Strapi Version: 3.6.8
- Operating System: Any
- Database: Mongo
- Node Version: 14
While managing content in Strapi Admin with Author role performance is really poor in Collection List view (/dashboard/plugins/content-manager/collectionType/application::place.place) and console shows following problem:
warn Deep filtering queries should be used carefully (e.g Can cause performance issues).
When possible build custom routes which will in most case be more optimised.
debug GET /content-manager/collection-types/application::place.place?page=1&pageSize=50&_sort=name:ASC&_locale=fi (18969 ms) 200
There is no problem with Super Admin role nor with queries through Graphql API.
Is there something to do to avoid the problem? Some place to limit population or something since Collection List view’s table is not showing any relational information. Only Places name, Content available and State.