Wordpress LScache Plugin: Reduce TTFB
Last Updated on: Wed, 15 Apr 2026 00:00:02 Hi. How can I reduce TTFB, Eliminate Render Blocking resources and Reduce unused javascript? I have enabled crawler. I am also using Javascript/CSS minify/combine. The page I need help with: https://filectory.com/ Report number: GJUJLAZO You already use everything what is good for a good TTFB, but a TTFB always depends on the location where your server is located and from where a user requests your page. For this you already use a CDN, so nothing more can be done. The best method to eleminate render blocking resources and unused Javascript, is to remove everything what is not needed. If this is not possible use async/defer loading of such resources. The main problem of your page is caused by many and too much requests to external hosts like Google for Analytics. Remove it and you will extra speed! Guaranteed
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference