Hi @beardev,
Thanks for reaching out! Let’s try to get this sorted out. Could you please let us know:
- Does that happen only when listing pages? Listing regular posts loads fine?
- Do you have plugin features enabled only for pages or also for posts?
- How many items does that screen show? 20 is WP default
- Has it always loaded so slow? If it hasn’t, could you tell whether this happen after any particular event, like after a plugin install or update?
Please let us know so we can assist you on this.
Hi,
Thank you for your questions.
We have Author enabled both for Posts and Pages
4 speed Tests:
- pages list with your plugins: 18 sec
- pages list – your plugins deactivated: 5 sec
- posts list with your plugins: 17 sec
- posts list – your plugins deactivated: 5 sec
We have 20 posts on page. Settings: https://clip2net.com/s/4j3errx
We have 40 posts on page. https://c2n.me/4j3etYC
Query monitor shows the following slow queries on pages list
https://c2n.me/4j3eyUk
Thank you!
Thanks for that @beardev. We are looking into it. We will get back to you as soon as possible.
Could you please try adding this snippet to your site, either to your functions.php file or there where you think best, and let us know whether it makes any difference:
add_filter( '_authorship/cache_delete/get_user_by', '__return_false' );
Please make sure to flush any cache you may have after adding the snippet.
Hi
We tried it
we implemented the code
flushed cloudflare cache
flushed redis cache
used the incognito mode to avoid browser cache
it seems doesn’t help. Same 16-20 seconds to open the list or do any actions (filter / search / ordering)
Do you have any extra advices?
We have the good technical team standing behind the project. we can bring more tech information to help you searching for solution. Just let me know what you need
\thank you!
Sorry about the late reply! And thanks for testing that.
Could you please try adding this snippet to your functions.php file (or there where you think best)?
remove_action( 'quick_edit_custom_box', 'authorship_post_quick_edit_add_fields', 10 );
This actually removes the ability to change post authors via the quick edit screen, but it should help loading the page faster and it is a workaround while we apply a fix.
Please let us know.