API Responses page in built-in Telemetry UI is not responding with ~1000 endpoints #139
Closed
Description
My web application has around 80 1000 endpoints, so the API Responses page is unresponsive because of too many charts, making the page unusable.
What would be the best way to address this issue in Swagger Stats UI. Something that comes in my mind:
- Pagination for API Responses charts
- Virtualization, virtual scroll
- Divide into multiple routes/pages for each endpoint, just like API Operations
I would like to discuss if we want to fix this. I am able to contribute to fixing this with a PR, once we agreed on the solution.