Very slow database
-
My website is very slow, which I mainly think is due to the database. Ive tried cleaning up the database but I can see that a lot of tables are still very large. I’ve used Query Monitor to try to find out whats slowing down the website and this is the information Im getting:
SELECT a.action_id
FROM wp_actionscheduler_actions a
LEFT JOIN wp_actionscheduler_groups g
ON g.group_id=a.group_id
WHERE 1=1
AND g.slug=’woocommerce-remote-inbox-engine’
AND a.hook=’woocommerce_run_on_woocommerce_admin_updated’
AND a.args='[]’
AND a.status IN (‘pending’)
ORDER BY a.scheduled_date_gmt ASC
LIMIT 0, 1ActionScheduler_DBStore->query_actions(),
Time: 6,9117s
Here are some images showing my database table and cron jobs:
https://imgur.com/a/EjC6vsAView post on imgur.com
Any ideas on how I can stop these cron jobs and how will it affect my website? Or clean the database other ways?
The page I need help with: [log in to see the link]
- The topic ‘Very slow database’ is closed to new replies.