Support » Fixing WordPress » Slow Loading – Is There a Fix For 2.7 ?

  • I’ve seen a number of posts across the forum relating to the slow load speeds for WordPress 2.7. What steps should we take to correct this? I’ve tried to
    1. Enable cache in the wp-config.php file
    2. Optimize tables with overhead in database.

    I am not sure what else to try. Are their known issues that are being worked on by the developers or are their other things I caould try. I experience slow load times on both pages and in Dashboard. What are some other optimization tips?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Fix slow load i found:
    Find in wp-includes/http.php

    function request( $url, $args = array() ) {
    global $wp_version;

    add:

    function request( $url, $args = array() ) {
    return;
    global $wp_version;

    Thread Starter mbrown58

    (@mbrown58)

    Tried this and it did not seem to make a difference.

    Same problem here…
    Did also try this fix with no luck.

    Any break-throughs in this matter?

    Tried the same thing and did not help. Mine started when I uploaded to 2.8 and then I uploaded to 2.9 hoping that was the fix and it wasn’t.

    Louis

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slow Loading – Is There a Fix For 2.7 ?’ is closed to new replies.