• Hi, all.

    Currently experiencing an issue with editing a members only page.

    We call it our information hub – where we store all important information/guidelines in the form of PDFs.

    The page has become slower & slower – until it has become totally un-editable.
    We can view the page from the front end, but we cannot access the back end.

    Would this be because our PHP Memory limit is low?

    Thanks,

    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes, that could be the reason.
    You can increase the memory through wp-config file as well e.g define(‘WP_MEMORY_LIMIT’, ’64M’);

    If that didnt work, you can try “query monitor” plugin to check the slow wp queries and possibly fix the issue.

    Thread Starter metropolisrob

    (@metropolisrob)

    Thanks for the response!

    My wp-config file currently reads;

    define('WP_MAX_MEMORY_LIMIT' , '512M' );
    define('WP_MEMORY_LIMIT', '64M');
    ini_set('post_max_size', '32M');
    ini_set('upload_max_filesize', '32M');
    define('WP_MEMORY_LIMIT', '256M' );

    does this seem correct?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page not working’ is closed to new replies.