There is an option to warmup cache in System->Maintanance->Warmup cache . I have to warmup cache weekly in my contao site. So that I am thinking to write a scheduler task . I know there is an option for implementing scheduler task
$GLOBALS['TL_CRON']
What will be the risks for implementing this ? Any security risk behind this cache warmup in scheduler ?
In brief :- I need a scheduler for page cache warmup.
- Disabled pages should not be included
- Hidden pages should also be warmed up