• Hello! After I updated WP to version 6.8, the time it takes to edit a post or entry has increased dramatically. I open the entry, make changes, and when I click Update, the entry takes a very long time to update. What could be the reason?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @max12121

    Thanks for reaching out! I know it’s painful when you upgrade your WordPress version and this breaks your website or create issues like slowdown your website.

    Add the following lines of code:

    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, true );
    define( ‘WP_DEBUG_DISPLAY’, false );

    After enabling this, you will able to identify potential plugins or theme conflicts with WP version 6.8, if you share the error code, then we can specifically guide you, how to fix the issue.

    Best regards
    Muhibul

    Moderator t-p

    (@t-p)

    WordPress documentation has some general recommendations for you at https://ww.wp.xz.cn/support/article/optimization/

    Also, if site has lots of images, try reviewing https://kinsta.com/blog/optimize-images-for-web/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Long time editing post’ is closed to new replies.