How to read the results

The metadata tracer shows metadata applied to a URL of the current property version active either on staging or production. The tags of applied behaviors and criteria are highlighted in yellow. If a tag is not highlighted, it means that the behavior or criteria was not applied.

In the Stages section, you can see ✔︎ and ✘. ✔︎ means that the tag was successfully applied and executed in the metadata stage. ✘ means that the tag was successfully applied but failed to execute in the metadata stage, this scenario is very rare.

Stage numberMetadata stage
0client-request
1client-request-body
2ipa-response
3cache-hit
4forward-start
5forward-request
6forward-response
7client-response
8client-done
9content-policy
10forward-insufficient-response

To learn more about stages themselves, check metadataStage.

Example 1

A user has set up the caching latest behavior for their property in Property Manager. This fragment of the results shows how it was applied to their property.

Example 1

The settings that got successfully applied and executed are highlighted in yellow:

  • cache max-age, cache honor-expires, cache header-update.allow, cache must-revalidate, and assign variable on the 0 stage (client-request).
  • cache no-store and cache bypass on the 0 (client-request), 5 (forward-request), and 6 (forward-response).

Example 2

A user has set up the edgeSideIncludes latest behavior for their property in Property Manager. This fragment of the results shows how it was applied to their property.

Example 2

Because none of the settings are highlighted, it means the behavior was not applied to the property and it needs to be reconfigured in Property Manager.