Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
9.8. Site protection cache
Period of data storage in the cache — 24 hours.
In the "Cache" section you can configure caching of server responses:
Caching of server responses. When caching is enabled, the protection server stores in its cache the static files returned by the server with the site, and for new requests it returns them from the cache without re-proxying the request to the server with the site.
How to cache. Caching mode for responses:
- "Default" — GET-parameters are not ignored (requests with parameters like
?test=1and?test=2will return different data from the cache). - "Ignore parameters" — GET-parameters are ignored (requests with parameters like
?test=1and?test=2will return the same data from the cache).