https://github.com/visuellverstehen/t3fetch
Fetches a website (including all subpages), so the TYPO3 cache gets filled.
https://github.com/visuellverstehen/t3fetch
cache crawler fetch typo3 typo3-extension
Last synced: 11 months ago
JSON representation
Fetches a website (including all subpages), so the TYPO3 cache gets filled.
- Host: GitHub
- URL: https://github.com/visuellverstehen/t3fetch
- Owner: visuellverstehen
- License: mit
- Created: 2018-05-28T21:37:45.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T12:50:56.000Z (over 1 year ago)
- Last Synced: 2025-03-24T05:51:59.947Z (about 1 year ago)
- Topics: cache, crawler, fetch, typo3, typo3-extension
- Language: PHP
- Size: 54.7 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/visuellverstehen/t3fetch/actions)
[](https://packagist.org/packages/visuellverstehen/t3fetch)
# t3fetch
Fetches a website (including all subpages), so the TYPO3 cache gets filled.
## How to use
1. Install TYPO3 extension via [composer](https://packagist.org/packages/visuellverstehen/t3fetch), [TER](https://extensions.typo3.org/extension/t3fetch/) 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.