Hello,
I see that "Accept-Encoding: identity" is sent in the request headers when getting data for the XmlaDataSource. So, IIS compression cannot be applied to the HTTP response. Does XmlaDataSource support gzip or deflate encoding?
I think that enabling compression for text/xml responses can really improve performance of PivotGrid.
Thanks & Regards,
Alex
PS: I'm talking about version v.11.1
Can someone from Infragistics please reply to this question? We are performing an evaluation on the PivotGrid to determine if we are going to move forward. The availability of IIS compression will play a role in our decision.
Thanks,
Chad
Currently we haven’t support for gzip and deflate. The reason is that we are using client HTTP handling in order to provide an authentication on the client. Supporting this functionality in the context of the client HTTP handling means that we need to read the compressed data on our own, which is not covered now. We will consider to implement such functionality in some of the future releases.
Best regards.
PPilev.