What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 21022 |  Welcome, Guest!   Register  Login
 Home > Forums > ASP.NET 4.0 > How to manage speed issues w.r.t display of data in web pages when we are d ...
Sp

How to manage speed issues w.r.t display of data in web pages when we are dealing with a large datab

Replies: 3 | Posted by: Sp on 9/16/2010 | Category: ASP.NET 4.0 Forums | Views: 650 | Status: [Member] | Points: 10  


How to manage speed issues w.r.t display of data in web pages when we are dealing with a large database


Reply | Reply with attachment | Alert Moderator

 Responses below this adGet hundreds of .NET Tips and Tricks videos

 Replies

Shravankomirineni
Shravankomirineni  
Posted on: 9/16/2010 4:27:07 AM
Level: Starter | Status: [Member] | Points: 25

We can manage speed issues w.r.t display of data in web pages
1) if you have large number of records in a table then using database paging (not use general pagenation of gridview).
2) use caching

Sp, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Shankul2784
Shankul2784  
Posted on: 9/16/2010 5:16:02 AM
Level: Bronze | Status: [Member] | Points: 25

Hi,

use the light waight controls like repeater & use html in that so that page will render in less time. Also use the queries like which will return the required data( only one page of grid) which reduces the traffic. Also use less images on the pages to reduce the page load time.



Thanks & Regards,

Shailesh

Sp, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Vuyiswamb
Vuyiswamb  
Posted on: 9/16/2010 4:10:58 PM
Level: NotApplicable | Status: [Member] [MVP] [Administrator] | Points: 25

Bad Desicions when designing an application can lead to a poor perfomance application.

Sp there are many things that can lead to poor perfomance and your question is broad. Mybe what you can do is to show us the Stored Procedure or a code that binds a Control and we might point out what is wrong or what causes bottlenecks.

I dont wan to point or suggest controls because i donot know the nature of your application. For some other developers grid that pages are the first choice , but e.g i dont use paging because of perfomance though it might boost perfomance , but i am using it so that i will not have a grid that will fill my whole page , Do you get my point. Some other things are a problem from their sources ,

Some people make sure that their database is fully normalised before they engage to the application , some fix the bugs along the way. I suggest you first spend time on the datasource and make sure that your SP's are running faster and they execute in a reasonable time depending on the data and make sure that you have indexes on the right fields and make sure your tables are normalised.

If you have done your best on the data source you can concerntrate on the UI and check the best practices on the controls, but be carefull not to spent time on optimisation. If its Fast dont try to fix it because its working

I hope i helped with the few lines of advice i provided

Thank you for posting at Dotnetfunda

Vuyiswa Maseko

Thank you for posting at Dotnetfunda
[Administrator]

Sp, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Reply - Please login to reply


Click here to login & reply

Found interesting? Add this to:


 Latest Posts

Write New Post | More ...

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/22/2013 10:18:39 PM