You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest version of the Yoast ext (9.0.1), some of our editors are complaining it can take up to 10 minutes before the result of the analysis is shown at the top of the page, making work cumbersome. Sounds similar to issue #273, reported on an earlier version.
Is there a way to debug this on my installation?
The text was updated successfully, but these errors were encountered:
Sorry for the extreme late response, while working another issue I thought about this problem and this could be related to our X-Yoast-Page-Request header that we send to the frontend.
This header is checked in the frontend and disables the page cache for that request, so it could be that uncached functionality is the problem for the slow response?
Maybe you could test with config.no_cache=1 and check if pages are slow and maybe find the culprit?
Using the latest version of the Yoast ext (9.0.1), some of our editors are complaining it can take up to 10 minutes before the result of the analysis is shown at the top of the page, making work cumbersome. Sounds similar to issue #273, reported on an earlier version.
Is there a way to debug this on my installation?
The text was updated successfully, but these errors were encountered: