- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023
07:59 AM
12-28-2023
07:59 AM
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?
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2023
04:33 AM
12-30-2023
04:33 AM
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.