we recently use a new CDN service (Cloudflare)
which does a great job for the money in speding up things regarding scripts, css and static items.
however .. all data is beeing fetched by a single IP.
with the CDN Inactive the server serves about 80 pages per sec. with an average of 10-40 http_queue (Req in Processing)
but with the CDN active the http_queue goes immideatly up to 200-700.
the server has a global security rule like this
Per Client Throttling setings are all at "0" values
the Virtual hosts have no config set
but seems not to respect this setting ...
is there anything i need to activate to disable the Throttling for the CDN servers ?
which does a great job for the money in speding up things regarding scripts, css and static items.
however .. all data is beeing fetched by a single IP.
with the CDN Inactive the server serves about 80 pages per sec. with an average of 10-40 http_queue (Req in Processing)
but with the CDN active the http_queue goes immideatly up to 200-700.
the server has a global security rule like this
Code:
Configuration->Server->Security->Access Control->Allowed List
173.245.48.0/20T
Configuration->Server->Security->Access Control->Allowed List
-not set-
the Virtual hosts have no config set
but seems not to respect this setting ...
is there anything i need to activate to disable the Throttling for the CDN servers ?