postmeta size
-
Quite often when i go into products it times out with a 504 error. We have been told by our hosting admin that we are over using resources by running queries like
SELECT rb_posts.ID FROM rb_posts LEFT JOIN rb_postmeta ON ( rb_posts.ID = rb_postmeta.post_id ) | 0 | 31 |
SELECT SQL_CALC_FOUND_ROWS rb_posts.ID FROM rb_posts LEFT JOIN rb_postmeta ON ( rb_posts.ID = rb_p | 0 | 31 |
is this related to – https://github.com/woocommerce/woocommerce/issues/11913 – this issue, as at the moment we have 1.6m rows in our post meta table and our hosting company has just taken our site offline for over user of resources.The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘postmeta size’ is closed to new replies.