warmGuestPayloadCache(); $durationMs = (microtime(true) - $startedAt) * 1000; $this->info(sprintf( 'Warmed guest homepage cache (%d sections) in %.2fms using store [%s].', count($payload), $durationMs, $homepage->guestPayloadCacheStoreName(), )); return self::SUCCESS; } }