System Information
- Strapi Version: 3.4.3
- Operating System: Linux/macOs
- Database: Postgres
- Node Version: 14.15.4
- NPM Version: 6.14.10
I was wondering if there’s any way to limit the amount of relation items (on right column)? Currently the content manager (when you’re inside a specific content type) is loading all of available records and might be unnecessary heavy when I have a search or even don’t load it at all if I don’t need. Perhaps should have a way to limit the amount loaded or remove.
After removing the visible component that allows to change that huge loaded relationship, the admin is still trying to load everything and taking so long.