Graphql query performance optimization
I am using Graphql on AEM 6.5 to get the content-fragments. I have a high number of Content Fragments that share the same model due to which the graphql list query has become really slow. How can I improve the performance of graphql query in AEM ?
Note:- I am already using the persisted grahphql query and chaching it. But the initial load of the query results is really slow before it gets chached.