Support » Fixing WordPress » WP Super Cache – How do I know it’s working?

  • Resolved rdsr

    (@rdsr)


    sorry, how do i go about checking to see if its working? I’m interested in testing to see if it worked on my site. Thank you.

Viewing 15 replies - 1 through 15 (of 17 total)
  • Look at the source of your site. An uncached page will be “dynamically created” and a cached page “served by supercache”. This is at the bottom of the source.

    Thread Starter rdsr

    (@rdsr)

    i see this at the bottom:
    <!– Page not cached by WP Super Cache. No closing HTML tag. Check your theme. –>

    going to google it and check back here periodically..

    Thread Starter rdsr

    (@rdsr)

    anyone know what this msg means and how to properly fix it? thank you =)

    Never saw that message. Hopefully Doncha will be reading along soon.

    rsdr – make sure your theme has a closing html tag. That’s how to fix it. If it does have such a tag, is there a plugin that stops that appearing?

    Thread Starter rdsr

    (@rdsr)

    My plugins are:
    NextGEN Gallery 0.99.1
    nextGEN_ajax 0.1
    Shutter Reloaded 2.1
    Sociable 2.9.5
    TinyMCE Advanced 3.1
    WP-Polls 2.31
    WP-Polls Widget 2.31
    WP Super Cache 0.8.4

    Where would I dump a </html> tag in? which file? hehe sorry if this is bothersum! 🙂

    I have a problem with the plugin as well. I installed it in many places and worked perfectly, but on one account i can not make use of it. I get no errors but no page is cached… or at most 1 page a day… that’s strange considering i get 200+ visitors daily.

    I see in the footer of the source:

    <!– Dynamic Page Served (once) in 0.748 seconds –>

    That’s all i see and it never changes. Any way to fix that? Thx.

    Thread Starter rdsr

    (@rdsr)

    Hey all, just wanted to update you with my solution.

    In my header.php I had put some HTML info for putting my menu image along with hotspots yadda yadda…

    I never closed the html tage because the html tag was just <html> it had more info, so i tossed a </html> at the bottom of my Header.php. and presto!

    Now I get the proper message:

    <!– Dynamic Page Served (once) in 0.427 seconds –>
    <!– Cached page served by WP-Super-Cache –>

    🙂

    So i guess its working now? woot!

    The </html> should go in footer.php really, because your page won’t be a valid html page without it, but if you’re not worried about that, don’t sweat it!

    @donnche

    I think I have a related problem. I don’t know if the plugin is loading the cached pages or not.

    The cached files are being created in the cache folder, but at the bottom of every page, this is what it says:

    <!-- Dynamic Page Served (once) in 0.236 seconds -->
    <!-- Cached page generated by WP-Super-Cache on 2008-12-22 16:43:20 -->
    <!-- Compression = gzip -->

    I can never get it to say this line:

    <!-- Cached page served by WP-Super-Cache -->

    There’s no errors in the PHP or Apache log files and full error reporting is turned on; still nothing. I’m not logged in. I don’t know what else to do.

    First off, thanks Donncha for creating and supporting this plug in! I appreciate it.

    Plixer, I get the same error as you. I’ve tried logging off, using a different browser, but no dice. I am also seeing that it’s generating the HTML pages, just not serving them.

    I’m using WP 2.7 and WP 2.5 (2 different blogs) on Lunarpages.
    I appreciate any ideas on what could be happening, as I’m getting the dreaded “exceeded CPU” warning.

    I have the same thing as plixer. What does that mean? Good for cachin or not good? I’m getting confused as another blog I have just shows <!– Dynamic Page Served (once) in 0.xxx seconds –> and this blog is on the same site. Not sure what to make of that. Donncha you have any ideas?

    Through testing, I discovered that version .86 wouldn’t serve cached pages. Try going back to .85 and see if they serve again.

    Naeem

    (@mnaeemsattar)

    Hi all, I read this and related forums, but couldn’t solve the same issue with my blog at: http://www.buy92.com/faqr

    Site is down, every page i try to open in browser shows blank white page, and in page source only this message:

    <!– Page not cached by WP Super Cache. No closing HTML tag. Check your theme. –>

    Please help anyone! Thanks in advance

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘WP Super Cache – How do I know it’s working?’ is closed to new replies.