How do I test if Staticache is working?

Hey folks,

I’ve implemented Staticache on my site, and I can see it’s generating cache in the appropriate folder (/site/cache/domain/pages/), and I’ve added the appropriate lines to my .htaccess file. But how do I know my server is actually serving up the cached version of the pages? Is there a test I can perform to confirm this? I don’t see anything in the documentation about testing.

Thanks,

Kev

it will append a comment like like <!-- static YYYY-MM-DDT01:02:03+00:00 --> at the end of the html.

Thank you. That’s exactly what I needed. :+1:t2: