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

Page is taking too long time to load because of Telerik Style Sheets

1 Answer 334 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Purnasekhar
Top achievements
Rank 1
Purnasekhar asked on 06 May 2016, 11:14 AM

Hi,

I am using Telerik Rad controls in my asp.net web application with version 2011.3.1115.35 (Licensed). I am using Visual studio 2010, IIS 7.5 for application server.

My issue is, one particular page is taking too long time to load like 45-55 Seconds in first time, Second time on wards taking less time like 4-5 sec.

According to my observation, if i click on that page all telerik controls style sheets related to that particular page is going to load with different WebResource.axd requests. If i double click on any WebResource.axd file, it is going to open .CSS file related to Telerik control. Please can any body advice me with sample code like how to optimize this page with less numbers of requests & less time to load.

Please find the attached screen shots for your reference.

Its urgent for me .

 

Thanks n advance.

Regards

Sekhar.

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 10 May 2016, 12:26 PM
Hello,

After you use RadStyleSheetManager you can enable CDN for this page, so that scripts, stylesheets and images we use will be downloaded as static files from external servers. This means that once a given resource has been loaded, the next time it is requested the browser will take it from the cache.
The following articles explain how to enable the CDN: http://docs.telerik.com/devtools/aspnet-ajax/controls/stylesheetmanager/cdn-support/overview and see if this helps.

Regards,
Pavlina
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
General Discussions
Asked by
Purnasekhar
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or