WordPress and TTFB (time to first byte) stats

Unfortunately, load times are such a broad question it’s not possible for others to speculate. There are various page speed tools that can help you better understand whether it’s the server or the application, and there are query monitor plugins for WP you can use to determine what part of the application may be slowing … Read more

Eliminate Render blocking CSS?

Generally you can’t impact when and how your plugins are loading their own stylesheets. Messing around with that will usually mean you can never update because it’ll reset all your work. That’s the trade off of using plugins – you lose control over some things that impact your performance, accessiblity, and validation. Without astronomical budgets … Read more

Site load time increased

It may be that the WP database is a bit ‘cluttered’ with draft posts and other things. I’d recommend an optimizing plugin to optimize the WP database. But it also depends on your traffic. Maybe the amount of traffic indicates a need to upgrade your hosting plan from a shared server to the next level.

Site too Slow to establish db connection?

This has something to do with your database server to speed up response time. Also may be it is validating your IP from where your are pinging . If you can whitelist your IP,the connection would be more reliable and may increase ping time.

How to improve my site’s loading time?

You are using Woocommerce which starts a session for every visitor to your site. This limits Cloudflare’s cache performance since each unique session needs to be handled individually. That’s how things like the shopping cart work. Woocommerce added the ability to store this session data in object cache rather than the database (memcached/Redis/etc). I’m not … Read more