An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Actions](https://github.com/visuellverstehen/t3fetch/workflows/TER/badge.svg)](https://github.com/visuellverstehen/t3fetch/actions)
[![Downloads](https://img.shields.io/packagist/dt/visuellverstehen/t3fetch.svg)](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.