05 Apr 2023 08:54 AM
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.
05 Apr 2023 08:58 AM
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
05 Apr 2023 09:17 AM
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
05 Apr 2023 09:21 AM
I think that in this case it is necessary to create a ticket in support.
Radek
05 Apr 2023 09:02 AM
I take it there are no waterfalls for Dubai? What's the difference in total duration between Texas and Dubai?
05 Apr 2023 09:14 AM
Hello @HannahM
Apologes. I could not get the question. What's the difference in total duration between Texas and Dubai?
Regards,
Babar
05 Apr 2023 09:29 AM - edited 05 Apr 2023 09:30 AM
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.
05 Apr 2023 09:42 AM
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
05 Apr 2023 10:07 AM
Hello @HannahM
The suggested method by you starts working perfectly fine. Thank you for your accurate and prompt support.
Regards,
Babar
05 Apr 2023 10:15 AM
@HannahM thank you! good will know it