Build a daily pageviews application

Hi Alex,

I wanted to request for a course feature that tracks Daily Pageviews using Laravel, and potentially integrating Livewire if necessary. The goal is to visualize these views in a chart format (chart js) similar to Google Analytics. It should offer the ability to review daily, monthly, and yearly views for each blog post.

looking forward to hearing back from you.

Cheers.

henry75958
henry75958
0
5
71
alex
alex
Moderator

Thanks for the suggestion Henry. Just so I've got this correct, this would be global page views for any page on a site, or just specific models (e.g. blog post)?

henry75958
henry75958

Thanks for getting back to me. To clarify, the focus would be on tracking page views specifically for blog posts. So, the feature would primarily track and visualize page views for individual blog posts, offering insights into their daily, monthly, and yearly performance.

Just like wordpress tracks daily views. I know you have a course on logging unique views but i am not sure how that can be implemented for daily, monthly and yearly

alex
alex
Moderator
Solution

Got it. I'll set this up specifically for models then.

I know you have a course on logging unique views but i am not sure how that can be implemented for daily, monthly and yearly

I was going to mention this! Redis would still be a good option here as it's much faster than adding everything to the database, but I'll see how nicely it all comes together and then decide.

I've added it to the backlog :)

henry75958
henry75958

Cheers Alex

alex
alex
Moderator

Happy to help!