Troubleshooting

In this page find miscellaneous topics that could be of use in order to troubleshoot the performance of your integration.

Round Trip Time

Monetisation performance is particularly sensitive to latency on App. Therefore you may want to perform a test on each of your regional servers to get an estimation of the time it takes to reach our closest server.

for i in {1..5}; do curl -w "\nDNS: %{time_namelookup}s\nConnect: %{time_connect}s\nTTFB: %{time_starttransfer}s\nTotal: %{time_total}s\n" -o /dev/null -s https://mp-ams.4dex.io/healthcheck; done

Last updated

Was this helpful?