Viewing 10 replies - 16 through 25 (of 25 total)
  • @phoenixheart: good to hear that. BTW, which version of PHP you were using on DreamHost? I suspect that your problem may be related to PHP4.

    @dbasulto: do you run Apache on Windows or Linux/Unix? I had some Apache crashes on my dev machine (Windows XP Pro SP3), but I have not investigated this deeper.

    Thread Starter Ovidiu

    (@ovidiu)

    my pages are all showing this in the source:

    <!-- Generated in 1.445 seconds. Made 71 queries to database and -1 cached queries. Memory used - 36.51MB -->
    <!-- Cached by DB Cache Reloaded -->

    in the admin dashboard I see: `DB Cache Reloaded Error: wpdb class is redefined, plugin cannot work!
    Previous definition is at /var/www/clients/client1/web7/web/wp-includes/wp-db.php:53.andDB Cache Reloaded Error: DB Module (wpdb class) is not loaded. Please open the Options Page, disable caching (remember to save options) and enable it again. If this will not help, please check FAQ how to do manual upgrade.`

    following that advice doesn’t help…

    then I remembered the incompatibility with wp-tuner, disabled taht one e voila: `<!– Generated in 1.386 seconds. Made 5 queries to database and 66 cached queries. Memory used – 35.46MB –>
    <!– Cached by DB Cache Reloaded –>
    `

    but now that wp-tuenr doesn’t work, how do I check the speed improvement? is hte figure reported by DB cache reloaded: 1.386 seconds without the caching or with the caching?

    @ovidiu: you can compare numbers displayed in these footer comments with caching enabled and disabled. You posted two such numbers: 1.445 sec without caching (when you had WP Tuner enabled), and 1.386 sec with caching (when you disabled WP Tuner). So there is small improvement, but numbers are still high. Please check if you have some plugin which is written in really inefficient way (try disabling all plugins one by one, or install fresh WP copy on subdomain), or your server is overloaded. You can use DB Cache Reloaded plugin to check page loading time.

    Thread Starter Ovidiu

    (@ovidiu)

    here are some examples with caching:

    <!– Generated in 1.488 seconds. Made 5 queries to database and 66 cached queries. Memory used – 35.46MB –>
    <!– Generated in 1.995 seconds. Made 5 queries to database and 66 cached queries. Memory used – 35.46MB –>
    <!– Generated in 1.295 seconds. Made 5 queries to database and 66 cached queries. Memory used – 35.46MB –>
    <!– Generated in 1.453 seconds. Made 5 queries to database and 66 cached queries. Memory used – 35.46MB –>
    <!– Generated in 1.539 seconds. Made 5 queries to database and 66 cached queries. Memory used – 35.46MB –>

    and some without caching:
    <!– Generated in 2.380 seconds. Made 71 queries to database and 0 cached queries. Memory used – 35.34MB –>
    <!– Generated in 1.608 seconds. Made 71 queries to database and 0 cached queries. Memory used – 35.34MB –>
    <!– Generated in 1.807 seconds. Made 71 queries to database and 0 cached queries. Memory used – 35.34MB –>

    looks pretty random to me. maybe its not the DB calls slowing down the page?

    btw. can you also contribute to this thread, maybe? http://wordpress.org/support/topic/320578?replies=3

    In case of such variation of results you need to calculate average. In this case average time for caching enabled is 1.55 sec, and for caching disabled is 1.93 sec.

    Also please take a look on this thread.

    sirzooro, I’ve been using DB Cache Reloaded for several weeks without a problem. It’s been great.
    Then all of a sudden this morning I found my blog had gone to a blank white page. The admin section was unaffected so I tried disabling DB Cache Reloaded and the site returned. I had not added/updated any plugins or edited the theme.
    So, I’m puzzled as to why this is happening. I tried clearing the cache but that didn’t help. Now, whenever I enable DB my blog goes blank and whenever I disable it the site loads correctly.

    Any thoughts on what I can do about this?

    @sirzooro,

    Apache, on CentOS.

    I installed WP Tuner this afternoon, working fine. Then I installed DB Cache Reloaded. It gives the error noted at the start of this thread. Tried de/re activating. Disabled WP Tuner, the cache works. Reenable WP Tuner and it refuses to start.

    oooof, my blog stopped working. I posted a topic about it.

    I have removed the plugin, which removed the error mesage, but now everything is all white.

    I saw in other thread that you was able to remove plugin successfully.

    As I wrote, I plan to add WPMU support in next version.

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘[Plugin: DB Cache Reloaded] getting a fatal error’ is closed to new replies.