We have created a full-page monitor for the URL https://example.com/ and selected the option of "Use the new FPM agent" in the monitor's advanced settings.
It seems like the monitor is encountering the "1043 Pageload timed out "error.
It does not seem that setting a higher value for "Time-out in seconds" is helping here.
Release : SAAS
Component : APP SYNTHETIC MONITOR ENVIRONMENTAL
The issue is that some of the resource requests on the page do not complete loading within the timeout limit. As a result, the onLoad event is never fired by the browser, and the check times out.
We have found that if we block the request to image '/resources/toolkit/img/icon-sprite-stratocumulus-2.png' by adding the regex '/.*icon-sprite-stratocumulus-2\.png/' to 'Deny requests to selected URIs' field in advanced monitor settings, the check will pass