How to reduce TTFB (Time to First byte) of my magento application?
Please help me reduce TTFB of my website (magento) which is running on VPS Dedicated Hosting with CentOS release 6.6 (Final). Current Time To First Byte is: 19.427 seconds Just caches don't improve performance, they reduce hardware utilization for repeated requests. While implementing the Will Farrell's other suggestions, you need to identify those parts of Magento code that are slow. For that, you will need to enable Magento Profiler – the built in Magento tool that lets you see what Magento is doing and on what it spends most of the page load time. here is the details method how to enable