Viewing 3 replies - 1 through 3 (of 3 total)
  • I have almost the same issue. But it’s not crashing my server it just takes 5-6 minutes to load that page and in the meantime the page seems frozen.

    Plugin Contributor Sanjay Dabhoya

    (@sanjaydabhoya)

    Hi WPChina,
    Sorry for the inconvenience caused to you.
    Please add below code in wp-config.phpo file
    define( ‘WP_MAX_MEMORY_LIMIT’ , ‘512M’ );

    if require increase memory limit in statement.

    Thank you!

    Thread Starter WPChina

    (@wordpresschina)

    Thank you, my server is allocating much more than 512M to the site in memory and CPU is also very high, so I’m not sure adding more RAM and CPU will support the fix. Maybe a query needs to be optimized?

    It’s ok for now because we just ignore that tab on the admin area, so we do not load that page 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin page crashes server’ is closed to new replies.