Fetches a website (including all subpages), so the TYPO3 cache gets filled.

Maintainers

Package info

github.com/visuellverstehen/t3fetch

Type:typo3-cms-extension

pkg:composer/visuellverstehen/t3fetch

Statistics

Installs: 18 480

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 3

1.6.0 2025-04-30 08:45 UTC

This package is auto-updated.

Last update: 2026-03-05 09:01:18 UTC


README

Actions Downloads

t3fetch

Fetches a website (including all subpages), so the TYPO3 cache gets filled.

How to use

  1. Install TYPO3 extension via composer, TER or download and install manually.
  2. Call command fetchWebsite:fetchAll via CLI or add scheduler task (Execute console commands and then select fetchWebsite:fetchAll).
  3. If you like to limit the wget request, add an optional --limit option and set it to the desired limit. By default the limit set to 1 MB/s

Requirements

  • Wget needs to be installed.