Changes between Version 9 and Version 10 of Ticket #57271, comment 37
- Timestamp:
- 06/27/2023 12:20:16 AM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57271, comment 37
v9 v10 3 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. 4 4 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.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 requests. 6 6 7 7 My database stats are very moderate. Connection count never comes even close to the max (typically 2 simultaneous connections, 7 tops), about 600M of freeable memory available, CPU utilization is consistently under 15%, nothing in error logs, nothing gets logged into slow_log (> 2 sec).