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?
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 -->.
<!-- Dynamic Page Served (once) in 0.302 seconds --> <!-- super cache --> I see it but it still generates dynamically
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?
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.