> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/platform/looking-glass/global-acceleration-test.md).

# Global Acceleration Test

## Overview

Global Acceleration Test simulates real-world download scenarios by measuring the time it takes to download a 1 MB file from a selected origin location to multiple global destinations. It compares performance between the public internet and Zenlayer Global Accelerator (ZGA), allowing users to visually assess the acceleration benefit in terms of reduced latency and improved user experience. It usually has the following common use cases:

### Common Use Cases

<table><thead><tr><th width="189.640625">Scenario</th><th>Description</th></tr></thead><tbody><tr><td>Cross-border experience testing</td><td>Evaluate download performance for users in different regions accessing a specific origin server</td></tr><tr><td>Acceleration effectiveness proof</td><td>Quantify the latency reduction achieved by Zenlayer Global Accelerator (ZGA)</td></tr><tr><td>Sales/PoC demonstration</td><td>Provide visual evidence of performance gains to prospects or customers</td></tr><tr><td>Network planning</td><td>Identify regions where acceleration is most needed or most impactful</td></tr></tbody></table>

## Procedures

<div align="left"><figure><img src="/files/qVod25IciBNWQHcCR2Rg" alt=""><figcaption></figcaption></figure></div>

### Parameter Explanation

<table><thead><tr><th width="199.296875">Parameter</th><th>Description</th></tr></thead><tbody><tr><td>Origin Location</td><td>The starting point of the file download, simulating the source server.</td></tr><tr><td>Download Time (ms)</td><td>The time it takes for a 1 MB file to be delivered from origin to destination. Lower is better.</td></tr><tr><td>Public Internet</td><td>Represents performance over the regular internet route.</td></tr><tr><td>ZGA</td><td>Represents performance when using Zenlayer Global Accelerator.</td></tr><tr><td>Acceleration (%)</td><td>The calculated improvement (reduction in latency) from ZGA compared to public internet.</td></tr></tbody></table>

1. Select one or more origin server locations, for example, Frankfurt, Ho Chi Minh City, Jakarta and Los Angeles.
2. Click **Test**, and the system will initiate download tests from the origin to multiple global destinations.

Each destination will show two latency measurements:

* **Public Internet**: Download time without acceleration.
* **ZGA**: Download time using Zenlayer Global Accelerator.
* A percentage indicator shows how much acceleration improved download speed.

{% hint style="info" %} <mark style="color:blue;">**Note**</mark>

<mark style="color:blue;">Test results are for reference only. Actual values may vary depending on network conditions, distance, and time of testing.</mark>
{% endhint %}

## FAQ

**Q1: What does the download time represent?**\
A1: It reflects the time (in milliseconds) required to transfer a 1 MB file from the selected origin to each test destination.

**Q2: Why are there large differences between regions?**\
A2: Latency is affected by physical distance, network congestion, ISP quality, and routing paths. Regions farther from the origin typically see higher baseline latency.

**Q3: Can this be used to estimate real-world performance?**\
A3: Yes, it simulates real-world conditions, but results may vary depending on time of day, local traffic, and user network quality.

**Q4: Is the test repeatable?**\
A4: Yes, users can re-run the test at any time to observe latency under different conditions or compare results over time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.console.zenlayer.com/welcome/platform/looking-glass/global-acceleration-test.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
