maintenance/listTaskCounts.php, SpecialNewcomerTasksInfo.php and SuggestionsInfo.php do similar things but are not wired together.
We should rework listTaskCounts.php to use SuggestionsInfo.php and move a caching function into that class as well. Then listTaskCounts.php, which already runs as an hourly cron process, could also populate the cache for Special:NewcomerTasksInfo (see https://phabricator.wikimedia.org/T282985#7195032 for discussion)