[Wordpress] wp-supercache

Discussion in 'WordPress' started by Ruriko, Jun 4, 2008.

  1. #1
    I'm having problems with using wp-supercache. It doesn't seem to use the cached files whenever I refresh my page it just refreshes dynamically. In the stats it says I have 98 cached files but I don't see it being used... What is the problem?
     
    Ruriko, Jun 4, 2008 IP
  2. UseShots

    UseShots Peon

    Messages:
    244
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #2
    From WP-SuperCache docs:

    If you’re logged in or have left a comment you’ll never see a super-cached page.

    To determine if a page has been served out of the Super Cache, view the source and the last line on the page should read <!-- super cache --> or <!-- super cache gz -->.
     
    UseShots, Jun 4, 2008 IP
  3. Ruriko

    Ruriko Well-Known Member

    Messages:
    4,023
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    130
    #3
    <!-- Dynamic Page Served (once) in 0.302 seconds -->
    <!-- super cache -->

    I see it but it still generates dynamically
     
    Ruriko, Jun 4, 2008 IP
  4. UseShots

    UseShots Peon

    Messages:
    244
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #4
    How can you tell it is always generated dynamically? Maybe you only have some javascript element that is being updated every time you load the page?
     
    UseShots, Jun 4, 2008 IP
  5. Ruriko

    Ruriko Well-Known Member

    Messages:
    4,023
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    130
    #5
    I can tell by changing the colours in my css
     
    Ruriko, Jun 5, 2008 IP
  6. UseShots

    UseShots Peon

    Messages:
    244
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Is it standalone CSS file or inline styles?
    WP-SuperCache doesn't cache static files like styles.css. They are generally affected by your browser cache settings only.
     
    UseShots, Jun 5, 2008 IP