System Information
- Strapi Version: 3.6.1
- Operating System: ubuntu 20.x
- Database: mysql
- Node Version: 14.x
- NPM Version: 6.x
- Yarn Version: N?A
Instead of calling the API 30 times for each day, I would recommend building a new route with a custom controller and a custom query that retrieves counts for each day in a single request.
do u have any examples?
if your frontend supports websockets you can use the realtime chat template i did it but with stock data