• Rapforthemoment

    (@rapforthemoment)


    Hey guys. My wordpress site runs at a pretty great speed, with an average page load time of 1.4-2 seconds. Although, my wordpress editors dashboard is running EXTREMELY slow. It takes forever just to do one thing. What could this problem be?

    If it it matters, my website is https://www.rapforthemoment.com

    Thank you in advance for any help you can submit.

Viewing 11 replies - 1 through 11 (of 11 total)
  • WPyogi

    (@wpyogi)

    Thread Starter Rapforthemoment

    (@rapforthemoment)

    He only fixed my website speed, but not my dashboard speed. Thank you for commenting. I really need my dashboard sped up!

    MarkRH

    (@markrh)

    Might try going into the Dashboard Screen options and unchecking everything, especially WordPress News and such. One of those things could be slowing things down.

    Thread Starter Rapforthemoment

    (@rapforthemoment)

    Let me check and see what that does. Might do something but it could’t be that extensive, right?

    Thread Starter Rapforthemoment

    (@rapforthemoment)

    I don’t think that helped, but it was a good idea. I am downloading P3 to check all my plugins for slowness, but if my site is fast, I don’t understand how my WP admin panel is slow.

    Thread Starter Rapforthemoment

    (@rapforthemoment)

    Maybe this could be an answer?

    “bumping the aforementioned memory line in the wp-config.php file to 1024 MB. Did so and OMG – lightning fast admin panel.”

    https://www.ads-software.com/support/topic/wordpress-admin-suddenly-impossibly-slow?replies=21

    MarkRH

    (@markrh)

    Well, perhaps. You can add the following code in your theme’s functions.php file:

    ######################################
    function memory_stats()
    { // BEGIN function memory_stats
          echo '<p style="clear: both;">Memory used: '. number_format(memory_get_usage(true)). ' bytes.<br />';
          echo 'Peak Memory used: '. number_format(memory_get_peak_usage(true)).' bytes.</p>';
    } // END function memory_stats
    
    add_action('in_admin_footer', 'memory_stats');

    That will tell how much memory your Admin panel is using.

    Thread Starter Rapforthemoment

    (@rapforthemoment)

    How will i be able to see how much memory my admin panel is using after placing that code?

    MarkRH

    (@markrh)

    Just do anything in the admin area… it will be at the bottom of all pages in the admin area.

    It should be just above “Thank you for creating with WordPress”.

    Thread Starter Rapforthemoment

    (@rapforthemoment)

    That code didn’t do much, I pasted it in the file at the top, and then went to my admin panel and it just showed me the code I pasted in there at the top.

    Thread Starter Rapforthemoment

    (@rapforthemoment)

    Recent Alert from GoDaddy, my host, posted on their site:

    Web Hosting March 16, 2015 at 8:13 PM
    We are aware of an issue with databases timeouts and intermittent 503 errors in our cPanel Hosting. We are working to get this resolved as quickly as possible.

    Could this be my problem?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Website is fast but WP dashboard is slow’ is closed to new replies.