Verify static serving
Confirm anonymous visitors receive static HTML — private window required.
Placeholder embed
Replace videoId and poster when the recording is published.
Production script: docs/tivlo-ssg-video-scripts/02-verify-static-serving.md.
If you only remember one thing from Academy: do not test next to the admin bar. Logged-in editors skip static serving by default. The private window is the visitor.
What this video covers
- Why a logged-in admin session never shows
X-Tivlo-Static: hitby default - Checking response headers in DevTools (the HTML document, not an image)
- Mapping
/about/towp-content/tivlo-static/about/index.html
Key takeaways
The header is the reliable test. A missing header usually means still logged in, serving off, or the file is not generated yet. DevTools → Network → the first row that looks like the page URL → Response Headers.
Related reading
How is this guide?