Skip to content

Files

Latest commit

 

History

History
12 lines (7 loc) · 528 Bytes

WordPress.WP.CronInterval.md

File metadata and controls

12 lines (7 loc) · 528 Bytes

Pattern: Frequent cron schedule

Issue: -

Description

Overly frequent cron events (anything less than 15 minutes) can significantly impact the performance of the site, as can cron events that are expensive.

Further Reading