I have the same error on my site….Help me, please.
-
This reply was modified 6 years, 3 months ago by auhome.
Thread Starter
auhome
(@auhome)
@suascat_wp, Im sure that is not the problem, the server can handle more than 1000 post at the time. The problem is that the way the plugin do the job is not efficient due to the large number of records (I mean , get 100 to 100 from database). I had to change the harcoded value to 1000 and it was a bit better, but obviously not the ideal way to do it.
Thread Starter
auhome
(@auhome)
“Max entries per sitemap” is set to 1000 in my site. Specifically this query appear wp-content/plugins/wordpress-seo/inc/sitemapsclass-post-type-sitemap-provider.php arround line 482. The 100 limit is hard coded in class class-post-type-sitemap-provider.php line 201.