Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to Improve Website Performance?

How to Improve Website Performance?

Scheduled Pinned Locked Moved ASP.NET
databasearchitectureperformancetutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Johndas
    wrote on last edited by
    #1

    Hi All, How to improve the Website Performance.What are the things need to make in mind, to improve Website.Please give me suggestion. As my website is General Architecture, i,e 3 Tie 1) User Control and Default page. 2)Businees Logic DLL 3)DataBase Logic DLL. Can please suggest how to improve the performance the website. Thanks in Advance.

    JohnDas

    C A 2 Replies Last reply
    0
    • J Johndas

      Hi All, How to improve the Website Performance.What are the things need to make in mind, to improve Website.Please give me suggestion. As my website is General Architecture, i,e 3 Tie 1) User Control and Default page. 2)Businees Logic DLL 3)DataBase Logic DLL. Can please suggest how to improve the performance the website. Thanks in Advance.

      JohnDas

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Johndas wrote:

      Can please suggest how to improve the performance the website.

      Improve the code. I'm not sure what else you were hoping to hear. Your most likely bottle necks are things like how often you hit the database, what you store in the sesion, etc. Your other option is to buy bigger servers and more of them.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      1 Reply Last reply
      0
      • J Johndas

        Hi All, How to improve the Website Performance.What are the things need to make in mind, to improve Website.Please give me suggestion. As my website is General Architecture, i,e 3 Tie 1) User Control and Default page. 2)Businees Logic DLL 3)DataBase Logic DLL. Can please suggest how to improve the performance the website. Thanks in Advance.

        JohnDas

        A Offline
        A Offline
        Abhishek Sur
        wrote on last edited by
        #3

        In addition to that you can compress the output using GZip / Deflate Compression techniques. Most of the modern browser supports compressed responses to improve the response time. Also remove unnecessary postback... make modular pages. Use AJAX to request only the part that user modifies (with minimal Request/Response). Cache static pages/scripts/css/images in browser, so that it wont be called for every requests. Hoping this help you. :)

        Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


        My Latest Articles-->** Microsoft Bing MAP using Javascript
        CLR objects in SQL Server 2005
        Uncommon C# Keywords
        /xml>

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups