• Resolved Adam_maher

    (@adam_maher)


    Hi there,

    I just installed wordpress 3.4.1 on my domain manually using the instructions provided by wordpress. and Wow. i cant load anything at all 60% of the time without having to refresh 4-5 times on the dot. Even if i wait 2-3 mins the damn thing STILL doesnt load. Never had this problem when i was using wordpress about a year back. Please help me, i can’t even use it, its really unusable, i cant make pages, posts, or anything…

Viewing 5 replies - 16 through 20 (of 20 total)
  • Try a different browser.

    Thread Starter Adam_maher

    (@adam_maher)

    @fonglh

    Doesnt work.

    Thread Starter Adam_maher

    (@adam_maher)

    Okay, i figured i’d have to solve the problem myself, and, fingers crossed, i think ive found the solution.

    Basically, guys, i want you to try this, if you’re having the same problem – just log into your website, the home directory. (if you’re using cpanel, just click on File Manager, then Home Directory) and you should see a file somewhere called php.ini. Open that up, and edit the memory_limit to 256M (the default is 64M) and that’s it!!! See if that works, guys…and let me know if it does please 😀

    Not to upset anyone but what worked in my case was doing a manual upgrade following the official WP manual upgrade instructions.

    I too had this problem, WordPress was just running slow, mainly the admin panel. I have this setting in wp-config.php, I put it in a year ago for a out of memory problem.

    define('WP_MEMORY_LIMIT', '64M');

    When I changed it to

    define('WP_MEMORY_LIMIT', '256M');

    things got better 😉

Viewing 5 replies - 16 through 20 (of 20 total)

The topic ‘WordPress 3.4.1 dashboard….SO SLOW?!’ is closed to new replies.