How to reduce first byte time
|
02-07-2014, 09:40 PM
(This post was last modified: 02-07-2014 09:44 PM by robzilla.)
Post: #4
|
|||
|
|||
RE: How to reduce first byte time
Make sure you have a PHP opcode cache like APC installed.
To find your bottleneck, what you could try is putting some load on the server with software like LoadUI, ApacheBench, or simply by running a link checker like Xenu (if you have enough pages), and then monitor your server resources (with top) to see what's slowing things down. Is the CPU fully engaged, and/or is it waiting for the disk (%wa)? Are you running out of memory? Quote:The server is 5x more powerful than our requirement. What are the specifications? Most dedicated servers have regular HDDs, and poor disk i/o is often the bottleneck. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to reduce first byte time - ramji.guru99 - 02-05-2014, 09:59 PM
RE: How to reduce first byte time - pmeenan - 02-07-2014, 12:01 AM
RE: How to reduce first byte time - ramji.guru99 - 02-07-2014, 03:23 PM
RE: How to reduce first byte time - robzilla - 02-07-2014 09:40 PM
RE: How to reduce first byte time - jainlv - 02-08-2014, 02:15 AM
RE: How to reduce first byte time - lupinehorror - 02-10-2014, 05:57 PM
RE: How to reduce first byte time - websiteworld - 02-15-2014, 06:46 PM
RE: How to reduce first byte time - hangerproject - 02-18-2014, 12:34 PM
RE: How to reduce first byte time - websiteworld - 02-19-2014, 02:23 AM
RE: How to reduce first byte time - pmeenan - 02-20-2014, 01:56 AM
RE: How to reduce first byte time - leandros21 - 02-20-2015, 05:55 AM
RE: How to reduce first byte time - GreenGecko - 02-24-2015, 07:05 AM
|
User(s) browsing this thread: 1 Guest(s)