# When should I consider using a Layer 7 Gzip module?

You should consider using a Layer 7 Gzip module when you want to improve the performance of your web application. By compressing the content being served, you can reduce the amount of data that needs to be transmitted over the network, which can improve page load times and reduce bandwidth usage.

Here are some scenarios where you might want to consider using a Layer 7 Gzip module:

1. Large amounts of text-based content: If your website serves a lot of text-based content such as HTML, CSS, or JavaScript files, using a Gzip module can help reduce the size of these files, resulting in faster page load times.
2. Mobile users: Mobile users often have slower internet connections, so using a Gzip module can help reduce the amount of data they need to download, resulting in faster page load times and a better user experience.
3. Limited bandwidth: If you have limited bandwidth available, such as on a shared hosting plan, using a Gzip module can help reduce the amount of data being transmitted, which can help prevent your website from going over any bandwidth limits.
4. High traffic websites: If you have a high traffic website, using a Gzip module can help reduce the load on your web server by reducing the amount of data being transmitted. This can help prevent your server from becoming overwhelmed and crashing.


---

# Agent Instructions: 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:

```
GET https://docs.console.zenlayer.com/welcome/global-accelerator/faq/when-should-i-consider-using-a-layer-7-gzip-module.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
