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. Production site performance

Production site performance

Scheduled Pinned Locked Moved Web Development
databasesql-serversysadminperformancehelp
7 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.
  • E Offline
    E Offline
    Ekjon
    wrote on last edited by
    #1

    I've this production site that's performing very slow for every action. We've checked database side and database is tuned and queries, when they reach the SQL Server - performs fine. There's little bit of time difference when it runs in query analyzer and when it comes from the web - say 2 seconds. But that doesn't explain why it takes 30 seconds just to login. So we are trying to troubleshoot it. Is Fiddler or any other tool might be helpful here? Thanks.

    L 1 Reply Last reply
    0
    • E Ekjon

      I've this production site that's performing very slow for every action. We've checked database side and database is tuned and queries, when they reach the SQL Server - performs fine. There's little bit of time difference when it runs in query analyzer and when it comes from the web - say 2 seconds. But that doesn't explain why it takes 30 seconds just to login. So we are trying to troubleshoot it. Is Fiddler or any other tool might be helpful here? Thanks.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      What technology? ASP.NET? Java? Php? Ruby? When asking questions like this, always furnish all the available and relevant information.

      E 1 Reply Last reply
      0
      • L Lost User

        What technology? ASP.NET? Java? Php? Ruby? When asking questions like this, always furnish all the available and relevant information.

        E Offline
        E Offline
        Ekjon
        wrote on last edited by
        #3

        Hello Shameel, It's ASP .NET (.NET Framework 4.0) and Entity Framework V5 in combination with WCF web services. SQL Server 2008 R2 back end. Hope that helps. Thanks.

        T 1 Reply Last reply
        0
        • E Ekjon

          Hello Shameel, It's ASP .NET (.NET Framework 4.0) and Entity Framework V5 in combination with WCF web services. SQL Server 2008 R2 back end. Hope that helps. Thanks.

          T Offline
          T Offline
          thatraja
          wrote on last edited by
          #4

          Still relevant code & query is missing

          thatraja

          Code converters | Education Needed | Improve EverythingNew

          E 1 Reply Last reply
          0
          • T thatraja

            Still relevant code & query is missing

            thatraja

            Code converters | Education Needed | Improve EverythingNew

            E Offline
            E Offline
            Ekjon
            wrote on last edited by
            #5

            It happens for every action. So it is a general problem, not related with any specific query or code. Same code performs much faster in development environment. So - what I'm looking for is any tool(s) that can help investigate the issue. Thanks.

            T 1 Reply Last reply
            0
            • E Ekjon

              It happens for every action. So it is a general problem, not related with any specific query or code. Same code performs much faster in development environment. So - what I'm looking for is any tool(s) that can help investigate the issue. Thanks.

              T Offline
              T Offline
              thatraja
              wrote on last edited by
              #6

              The best way is you should check the log files(Eventlog, IIS, SQL server, log file created by you) to find strange things. Enable tracing in your application & track the issue. My guess: I think possibly firewall issue or IIS pool. Check these ASP.NET application on IIS7 - very slow startup after iisreset[^] Slow first page load on asp.net site[^] Steps to troubleshoot SQL connectivity issues[^] ! Very Slow ASP.NET Response ![^](Closer one to your issue) To improve things, ASP.NET Optimization[^]

              thatraja

              Code converters | Education Needed | Improve EverythingNew

              E 1 Reply Last reply
              0
              • T thatraja

                The best way is you should check the log files(Eventlog, IIS, SQL server, log file created by you) to find strange things. Enable tracing in your application & track the issue. My guess: I think possibly firewall issue or IIS pool. Check these ASP.NET application on IIS7 - very slow startup after iisreset[^] Slow first page load on asp.net site[^] Steps to troubleshoot SQL connectivity issues[^] ! Very Slow ASP.NET Response ![^](Closer one to your issue) To improve things, ASP.NET Optimization[^]

                thatraja

                Code converters | Education Needed | Improve EverythingNew

                E Offline
                E Offline
                Ekjon
                wrote on last edited by
                #7

                I'll check them, thanks raja.

                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