web application is slow on web
-
hi sir, please help me!i am new in asp.net and working web application. sir my web application is working fine locally.but it is very slow on web.i am using ajax.please suggest what can be the issues. one more thing i have too many objects that can be the cause for slow the application.please give me the solution for this also.one more issue is that my menu is not display on ie8.what can be the cause.
-
hi sir, please help me!i am new in asp.net and working web application. sir my web application is working fine locally.but it is very slow on web.i am using ajax.please suggest what can be the issues. one more thing i have too many objects that can be the cause for slow the application.please give me the solution for this also.one more issue is that my menu is not display on ie8.what can be the cause.
got to following link http://www.realsoftwaredevelopment.com/20-tips-to-improve-aspnet-application-performance/[^][] and use feature of caching data, use div based design, use stored procedure instead of the queries, compress your javascript files if validation is there than make clientscript= false which also reduce your page size
-
got to following link http://www.realsoftwaredevelopment.com/20-tips-to-improve-aspnet-application-performance/[^][] and use feature of caching data, use div based design, use stored procedure instead of the queries, compress your javascript files if validation is there than make clientscript= false which also reduce your page size
i am sorry sir but i could not find the link.
-
got to following link http://www.realsoftwaredevelopment.com/20-tips-to-improve-aspnet-application-performance/[^][] and use feature of caching data, use div based design, use stored procedure instead of the queries, compress your javascript files if validation is there than make clientscript= false which also reduce your page size
thanks sir i have got it.