I have a fairly simple web application. I want to measure during any day or month the number of new free subscribers, how many payment registrations I have, how many paid updates, how many canceled, etc. This data will be presented on the administrator’s control panel for spark lines.
Typically, you offer:
a) Writing a script that, with each call, analyzes the raw data of the database and creates statistics for a period of time?
b) Performing a daily cron job to record, for example, the number of new registrations that day, and then using these simplified data to create light lines?
Thanks.
source share