FPC crontab jobs

  • fpc_cache_clean_old - job responsible for leaning up(deleting) expired cache entries. Also if you are using file system for cache FPC will flush cache depending from configurations System > Full Page Cache > Settings > "Max. Cache Size (Mb)" and System > Full Page Cache > Settings > "Max. Number of Cache Files".
  • fpc_flush_cache - cron job, responsible for automatically flushing Full Page cache by defined schedule. Option is located in System > Full Page Cache > Settings > "Flush Cache Expr" and is empty(disabled) by default.
  • fpc_log_import, fpc_log_import_logged - by default crawled URLs are being aggregated in /var/log/fpc.log / /var/log/fpclogged.log file and than are imported into the database via cron job. You may disable this procedure by writing URLs directly into the database by setting "Add crawled ulrs directly in database" option in System > Full Page Cache > Crawler Settings / System > Full Page Cache > Crawler for logged user to "Yes".
  • fpc_log_aggregate - job which transfers log data in table m_fpc_log_aggregated in compact form.
  • fpc_crawler, fpc_crawlerlogged - job, responsible for extension automatically visiting all not cached pages defined at Crawler URLs / Crawler URLs for logged in users. Related configurations are located in System > Full Page Cache > Crawler Settings. There you can change crawler schedule or disable it, if needed. If feature disabled, extension will work as before, but without automatically caching not cached pages.
Full Page Cache