Closed kiwi2101 closed 6 months ago
Hi Anke,
so you would like to have the no_cache parameter there?
Hey,
that would be great. If it is configurable it would be even better.
But to be honest I guess there is something wrong with your page. If you like, we can take a look together on your system. You can contact me via Slack.
Alright, thanks for your answer. If this is not a general problem, I will check the site again for configuration issues.
Hello everyone,
I have a problem with the evaluation. When I evaluate a page in the backend and fix the shown problems, the evaluation tool does not update and continues to show the former errors. I have localized the error to such an extent that the call in Clickstorm\CsSeo\Service\FrontendPageService lines 113 - 120 does not return any changes. If I adjust it
$response = GeneralUtility::makeInstance(RequestFactory::class)->request( $result['url'].'?no_cache=1', 'GET', [ 'headers' => ['X-CS-SEO' => '1'], 'http_errors' => false, ] );
everything works. Can't find any configuration which causes this. Anyone experiencing the same issue?
cs_seo: 7.3.3 TYPO3: 11.5.26 bootstrap_package: 12.0.10
Thanks Anke