How to reduce first byte time
|
02-24-2015, 07:05 AM
Post: #12
|
|||
|
|||
RE: How to reduce first byte time
Additional things you can try:
1. Move the server to be as close as possible to your target audience ( and use a decent VPS provider: there is a huge variation! ). 2. Enable all available caching. Apart from Wordpress plugins like W3-Cache, this includes Opcode cache ( APC or Zend if on PHP 5.5 ) and all relevant database caches. THe intention is to be able to feed the website from memory and avoid disk when possible... always slow, but often really, really slow on VPSes 3. Ensure latest WordPress, PHP, and if seriously after every millisecond look at using Percona Mysql 5.6. 4. Replace Apache with a lighweight web server like nginx After that it gets more difficult. A code review is always good: as you've seen not all plugins are created equal. Also, the pagespeed web server plugin from google can help patch over poor quality code, but it does further complicate site maintenance. |
|||
« 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)