Dear All,
We have a single-URL browser monitor which is monitored from two locations (Texas & Dubai). One of them has a detailed analysis, but the other one does not. What could be the reason behind this issue?
Regards,
Babar
Solved! Go to Solution.
Hi Babar,
It seems that one location is not working correctly. Have you tried making a new synthetic monitor and adding just the non-working location there? Or add another location instead of the faulty one?
Regards,
Radek
Hello @radek_jasinski
There are only 2 locations available from Dubai. I checked both of them and they are not working. Although, they were working perfectly fine in the past.
The wearied thing is that the waterfall is available on other single-URL browser monitors from Dubai.
Regards,
Babar
I think that in this case it is necessary to create a ticket in support.
Radek
I take it there are no waterfalls for Dubai? What's the difference in total duration between Texas and Dubai?
Hello @HannahM
Apologes. I could not get the question. What's the difference in total duration between Texas and Dubai?
Regards,
Babar
I was wondering if the total duration metric was very different for each of the 2 locations. I suspect that the trigger for ending the script is being received promptly on the Dubai location even though all the resources have not yet loaded. We sometimes see this where there is a redirect/ interstitial page. You can change the wait that is being used to a timed wait in the Monitor Script tab.
I would try changing
"wait": {
"waitFor": "page_complete"
}
to
"wait": {
"waitFor": "time",
"milliseconds": 30000
}
and see if that changes the behaviour.
Hello @HannahM
I applied the suggested changes and will share the results with you shortly. On the other side, I
would like to bring to your knowledge that I have tried the on-demand execution which was successful in regards to the availability and performance but without any waterfall.
Regards,
Babar
Hello @HannahM
The suggested method by you starts working perfectly fine. Thank you for your accurate and prompt support.
Regards,
Babar