Caution with 4.0 update: Causes server errors
-
We upgraded to 4.0 from 3.9 yesterday evening.
All of this morning we’ve been having server issues, taking our back end down, so we can’t edit posts. Serving of the site to readers has also occurred. Not good obviously.
Our server guys have looked at it and identified Yoast SEO as the issue.
They tell me, “I’m seeing a lot of 504/502s being initiated from an admin-ajax.php process.
“It’s running the heartbeat call and the ‘wpseo_filter_shortcodes_nonce’ call multiple times in a single instance. ”
The evidence they presented is below.
Can you take an urgent look at this please. I know 4.0 has great features, but they’re not of use if it’s taking our server down.
Thanks in advance for your help
_From server
The problem is the WordPress SEO plugin:$ tail -f wp-content/__wpe_admin_ajax.log | grep “\[action\]”
[action] => heartbeat
[action] => heartbeat
[action] => heartbeat
[action] => heartbeat
[action] => heartbeat
[action] => heartbeat
[action] => wpseo_filter_shortcodes
[action] => wpseo_filter_shortcodes
[action] => wpseo_filter_shortcodes
[action] => wpseo_filter_shortcodes$ ack-grep heartbeat
css/dist/yoast-components-400-rtl.css
608:@keyframes heartbeat {
625: animation: heartbeat 1.15s infinite;$ ack-grep wpseo_filter_shortcodes
admin/ajax/class-shortcode-filter.php
17: add_action( ‘wp_ajax_wpseo_filter_shortcodes’, array( $this, ‘do_filter’ ) );admin/metabox/class-metabox.php
283: ‘wpseo_filter_shortcodes_nonce’ => wp_create_nonce( ‘wpseo-filter-shortcodes’ ),
The topic ‘Caution with 4.0 update: Causes server errors’ is closed to new replies.