ethercreative / seo

SEO utilities including a unique field type, sitemap & redirect manager
MIT License
267 stars 95 forks source link

Many calls to /index.php?=admin/actions/seo/seo/render-data while editing a section #465

Open boudewijn-zicht opened 8 months ago

boudewijn-zicht commented 8 months ago

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?

image

Steps to reproduce

  1. Go to a section
  2. Edit the title
  3. Look at your network

Additional info