cancel
Showing results for 
Search instead for 
Did you mean: 

Where is the Query Coming From

Where is the Query Coming From

Hi Guys

 

I'm using 2.4.5, and am continually getting a large mysql query that eventually crashes the site.

 

I have enabled slow query log and got plenty of data, but my developer is unable to figure out where or how the issue is occuring.

 

how can I figure out what program/cron job etc is creating the offending Mysql Query?

 

 

1 REPLY 1

Re: Where is the Query Coming From

Hi there,

First, examine the server logs, then find out the sources of queries. You can examine the application logs for irregularities and look for any schedules that could cause the query to be triggered.

 I hope this is helpful for you.