metadata_caching
Version: v2025-01-13 | Includes use: Yes |
---|
Behavior name: Metadata Caching
This behavior reduces time spent waiting for the initial response, also known as time to first byte, during peak traffic events. Contact Akamai Professional Services for help configuring it.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "metadata_caching" {
rules_v2025_02_18 {
name = "Metadata Caching"
comments = "Reduces time spent waiting for an initial response."
behavior {
metadata_caching {
enabled = false
}
}
}
}
"behaviors": [
{
"name": "metadataCaching",
"options": {
"enabled": false
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables metadata caching.
|
Updated 1 day ago