There are many things as i m understand , If there are many requests going to sqlserver from page which is slow. That may be reason. Your design matters. Images used on pages...heavy or not. Can i see that site,
Jack On Thu, Nov 20, 2008 at 9:26 AM, Troy International <[EMAIL PROTECTED]>wrote: > hi i have used stored procedure...? using SqlServer database > > we have created website it is very slow to load .... > > and also i have used the cache that i have mentioned above but it seem not > work.. > > Whether the above code for the Cache is correct one? > > Else is there any changes..to do. > > > > > > > On 11/19/08, Stephen Russell <[EMAIL PROTECTED]> wrote: >> >> You have to tell us what you are doing in your application. Do not >> paste your entire page's code! >> >> >> >> Explain what you are doing. Next point out what is slow. You could say >> that the form populates fast but the dropdown that loads the grid is slow. >> >> >> >> Next tell us how you are dealing with data, is it in XML files, or Access >> SQL Server or Excel csv files. >> >> >> >> After we know what your doing we can give you a heads up. >> >> >> >> ………………………………………………………………… >> >> Stephen Russell – >> >> Senior Visual Studio Developer, DBA >> >> >> >> Memphis, TN >> >> 901.246-0159 >> >> >> >> >> >> *From:* [email protected] [mailto: >> [EMAIL PROTECTED] *On Behalf Of *Troy International >> *Sent:* Tuesday, November 18, 2008 9:54 PM >> *To:* [email protected] >> *Subject:* [DotNetDevelopment] Re: How to improve site speed ... >> >> >> >> Let me know how to use the Cache, Application class, LINQ, and XML for >> simpler data storage. >> >> >> >> I have used the cache in my config file but also the site is very slow to >> load >> >> >> >> this is i have used in my project >> >> >> >> <system.web> >> <caching> >> <outputCacheSettings> >> <outputCacheProfiles> >> <add name="profile" duration="60" enabled="true" varyByParam="*" /> >> </outputCacheProfiles> >> </outputCacheSettings> >> </caching> >> </system.web> >> >> >> In each web page ie: Content page >> <%@ OutputCache Duration="60" CacheProfile="profile" %> >> >> >> Whether the code is correct...? >> >> >> >> Let me know is there any wrong..? >> >> >> >> >> >> >> >> >> >> On 11/19/08, *Brandon Betances* <[EMAIL PROTECTED]> wrote: >> >> Silly people still using ADO.NET <http://ado.net/> and querying the DB >> everytime they want to manipulate the data. Learn about the Cache, >> Application class, LINQ, and XML for simpler data storage. >> >> Also if you not using a webserver or local IIS, the VS Development Server >> is very slow. >> >> >> >> On Tue, Nov 18, 2008 at 8:23 AM, Stephen Russell <[EMAIL PROTECTED]> >> wrote: >> >> >> Less is More is a design philosophy that few people understand. >> >> Are you doing any Select * from ..... for your data? >> >> >> >> ......................... >> Stephen Russell - >> Senior Visual Studio Developer, DBA >> >> Memphis, TN >> 901.246-0159 >> >> >> >> >> -----Original Message----- >> From: [email protected] >> [mailto:[EMAIL PROTECTED] On Behalf Of Venkatu >> Sent: Monday, November 17, 2008 11:11 PM >> To: DotNetDevelopment, VB.NET <http://vb.net/>, C# .NET, >> ADO.NET<http://ado.net/>, >> ASP.NET <http://asp.net/>, XML, XML Web >> Services,.NET Remoting >> Subject: [DotNetDevelopment] How to improve site speed ... >> >> >> hi >> >> Good morning to all >> >> I have created a web project it working fine , but its slow,.... >> >> so how shall i improve the speed of the site.. performance speed >> >> Let anyone suggest a solution.../ >> >> Thanks >> >> >> >> No virus found in this incoming message. >> Checked by AVG - http://www.avg.com >> Version: 8.0.175 / Virus Database: 270.9.4/1790 - Release Date: 11/17/2008 >> 8:48 AM >> >> >> >> >> >> No virus found in this incoming message. >> Checked by AVG - http://www.avg.com >> Version: 8.0.175 / Virus Database: 270.9.6/1797 - Release Date: 11/18/2008 >> 11:23 AM >> >> >
