valeriovych
Forum Replies Created
-
Hello. I have same problem with “itemReviewed” on AMP pages and Google Search Console on site tripchit.com. Can anyone help with this?
Thank. I wrote not about the problem, but about its solution. The problem is solved, and all the people who come to this topic from a Google search (like me) can read the solution to the problem. It is necessary to TRUNCATE TABLE wp_yoast_indexable.
Thanks for your great help.
Hi! The mySQL process loaded the processor at 100% for a week. Server’s LA reached 1.9, the delay when opening the site reached 15 sec. But just one query was actually executed:
DELETE wyi FROM wp_yoast_indexable wyi INNER JOIN wp_yoast_indexable wyi2 WHERE wyi2.object_id = wyi.object_id AND wyi2.object_type = wyi.object_type AND wyi2.id < wyi.id;
Restart plugin was no effect, after reactivate plugin query loaded my server again.
So I need to executeTRUNCATE TABLEwp_yoast_indexablein phpMyadmin.Guys, 400000 records in table! For personal blog with ~200 pages it’s original way to speed up the site.
I have LA just 0.25 now and page loading speed less then 1 sec. That’s how you need to optimize the speed of the site.
- This reply was modified 6 years ago by valeriovych.
- This reply was modified 6 years ago by valeriovych.
- This reply was modified 6 years ago by valeriovych.