Top-10 Causing Slowness When Clicking “Posts” on Back End
-
Hey,
This past week, I’ve had a ton of issues with performance on my blog. Those have all been resolved (server improvements, replacing WordFence) but one. When I’m on the back end of Word Press and click “Posts”, it takes a long time to come up. This didn’t used to happen. It might have taken 2-3 seconds before the mess of the past week. My hosting company support stated that when they checked the cause of this specific slowness, this is what they came back with.
*********************
The posts page does not load until the last of the queries which is shown below finishes. So these queries involving the wp_vry4pg_top_ten_daily
====
SELECT postnumber, SUM(cntaccess) as visits FROM wp_vry4pg_top_ten_daily WHERE postnumber = 35712 AN
====
*********************There were 2.1M rows in that table, so I let maintenance run to truncate it down to 431K. But, the slowness is still there, just not quite as severe.
None of the front-end pages are experiencing slowness. And if I’m editing, there’s no slowness. So I’m wondering why wp_vry4pg_top_ten_daily getd queried when I click “Posts”. And is there anything I can do settings-wise (or the like) to help improve things beyond the truncation?
The page I need help with: [log in to see the link]
- The topic ‘Top-10 Causing Slowness When Clicking “Posts” on Back End’ is closed to new replies.