Yet another time to first byte question
|
09-13-2011, 12:40 AM
Post: #2
|
|||
|
|||
RE: Yet another time to first byte question
Are you running the main site through the cdn (http://www.headfonia.com) or do you have a separate domain for the static content that is being routed through the CDN? It's possible that the CDN is adding to the first byte times for the non-cacheable HTML. If not then you should turn on the W3TC debugging because those times are way longer than what I'd expect to see for a site where the page, objects and database queries are being cached by APC.
It also looks like beyond the first byte time, the rest of the base page took longer to generate than it should (looks like there was an early flush and then another 1.5 seconds before the rest of the base page was actually sent). You might want to look into turning on logging of the server-side processing time in your access logs which will help narrow it down a bit (it will let you know if the time is coming from something in front of the server or on the processing itself). If one.headfonia.com is the cdn then you should move the timthumb, css and js requests to the CDN as well. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Yet another time to first byte question - headfonia - 09-13-2011, 12:28 AM
RE: Yet another time to first byte question - pmeenan - 09-13-2011 12:40 AM
RE: Yet another time to first byte question - headfonia - 09-13-2011, 12:46 AM
RE: Yet another time to first byte question - pmeenan - 09-13-2011, 01:03 AM
RE: Yet another time to first byte question - headfonia - 09-13-2011, 12:04 PM
RE: Yet another time to first byte question - LeptienM - 09-13-2011, 08:27 PM
RE: Yet another time to first byte question - headfonia - 09-13-2011, 10:39 PM
RE: Yet another time to first byte question - pmeenan - 09-14-2011, 12:06 AM
RE: Yet another time to first byte question - headfonia - 09-14-2011, 09:24 AM
|
User(s) browsing this thread: 1 Guest(s)