Crawler configuration

The following configuration applies only to the default crawlers shipped by this extension.

Both default crawlers utilize the same crawler options that are described in the option reference of the underlying eliashaeussler/cache-warmup library.

In addition, the following crawler options are available:

perform_subrequests

perform_subrequests
Type
boolean
Default
0

Enable sub request handler for cache warmup requests. This will significantly increase performance of the whole cache warmup progress, since no HTTP requests will be performed anymore. Instead, the bootstrapped frontend application is re-used for each cache warmup request.