I have a symfony admin generator page where each row makes several function calls and, therefore, several trips to the database.
I added a query to table_method and used some joins but it doesn’t reduce the number of queries executed on my page.
What’s a person supposed to do to improve performance here?
your query linked to your “table_method” must have all the fields that show otherwise you’re probably ignoring some kisa field or your query did not add in fields related to samples
Symfony according to the manual that is done to reduce the number of queries as follows: