How to Improve First Byte Time
|
12-11-2012, 06:53 AM
Post: #2
|
|||
|
|||
RE: How to Improve First Byte Time
Your first byte performance is going to be driven by the server-side logic as well as the webserver and database configurations. It's hard to say where the problem is without more detail.
Usually you will need to either instrument your app or use something like New Relic to identify the slow parts because it could be specific database queries, too many database calls, slow filesystem, slow php integration (using cgi?), a webserver with too few clients or a huge number of other problems. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to Improve First Byte Time - preritdeva - 12-10-2012, 10:40 PM
RE: How to Improve First Byte Time - pmeenan - 12-11-2012 06:53 AM
RE: How to Improve First Byte Time - preritdeva - 12-11-2012, 05:23 PM
RE: How to Improve First Byte Time - pmeenan - 12-11-2012, 11:26 PM
|
User(s) browsing this thread: 1 Guest(s)