admin管理员组文章数量:1130349
By using Query Monitor plugin I found that Yoast SEO (Wordpress SEO) plugin makes repeated INSERT queries to the db when I load any page (dashboard and frontend) of my site.
INSERT INTO `wp_yoast_seo_meta` (`object_id`,
`internal_link_count`)
VALUES ( '50845', '0' )
ON DUPLICATE KEY
UPDATE `object_id` = VALUES(`object_id`), `internal_link_count` =
VALUES(`internal_link_count`)
I tried to disable the link suggestion feature in Yoast SEO settings, but the queries are still there.
Can someone give some hints how to solve that?
P.S. The problem is not only this. I also can't dismiss the Yoast SEO notices in the dashboard. When I dismiss the notice and I load any page, the notice is still there.
WP 4.9.8 Yoast SEO 9.1
By using Query Monitor plugin I found that Yoast SEO (Wordpress SEO) plugin makes repeated INSERT queries to the db when I load any page (dashboard and frontend) of my site.
INSERT INTO `wp_yoast_seo_meta` (`object_id`,
`internal_link_count`)
VALUES ( '50845', '0' )
ON DUPLICATE KEY
UPDATE `object_id` = VALUES(`object_id`), `internal_link_count` =
VALUES(`internal_link_count`)
I tried to disable the link suggestion feature in Yoast SEO settings, but the queries are still there.
Can someone give some hints how to solve that?
P.S. The problem is not only this. I also can't dismiss the Yoast SEO notices in the dashboard. When I dismiss the notice and I load any page, the notice is still there.
WP 4.9.8 Yoast SEO 9.1
Share Improve this question asked Nov 12, 2018 at 13:41 morris4ever69morris4ever69 1 1- It's best to ask this to Yoast. They have a page explaining how to get support. – kero Commented Nov 12, 2018 at 14:20
1 Answer
Reset to default 0I think I solved. It seems that iThemes Security plugin was causing the problems.
After disabling and enabling iThemes Security, the problems with Yoast SEO seems to be solved.
By using Query Monitor plugin I found that Yoast SEO (Wordpress SEO) plugin makes repeated INSERT queries to the db when I load any page (dashboard and frontend) of my site.
INSERT INTO `wp_yoast_seo_meta` (`object_id`,
`internal_link_count`)
VALUES ( '50845', '0' )
ON DUPLICATE KEY
UPDATE `object_id` = VALUES(`object_id`), `internal_link_count` =
VALUES(`internal_link_count`)
I tried to disable the link suggestion feature in Yoast SEO settings, but the queries are still there.
Can someone give some hints how to solve that?
P.S. The problem is not only this. I also can't dismiss the Yoast SEO notices in the dashboard. When I dismiss the notice and I load any page, the notice is still there.
WP 4.9.8 Yoast SEO 9.1
By using Query Monitor plugin I found that Yoast SEO (Wordpress SEO) plugin makes repeated INSERT queries to the db when I load any page (dashboard and frontend) of my site.
INSERT INTO `wp_yoast_seo_meta` (`object_id`,
`internal_link_count`)
VALUES ( '50845', '0' )
ON DUPLICATE KEY
UPDATE `object_id` = VALUES(`object_id`), `internal_link_count` =
VALUES(`internal_link_count`)
I tried to disable the link suggestion feature in Yoast SEO settings, but the queries are still there.
Can someone give some hints how to solve that?
P.S. The problem is not only this. I also can't dismiss the Yoast SEO notices in the dashboard. When I dismiss the notice and I load any page, the notice is still there.
WP 4.9.8 Yoast SEO 9.1
Share Improve this question asked Nov 12, 2018 at 13:41 morris4ever69morris4ever69 1 1- It's best to ask this to Yoast. They have a page explaining how to get support. – kero Commented Nov 12, 2018 at 14:20
1 Answer
Reset to default 0I think I solved. It seems that iThemes Security plugin was causing the problems.
After disabling and enabling iThemes Security, the problems with Yoast SEO seems to be solved.
本文标签: Yoast SEO makes repeated INSERT queries loading any page
版权声明:本文标题:Yoast SEO makes repeated INSERT queries loading any page 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749184903a2329224.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论