This is a migrated thread and some comments may be shown as answers.

RadCompression - General Info and Online Resources

0 Answers 215 Views
Compression
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin asked on 25 Jun 2009, 03:19 PM
RadCompression is a HttpModule that ships with the RadControls for ASP.NET AJAX that is designed to automatically compress your AJAX and Web Service responses. In other words, RadCompression will intercept the bits that your server is sending back to a browser (or Silverlight-client, for that matter) and compress them. Once the compressed bits reach the browser, standard browser technology takes-over and decompresses the response, so your application can work with it normally.

The compression process is completely transparent to your client-side code (JavaScript or Silverlight) and your server-side code. It simply reduces the number of bits that must be sent over the wire (from your server to your client) and thus- in theory- improves your page performance by reducing the TTLB (time to last byte).

To get familiar with the control please follow these online resources:

Note: RadCompression is obsolete in favor of the dynamic content compression modules IIS7 and later offer.
Tags
Compression
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Share this question
or