Store dashboard statistics data
In laravel how do you prefer to store dashboard statistic that contains expensive query ?
Is it better create a new table or using redis to store that kind of data ?
In laravel how do you prefer to store dashboard statistic that contains expensive query ?
Is it better create a new table or using redis to store that kind of data ?