Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1300
Google Audit Test
posted

Hi

I am facing performance problem when i try to use the infragestic css and js file .

I try to add the reference for css and js file like this.

@(Html.Infragistics().Loader().ScriptPath(Url.Content("~/Scripts/InfragisticsjQueryMVC/common/js/")).CssPath(Url.Content("~/Scripts/InfragisticsjQueryMVC/common/css/")).Theme("metro").Resources("igGrid").Resources("igCombo").Render())

so that both css and js file loading at same time . but i want to load all the css file before loading the js file.

when i run the Google Audit i am getting the following output