Changes between Version 8 and Version 9 of Ticket #57271, comment 37
- Timestamp:
- 06/27/2023 12:19:34 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57271, comment 37
v8 v9 1 For what it's worth, I'm experiencing the same issue. I tried switching to executing the cron jobs through the system cron every 5 minutes and setting {{{define( 'DISABLE_WP_CRON', true );}}} in {{{wp-config.php}}}. It didn't seem to do anything noticeable to the issue. 1 For what it's worth, I'm experiencing the same issue. 2 3 I tried switching to executing the cron jobs through the system cron every 5 minutes and setting {{{define( 'DISABLE_WP_CRON', true );}}} in {{{wp-config.php}}}. It didn't seem to do anything noticeable to the issue. 2 4 3 5 My site isn't "high traffic" and it's exclusively static page content. My db is on AWS Aurora (MySQL 5.7, db.medium) and I cache (page, object, database, fragment, browser) with W3 total Cache to minimize db traffic.