Site times out from transient_keys and cache_keys
-
In my wp_options table, the values for “_pardot_transient_keys” and “_pardot_cache_keys” are 17MB and 10MB respectively.
I am seeing in our logs the updating of _pardot_transient_keys as a 17MB update command that is timing out our database and bringing our site down. What could be causing this? It’s sending an account field to 7, for 700,000 records. The command looks as follows:
UPDATE
wp_options
SET value = ‘…
account\”;i:699576;s:7:\”account\”;i:699577;s:7:\”account\”;i:699578;s:7:\”account\”;i:699579;s:7:\”account\”;i:699580;s:7:\”account\”;i:699581;s:7:\”account\”;i:699582;s:7:\”account\”;i:699583;s:7:\”account\”;i:699584;s:7:\”account\”;i:699585;s:7:\”account\”;i:699586;s:7:\”account\”;}’ WHEREoption_name
= ‘_pardot_cache_keys’ made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/rubicon/single.php’), get_footer, locate_template, load_template, require_once(‘/themes/rubicon/footer.php’), wp_footer, do_action(‘wp_footer’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, Pardot_Plugin->wp_footer, the_pardot_tracking_js, get_pardot_tracking_js, get_pardot_account, Pardot_Plugin::get_account, Pardot_Plugin::call_api, Pardot_Plugin::set_cache, Pardot_Plugin::save_cache_key, update_option, W3TC\DbCache_Wpdb->update, W3TC\DbCache_WpdbInjection_QueryCaching->update, W3TC\_CallUnderlying->update, W3TC\DbCache_Wpdb->update, W3TC\DbCache_WpdbInjection->update, W3TC\DbCache_Wpdb->default_update, W3TC\DbCache_Wpdb->query, W3TC\DbCache_WpdbInjection->query, W3TC\DbCache_Wpdb->default_query
- The topic ‘Site times out from transient_keys and cache_keys’ is closed to new replies.