Parser Cache-Control
Analisis Cache-Control
Analisis kebijakan cache, cakupan yang dapat di-cache, dan TTL kesegaran. Hasilkan header yang dapat direproduksi melalui Builder.
Ringkasan Analisis
Builder
public, max-age=600, stale-while-revalidate=30Pratinjau 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
}Pahami Cache-Control online, tidak perlu membaca instruksi cache secara manual.