jilinjames
Active member
my MySQL Query Limit 150,000 and traffic very low daily under 5000 any solution for this because every day 5 more time website down please help
Change your hosting provider?my MySQL Query Limit 150,000 and traffic very low daily under 5000 any solution for this because every day 5 more time website down please help
bro any other option i already invested 3 year plan broChange your hosting provider?
please give me a suggestion hosting provider and planChange your hosting provider?
Hosting provider might limit SQL queries, but its usually really enough for anyone.please give me a suggestion hosting provider and plan
how to bro, using wp rocket for cacheHosting provider might limit SQL queries, but its usually really enough for anyone.
You dont need another hosting provider. You need to optimize SQL load.
bro message all details please replayWho are you with at the moment?
But you need to give us more details about your site and what it does for us to help you more.
There are methods to count queries on single load. There are acceptable values and unacceptable values.
There is a way to reduce queries brutally.
I assume you are running wordpress.
You need following:
1. https://querymonitor.com/ - plugin, for monitoring queries.
-You need to know what plugins are causing overloading. You will also find out whether overloading is happening at all.
2. Plugin will add monitor panel on top of your wordpress admin/website page when logged in, so you can see what plugins are causing this and what plugins to get rid of!
3. https://wordpress.org/plugins/memcached-is-your-friend/ - plugin to reduce sql queries by caching them.
-Memcache is awesome caching system used by large companies such as google and facebook to reduce, merge sql queries. Must have. This is plugin for wordpress. Just install and you should see much less queries on second load.
Both plugins are free
It must be much more then 30 per day. SQL limit are set for an hour-not for a day. They limit SQL queries per hour!Good advice but given the nature of his site I wouldn't say 30 queries per visitor per day is highly excessive.
Ahh you're right it is per hour.It must be much more then 30 per day. SQL limit are set for an hour-not for a day. They limit SQL queries per hour!
He should optimize queries thats for sure.
iam facing this issue starts april bro i monitor using querie monitor but not exceeding, now install the Memcached pluginThere are methods to count queries on single load. There are acceptable values and unacceptable values.
There is a way to reduce queries brutally.
I assume you are running wordpress.
You need following:
1. https://querymonitor.com/ - plugin, for monitoring queries.
-You need to know what plugins are causing overloading. You will also find out whether overloading is happening at all.
2. Plugin will add monitor panel on top of your wordpress admin/website page when logged in, so you can see what plugins are causing this and what plugins to get rid of!
3. https://wordpress.org/plugins/memcached-is-your-friend/ - plugin to reduce sql queries by caching them.
-Memcache is awesome caching system used by large companies such as google and facebook to reduce, merge sql queries. Must have. This is plugin for wordpress. Just install and you should see much less queries on second load.
Both plugins are free
I hope it will help you reduce some queries. If still issue, let us know in commentsiam facing this issue starts april bro i monitor using querie monitor but not exceeding, now install the Memcached plugin
Maybe these.What theme and plugins are you using?