Memory size exhausted after updating to 14.9
-
Hello,
after updating the plugin to version 14.9 whenever I try to reach to the posts list (back-end) of a custom post type which makes intensive use of custom fields (ACF Pro) I get:
“Fatal error: Allowed memory size exhausted in /public_html/wp-includes/wp-db.php”
This issue is not present on Yoast SEO 14.8.1, please see the comparison image: https://ibb.co/hLYwfJg
ENVIRONMENT:
PHP version: 7.4.8
Allocated memory: 256MI tried to debug a bit on localhost by:
- increasing PHP memory limit to 2048M in .htaccess
php_value memory_limit 2048M // minimum required to get the custom posts list to show
- deactivating all plugins except:
- ACF Pro 5.9.0
- Yoast SEO 14.9
- Query Monitor 3.6.4
This changes allowed me to get the custom posts list to show back again on backend (https://localhost/site/wp-admin/edit.php?post_type=map) without getting the ‘memory size exhausted’ error. I could then run Query Monitor which showed a huge increase in database query time with Yoast SEO 14.9 (see: https://ibb.co/hLYwfJg).
Are you already addressing this issue?
Thanks in advanced,
Dan - increasing PHP memory limit to 2048M in .htaccess
- The topic ‘Memory size exhausted after updating to 14.9’ is closed to new replies.