10 +sec to first byte
|
11-05-2014, 04:00 AM
Post: #5
|
|||
|
|||
RE: 10 +sec to first byte
If you have the ability to install something like newrelic on the server, even the free/trial level will tell you exactly what code is causing the problem.
For something that is consistently and reliably 10 seconds I don't think it's going to be a server performance issue. That feels very much like a timeout for some action that the server-side code tried to do. Whatever it is won't show up in Firebug which is on the client side. The server code is a complete black box from the outside. Something like newrelic will automatically instrument the server and tell you where the time is being spent. Otherwise you can also add a bunch of logging/timestamps to the code until you narrow down the culprit. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
10 +sec to first byte - jaccobb - 11-03-2014, 08:15 AM
RE: 10 +sec to first byte - pmeenan - 11-04-2014, 02:34 AM
RE: 10 +sec to first byte - jaccobb - 11-04-2014, 11:52 PM
RE: 10 +sec to first byte - GreenGecko - 11-04-2014, 03:47 PM
RE: 10 +sec to first byte - pmeenan - 11-05-2014 04:00 AM
RE: 10 +sec to first byte - jaccobb - 11-07-2014, 12:45 AM
|
User(s) browsing this thread: 1 Guest(s)