Hi,
When using tracking and StaticallyCacheFor together it results in two calls to the EPiServer Find index.
http://es-eu-dev-api01.episerver.net/ABCD/my_index_name/_search?search_type=count
http://es-eu-dev-api01.episerver.net/ABCD/my_index_name/_track/RcAYJkdFsLnYT6cF2K1npQ==
The index that we are on can handle up to 50 queries per second. Does anyone know if the above calls will count towards the 50 queries per second?
Thanks