After installing Dolphin the following setting should be changed from the default installation.Â
The default cron timing should be something like
Code
*/15 * * * *
Instead of
Code
* * * * *
Because running the cron every minute will cause high resource usage on server since Dolphin is a heavy script. And most end users will leave the cron setting to the default one.