we noticed, that SEOCheckerUrlModule runs out of order in IIS, so it crashes the whole website. Under IIS Worker Processes we found out, that periodically this module generates too many requests, so website gets slower.
The Url module is only called when a request results in 404. And only redirects it will not create requests of its own. Do you have a lot of 404 entries?
this behavior occuried suddenly. We have not more 404 errors than a few days ago. We use redirect management of SEO Checker.
What can I do to get more information about the error?
What we saw is that in IIS Woker Process one node is called by SEOCheckerURLModule, but this node isn`t published anymore.
In Umbraco Tracelog there is an entry about it:
2018-05-15 17:03:56,093 [P6780/D2/T803] ERROR SEOChecker.Core.Helpers.Request - SEOChecker: Error could not load url https://www.energiedialog-schwaben.de/16388.aspx
System.Net.WebException: Timeout für Vorgang überschritten
bei System.Net.HttpWebRequest.GetResponse()
bei SEOChecker.Core.Helpers.Request.GetStream(String url, HttpCookieCollection cookies, String userAgent)
Ok It's not the url module but the validation module. What happens after publish is that the whole page is validated using the preview version of the page. Could be that this process takes too long, since it needs to build up preview xml also.
If you are On Umbraco 7.7+ you better use V2 of SEOChecker where you have more influence about the validation process and V2 is using the live version of the page so it doesn;t build the whole preview structure.
SEOCheckerUrlModule crashes Website
Hi,
we noticed, that SEOCheckerUrlModule runs out of order in IIS, so it crashes the whole website. Under IIS Worker Processes we found out, that periodically this module generates too many requests, so website gets slower.
Does anyone know this behavior?
SEO Checker version 1.10.4
Regards Heiko
Hi,
The Url module is only called when a request results in 404. And only redirects it will not create requests of its own. Do you have a lot of 404 entries?
Best,
Richard
Hi Richard,
this behavior occuried suddenly. We have not more 404 errors than a few days ago. We use redirect management of SEO Checker. What can I do to get more information about the error?
Regards Heiko
Maybe all those urls get requested more than a few days ago? Anything in the Umbraco error log that makes sense?
What we saw is that in IIS Woker Process one node is called by SEOCheckerURLModule, but this node isn`t published anymore. In Umbraco Tracelog there is an entry about it:
HI,
Ok It's not the url module but the validation module. What happens after publish is that the whole page is validated using the preview version of the page. Could be that this process takes too long, since it needs to build up preview xml also.
If you are On Umbraco 7.7+ you better use V2 of SEOChecker where you have more influence about the validation process and V2 is using the live version of the page so it doesn;t build the whole preview structure.
Best,
Richard
Hi,
we have Umbraco version 7.6 and I guess only license for SEOChecker V1.x at the moment.
Domain licenses will work on every version., Server and Unlimited I can check for you.
I think we have Server license. What info do you need to check?
If you login on your profile page https://soetemansoftware.nl/myprofile you will see either an update button or not, then you can use V2
is working on a reply...