We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Editing a Craft section will trigger many XHR requests to the backend on the /index.php?=admin/actions/seo/seo/render-data&site=default url.
The screenshot below is the list of calls that occured editing for 10 seconds. This is causing a lot of lag on our server.
Can you explain why this is needed? And preferably, can we disable this and only do a SEO update when the section is actually saved?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Editing a Craft section will trigger many XHR requests to the backend on the /index.php?=admin/actions/seo/seo/render-data&site=default url.
The screenshot below is the list of calls that occured editing for 10 seconds. This is causing a lot of lag on our server.
Can you explain why this is needed? And preferably, can we disable this and only do a SEO update when the section is actually saved?
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: