Hey mates, I'm currently querying \\\$reviewData for Pex resources, and I've noticed that the endpoint response time is consistently over 3 seconds per request. Since I have a large number of Pex items to process, the overall runtime is stretching to around 4–5 minutes. I’ve tested this both via Python on the server and through Postman, and the data retrieval time remains high. I also explored bulk requests with a request body, but the performance didn’t improve significantly. Would appreciate any guidance or suggestions on optimizing this query or improving the endpoint performance
