We have a custom skin (currently being converted for q1) and we also use master pages. To date, we have been placing all the css files in the master page head tag area so that everything is available skin-wise for the content pages.
However, this definitely means we are pulling in a LOT of css files for every page, even if they don't use all those controls on the page.
If we move the css file includes out of the master page and into the content pages (just stick the link right inside the content section - seems to work even though vs complains about it), and if we only pull in the css files we need based on the controls being used on the current page, will this result in enough performance improvement that it's worth doing? Or, do we stick with just linking all telerik css files in the master pages to centralize things?
Thx
However, this definitely means we are pulling in a LOT of css files for every page, even if they don't use all those controls on the page.
If we move the css file includes out of the master page and into the content pages (just stick the link right inside the content section - seems to work even though vs complains about it), and if we only pull in the css files we need based on the controls being used on the current page, will this result in enough performance improvement that it's worth doing? Or, do we stick with just linking all telerik css files in the master pages to centralize things?
Thx