visuellverstehen / t3fetch
Fetches a website (including all subpages), so the TYPO3 cache gets filled.
Installs: 14 685
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 6
Forks: 3
Open Issues: 2
Type:typo3-cms-extension
Requires
- php: ^7.1 || ^8.0
- typo3/cms-core: 10.0 - 12.4
README
t3fetch
Fetches a website (including all subpages), so the TYPO3 cache gets filled.
How to use
- Install TYPO3 extension via composer, TER or download and install manually.
- Call command
fetchWebsite:fetchAll
via CLI or add scheduler task (Execute console commands and then selectfetchWebsite:fetchAll
). - 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.