How to speed up the updating of the database, reports
To speed up the statistic update, you need to change the crones’ configuration file staff/data/etc/cron.d/crontab.
install */1 (one per minute) for the following processes:
– serveDeltaLogs.php
– wcDevicesStats.php
Now is:
– serveDeltaLogs.php –*/5 (once in 5 min)
– wcDevicesStats.php –*/15 (once in 15 min)