info('Collecting site stats...'); GrabStat::insertTopGrabbers(); $this->info('Top grabbers collected.'); DownloadStat::insertTopDownloads(); $this->info('Top downloads collected.'); ReleaseStat::insertRecentlyAdded(); $this->info('Recently added releases collected.'); SignupStat::insertUsersByMonth(); $this->info('New users by month collected.'); RoleStat::insertUsersByRole(); $this->info('Users by role collected.'); UserActivityStat::collectHourlyStats(); $this->info('User activity hourly stats collected.'); UserActivityStat::collectDailyStats(); $this->info('User activity daily stats collected.'); $this->info('Site stats collected.'); } }