Strapi cms front end very slow

System Information
  • v3:
  • linux:
  • postgresql:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hi, the front end of my Strapi cms (so the Strapi admin portal) is very slow. I’m almost certain this is due to the fact that the users which are displayed in the admin panel have a lot of nested data and the default behaviour of Strapi is to fetch all the data for each foreign key (although that amount of data is not really necessary at the time when just showing the registered users). My question is if there is a way to “customize” the way data is fetched for the admin panel. And if not is this behaviour of data fetching still the same in strap v4?

Thanks in advance!