Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


wordpress remote database use high bandwidth
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

wordpress remote database use high bandwidth

sujeetsujeet Member

My Database server use high bandwidth like 500-700mbps live and now active user 15k.I use super cache , anyone can help me how can i fixd it ?

Comments

  • tjntjn Member

    Do you have 15,000 concurrent active users on the website?

    Super cache will help cache files, not database calls.

    To cache database calls, look into installing Redis - and Redis WP plugins (you need both, not just the plugin!).

    I would also recommend trying to figure out which parts of your website you can make static.

  • w3tc can help in reducing lots of DB calls. If it is 15K concurrent active users, then DB will push a lot as I do notice by M2 DB do 10G in LAN.

    https://lowendtalk.com/discussion/166146/how-mysql-works#latest

  • imokimok Member

    @sujeet said: how can i fixd it ?

    Varnish cache in the front of your web server.

    Or LiteSpeed Cache plugin.

    Those will server static content to the visitor and will prevent database calls.

Sign In or Register to comment.