My WordPress site superbanswer.com
exceed query limit. can I add 2 databases for one website? IF yes “HOW” or what is the better solution for this problem?
You must be getting an awful lot of traffic - can you do some research in your logs and see what is actually happening?
Did you get this error after you added a new plugin or modified the site in some way?
1 Like
WordPress is very database intensive. If the site is stable you could create child theme templates with some of the database calls replaced by hard-coded values.
For example, if the site name is “Spacely Space Sprockets” you don’t really need to hit the database to get the name and can replace get_bloginfo(' name ')
with the text.
1 Like
Look for IPS that are bombarding fake traffic on your website; block them with some IP blocker plugin.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.