guillaumebriday / laravel-blog

Laravel 11.0 blog application with Hotwire, Horizon, Telescope, Sanctum, Breeze and Pusher
https://laravel-blog.guillaumebriday.fr
MIT License
1.75k stars 572 forks source link

Amounts of comments and likes about publications #33

Closed Mathias88 closed 6 years ago

Mathias88 commented 6 years ago

I have a question, would not it be better if the amount of comments and likes about the posts are in the posts table?

guillaumebriday commented 6 years ago

Hey !

I think both methods have pros and cons. With this little amount of data is not that irrelevant to calculate it because it's much simpler and the result is always good. But in a future, I could save counts in posts table and manage it with event listeners.