Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Sitemap settings page crashes for sites with 100,000+ terms #264

Open
CodingSamurai opened this issue Feb 2, 2024 · 0 comments
Open

Comments

@CodingSamurai
Copy link

Describe the bug
The Sitemap settings page is EXTREMELY non-performant if a site has a large number of tags (our site has over 100,000 tags) because it’s loading the tags as a set of checkboxes on the special sitemap settings pages. This makes the plugin close to unusable. Specifically the issue is at line 72 of /seo-by-rank-math-pro/includes/modules/news-sitemap/settings-news.php

Instead of grid of checkboxes on which terms to exclude you need to refactor these to be multiselect boxes where people can type the terms themselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant