X-Fstrz HTTP header
Introduction
The header X-Fstrz is added by Fasterize to HTTP responses. It indicates what the optimization engine has done (or not done) for a given request. This header contains a series of flags separated by commas.
Here is the complete list of these flags and their meanings.
List of possible header values X-Fstrz
p: proxified request/responsew,p: optimization in progressf,p: front/forward, proxyZ,p: page cannot be optimized (will never be optimized, 404, 301, 302, POST, etc.). The reason is given by another flag:m: method (HEAD, PROPFIND, OPTIONS, PUT, DELETE, etc.)ecc: exclusion via client configurationEEC: exclusion via engine configurationstc: status code of origin different from 200ab: exclusion by A/B testingzc: empty content
When no additional flags are present, optimizations are simply disabled.
h: content that is not HTML (JSON sent with a content-type text/html, for example)o: optimized!o: not optimizedchidden!c: not hiddeno,c: optimized, hiddenw,c: response being optimized but served cacheddc,o: optimized, dynamic cache (internal engine operation)sc: the page is hidden via SmartCache (Cache + Ajax)clc: the page is hidden via the Cookie Less Cachepl: preload links have been inserteded: engine disabledv: virtual object (result of concatenation or outlining)vf: reconstructed virtual objectt: timeout, optimization took too long, the returned page is not optimizedtb: too big, the resource is too large to be optimizede: error, optimization failed, the returned page is not optimizedb: blocked, the IP address is blockedP.S.: persistent storagepp: partial pagepc: probabilistic cancelthat: canceledwr: waiting roomuc: User Canceled, the request was canceled by the usercbo: Circuit Breaker Open, the object is not optimized due to the temporary unavailability of an engine component.ccb: Cache CallBack, the object is served by the proxy from the cache (in the case of an object that has not yet been included in an A/B test)of: Overflow, indicates that the overflow system is in place. The following flags specify the result:!id: no ID presentexp: the session has expired!conf: no configuration found!en: not enabledwenhas been activatedat: enabledsay: disallow, the user was redirected to the waiting page
rHTTP redirection made by Fasterize
X-Unique-Id
The header X-Unique-Id corresponds to the unique request identifier.
💡 Please provide this value to support in case of a problem to facilitate analysis.
.png)