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

Initial Grid Load Performance w/RadCompression

3 Answers 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 10 Mar 2009, 04:03 PM
We are doing an evaluation and are trying to get improve the initial load of the a RadGrid webpage, and have made several posts and are working through the suggestions recommended.  A little background:

(1) Page has 1 level Rad Grid which has 29 bound columns
(2) The bound columns have several drop down lists that populated from other tables in the DB, a few are checkboxes, and a few are date time, with the rest being default GridBound
(3) Page takes approx 17 secs to load with a xfer size approx 130K(Fiddler)

One of the suggestions had to do with using RadCompression.  We are using II6 and have added the compression setting as outlined in:

http://telerikwatch.com/2009/01/optimization-tips-radcompression-module.html

Using Fiddler it seems that both before and after we placed the RadCompression Setting into the webconfig, Fiddler sees the approx the same amount of data xmitted across the wire--approx 130K. 

Any ideas on why this would not be working?  Or is there a way for us to see what radcompression did compress

Thanks,
John.



3 Answers, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 13 Mar 2009, 12:01 PM
Hi John,

As you may know and as stated in the blog post you have referred to, RadCompression's http compression is not applied on initial page load but only on ms ajax requests (and optionally can be enabled for full postbacks).

Greetings,
Rosen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Evelyn
Top achievements
Rank 1
answered on 30 May 2011, 06:36 PM
Hello,
I have a problem in the server with the property RADCOMPRESSION in the web.config with II6.
<httpModules>
      <add name="RadCompression" type="Telerik.Web.UI.RadCompression"  />
</httpModules>


I attachment thi error:
0
Iana Tsolova
Telerik team
answered on 02 Jun 2011, 07:59 AM
Hi Evelyn,

The error message you received might be due to difference causes. To troubleshoot the page, turn of RadCompression, disable ajax temporary and run the page in debug mode. Then see if the page has server-side or client-side errors. After you make sure the page works properly with regular postbacks you can enable ajax back.
Additionally, you should confirm that you are not using http response filters, have no calls to the Response.Write method or have tracing enabled.

Greetings,
Iana
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
John
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Evelyn
Top achievements
Rank 1
Iana Tsolova
Telerik team
Share this question
or