• Resolved hyshka

    (@hyshka)


    Hello,

    I have activated the plugin a website of mine. After enabling the settings with no errors, I cannot tell if the plugin is doing it’s job.

    The ‘Load stats template’ does not show up in my footer even with ‘define( ‘DBCR_DEBUG’, false );’ set to true in ‘db-cache-reloaded.php’.

    I then added ‘<?php wp_loginout(); ?>’ to my footer template, but no matter how many times I refresh the page – or try other pages – it still tells me there is queries being made.

    I can see that the cache folder in the plugin directory is quite populated, but it seems like the plugin is not doing its job.

    I would appreciate any insight on this issue,
    Thanks.

    http://wordpress.org/extend/plugins/db-cache-reloaded-fix/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ivan Kristianto

    (@ivankristianto)

    hi Hyshka please make sure you have wp_footer() in your themes footer.php
    and please see my blog at http://www.ivankristianto.com and see the page source at the end/footer. there is and end line like this:
    <!– Generated in 1.554 seconds. Made 5 queries to database and 44 cached queries. Memory used – 34.15MB –>
    <!– Cached by DB Cache Reloaded Fix –>

    Hope that helps.
    Thanks
    Ivan

    Thread Starter hyshka

    (@hyshka)

    Thanks for the quick reply, Ivan. I appreciate it.

    My issue was I was just using Firebug to inspect the page, and it doesn’t show comments which I had overlooked.

    When I view the actual page source I can see the DB Cache doing its job.

    Thanks,
    Bryan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not enabling?’ is closed to new replies.