-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: New Post and Edit Post - categories and tags in sidebar take 30s+ to appear with EP enabled #3792
Comments
@neilb400 we'll need you to share your Status Report so we know at least which plugins and features you are using. Thanks |
@felipeelia Thank you for replying. Sure, here you go: ElasticPress.ioWordPressWordPress Environmentwp_version: 6.3.2 Server Environmentphp_version: 8.1.18 Indexable Content[...] ElasticPressSettingshost: [...]clients.hosted-elasticpress.io Timeoutsrequest_timeout: 5 Elasticsearch Indices[...]health: green Last Sync2023/12/13 7:21:39 pmmethod: WP Dashboard Feature SettingsPost Searchactive: true # Defined sets ( equivalent synonyms). weighting: array ( 'post' => array ( 'post_title' => array ( 'weight' => 20, 'enabled' => true, ), 'post_content' => array ( 'weight' => 5, 'enabled' => true, ), 'post_excerpt' => array ( 'weight' => 1, 'enabled' => true, ), 'author_name' => array ( 'enabled' => true, 'weight' => 1, ), 'terms.post_tag.name' => array ( 'weight' => 1, 'enabled' => true, ), 'terms.category.name' => array ( 'weight' => 1, 'enabled' => true, ), ), 'page' => array ( 'post_title' => array ( 'weight' => 20, 'enabled' => true, ), 'post_content' => array ( 'weight' => 5, 'enabled' => true, ), 'post_excerpt' => array ( 'weight' => 1, 'enabled' => true, ), 'author_name' => array ( 'enabled' => true, 'weight' => 1, ), ), ) |
Hi @neilb400, thank you very much for sharing the report. I see you are an ElasticPress.io customer, is that right? If so, can you please open a ticket through your account's page on the elasticpress.io website? Through that we can fast-track your issue and also check our logs for queries. Thanks! |
This was fixed in 5.0.2 via #3809. |
Describe the bug
Since the update to 5.0.x, whenever the ElasticPress plugin is enabled, when creating a new post or editing an existing one, the categories and tags sections in the right-hand sidebar take over 30 seconds to appear. The rest of the page does not render properly (e.g. SEO fields) until these have loaded.
Developer Tools in the browser shows that the relevant queries are taking 15-20s to be proceesed.
If the plugin is disabled, these boxes appear in the usual less than 1s.
The same combination of plugins was in use before the update of EP, so we are wondering what might be new that would impact on performance specifically in that area.
Steps to Reproduce
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress and ElasticPress information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: