เครื่องมือวิเคราะห์ Cache-Control
เครื่องมือวิเคราะห์ Cache-Control
วิเคราะห์นโยบายแคช ขอบเขตที่สามารถแคชได้ และ TTL ความสดใหม่ รวมถึงสร้างส่วนหัวที่สามารถทำซ้ำได้ผ่าน Builder
สรุปการวิเคราะห์
Builder
public, max-age=600, stale-while-revalidate=30ตัวอย่าง JSON
{
"directives": [
{
"key": "public",
"value": null
},
{
"key": "max-age",
"value": "600"
},
{
"key": "stale-while-revalidate",
"value": "30"
}
],
"warnings": [],
"cacheability": "Shared caches allowed",
"freshnessSeconds": 600,
"staleWhileRevalidateSeconds": 30,
"staleIfErrorSeconds": null
}วิเคราะห์ Cache-Control ออนไลน์ เข้าใจคำสั่งแคชได้ทันทีโดยไม่ต้องจำ