• It takes about 10 seconds to load the page when editing the word press from the other day. It also takes about 10 seconds to save. If anyone has experienced anything similar to me or has solved the problem, please give me some advice.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey There
    Looks like your server has not assigned enough resources. A quick way to assign more memory to your WordPress.
    Add this line to your wp-config.php

    define( 'WP_MEMORY_LIMIT', '256M' );        // Frontend limit
    define( 'WP_MAX_MEMORY_LIMIT', '512M' ); // Admin / core updates limit

    And add this line to your php.ini

    memory_limit = 512M

    Let me know if this resolves the issue.

    Moderator threadi

    (@threadi)

    I would also recommend the following:

    You can also try reaching your with your Hosting Provider to check your Web Hosting Performance —

    Sometimes slows response time are due to server performance.

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

The topic ‘WordPress speed issue’ is closed to new replies.