Problema with Ajax calls database
-
We have a big problem with this theme and the related Ajax calls it makes to the database. Every 10 / 15min the server clogs up with Ajax calls and the “Database connection error” site goes down. I have already worked on the same servers with an older version of Woodmart and have never had any problems. Why does the theme make so many Ajax requests?
How can this be solved?
Attachments:
You must be
logged in to view attached files.
Hello,
As we can see from your screenshot, the first request belongs to some of the installed plugins. The second one is a general AJAX request URL but it doesn’t have any information that it is caused by our theme. You need to identify what these requests are caused by first.
Kind Regards
Hi,
thanks for your quickly response.
The first line makes 226 calls but does not belong to any external plugins. Trying to disable every single external plugin those calls are made the same. The first line makes 226 calls but does not belong to any external plugins. Trying to disable every single external plugin those calls are made the same. the second line makes 135 calls and belongs to the wp-admin core, setting the default WordPress theme those calls disappear.
Attachments:
You must be
logged in to view attached files.
In this case, please, switch to the default theme and give us an instruction on how can we monitor these calls to see how it works.