Closed eliashaeussler closed 2 weeks ago
Totals | |
---|---|
Change from base Build 11503173647: | 0.4% |
Covered Lines: | 1097 |
Relevant Lines: | 1201 |
Code Climate has analyzed commit 5af38d7d and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 91.3% (0.3% change).
View more on Code Climate.
As far as I can see, it is not yet configurable in TYPO3 settings? Or is it via crawlerOptions
As far as I can see, it is not yet configurable in TYPO3 settings? Or is it via crawlerOptions
Yes, can be configured with crawlerOptions
, see https://docs.typo3.org/p/eliashaeussler/typo3-warming/main/en-us/Configuration/CrawlerConfiguration.html#confval-perform-subrequests.
This PR introduces a
SubRequestHandler
. It can be used in the default crawlers to perform cache warmup requests with the bootstrapped frontend application instead of sending real HTTP requests.