Force TYPO3 to cache non-cached pages

227 views Asked by At

I am facing a TYPO3 performance problem. When I clear the cache of my website, the website waits for a user to visit pages again to cache the website. This seems to be a time consuming task and obviously this affects the performance.

So I would like to create a new extension or scheduler task which will check on a regular interval for pages which are not cached, and I want to force the pages to get cached. So my question is: how is this possible?

1

There are 1 answers

3
Viktor Livakivskyi On

There is an EXT:crawler, which allow you to index your website, including custom URLs with extnesion's parameters.

Current TER version is not compatible with TYPO3 6.2 yet, but latest git version is, so you can take it.