CodeGuru Forums -
CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic Newsletters VB Forums Developer.com


Newest CodeGuru.com Articles:

  • Installing SQL Server 2008
  • Writing UDFs for Firebird Embedded SQL Server
  • [Updated] Shutdown Manager
  • Building Windows Azure Cloud Service Applications with Azure Storage and the Azure SDK

  • Search CodeGuru:
     



    Go Back   CodeGuru Forums > .NET Programming > ASP.NET
    FAQ Members List Calendar Search Today's Posts Mark Forums Read

    ASP.NET Post questions and get answers on ASP.NET. Obviously there will be some overlap between this board and the C# and Visual Basic .NET boards so please try and only post ASP.NET specific questions here.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1    
    Old November 4th, 2009, 08:08 AM
    kvwarun kvwarun is offline
    Member
     
    Join Date: Sep 2006
    Posts: 95
    kvwarun is on a distinguished road (10+)
    How to speed up page loading in ASP.Net 2.0

    Is there any tips to speed up page loading time in Asp.Net 2.0 ?
    Reply With Quote
      #2    
    Old November 4th, 2009, 02:17 PM
    Shuja Ali's Avatar
    Shuja Ali Shuja Ali is offline
    Super Mod
    Power Poster
     
    Join Date: Jun 2004
    Location: Kashmir, India
    Posts: 6,803
    Shuja Ali has a reputation beyond repute (3000+)Shuja Ali has a reputation beyond repute (3000+)Shuja Ali has a reputation beyond repute (3000+)Shuja Ali has a reputation beyond repute (3000+)Shuja Ali has a reputation beyond repute (3000+)Shuja Ali has a reputation beyond repute (3000+)Shuja Ali has a reputation beyond repute (3000+)Shuja Ali has a reputation beyond repute (3000+)Shuja Ali has a reputation beyond repute (3000+)Shuja Ali has a reputation beyond repute (3000+)Shuja Ali has a reputation beyond repute (3000+)
    Re: How to speed up page loading in ASP.Net 2.0

    Well it is quite difficult to give a general solution. What is happening during the Page Load event of the Page that you are talking about? Ideally you should first identify bottlenecks and then start working on them one by one. That is how you can improve performance.
    __________________
    Use [code]your code here[/code] tags when you post source code
    Search here before you post your question, someone might have already asked it before.

    My Articles
    Reply With Quote
      #3    
    Old November 5th, 2009, 02:35 AM
    Alsvha Alsvha is offline
    Member +
     
    Join Date: Feb 2005
    Location: Denmark
    Posts: 601
    Alsvha is a glorious beacon of light (400+)Alsvha is a glorious beacon of light (400+)Alsvha is a glorious beacon of light (400+)Alsvha is a glorious beacon of light (400+)Alsvha is a glorious beacon of light (400+)
    Re: How to speed up page loading in ASP.Net 2.0

    Minimize database calls.
    Speed up/optimize database queries.
    Minimize/remove viewstate
    Minimize redundant functionality
    Cache images/results
    Minimize requests/responses
    Make effective JavaScript and CSS.
    Make effective HTML
    Use AJAX
    Use compression in the web server
    Group up the graphics into one image and using positioning instead of supplying many small graphic pieces.


    Basically - the normal things
    Reply With Quote
    Reply

    Bookmarks
    Go Back   CodeGuru Forums > .NET Programming > ASP.NET


    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 12:22 AM.



    Acceptable Use Policy

    internet.comMediabistrojusttechjobs.comGraphics.com

    WebMediaBrands Corporate Info


    Advertise | Newsletters | Feedback | Submit News

    Legal Notices | Licensing | Permissions | Privacy Policy


    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
    Copyright WebMediaBrands Inc. 2002-2009