• Hello

    we use your pro version and standard version on our client’s site

    the site has 400’000 users

    When you open pages list (wp-admin/edit.php?post_type=page) it takes ages to load it. Even with quite powerful 8CPU server.

    Can you please check the pages list and queries that your plugin does on such view ? may be it is possible to avoid queries that communicate with user list?

    much appreciated!

    Thank you

    • This topic was modified 1 year, 3 months ago by beardev.
    • This topic was modified 1 year, 3 months ago by beardev.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Molongui

    (@molongui)

    Hi @beardev,

    Thanks for reaching out! Let’s try to get this sorted out. Could you please let us know:

    1. Does that happen only when listing pages? Listing regular posts loads fine?
    2. Do you have plugin features enabled only for pages or also for posts?
    3. How many items does that screen show? 20 is WP default
    4. 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.

    Thread Starter beardev

    (@beardev)

    Hi,

    Thank you for your questions.

    We have Author enabled both for Posts and Pages

    4 speed Tests:

    1. pages list with your plugins: 18 sec
    2. pages list – your plugins deactivated: 5 sec
    3. posts list with your plugins: 17 sec
    4. 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!

    Plugin Author Molongui

    (@molongui)

    Thanks for that @beardev. We are looking into it. We will get back to you as soon as possible.

    Plugin Author Molongui

    (@molongui)

    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.

    Thread Starter beardev

    (@beardev)

    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!

    Plugin Author Molongui

    (@molongui)

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘slow list pages’ is closed to new replies.