---
title: "Web Push: Throttle Speed"
slug: "throttle-web-push-speed"
tags: ["push delivery throttling", "single push throttling", "throttle web push speed", "throttling web push", "web push throttling"]
updated: 2026-03-03T10:10:38Z
published: 2026-03-03T10:10:38Z
canonical: "academy.insiderone.com/throttle-web-push-speed"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://academy.insiderone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Web Push: Throttle Speed

If your website experiences difficulty handling large traffic spikes, you can enable throttling for [Single Web Push](/docs/create-a-single-web-push) notifications. This feature helps distribute Web Push deliveries more gradually, reducing sudden server load and improving performance.

## How to enable throttling

1. Navigate to **Web Push** > **Settings** > **General Settings**.
2. Enable the Throttle Web Push Speed option.

![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/image-1747125285523.png)

Once enabled, your [Single Web Push](/docs/create-a-single-web-push) notifications will be sent in batches rather than all at once.

## Throttling behavior

- Delivery rate is 1,000 notifications every 30 seconds.
- It applies to all Single Web Push notifications, including recurring ones.
- Sending speed and frequency cannot be customized.

> [!NOTE]
> If your site handles high traffic without issues, you can leave this feature disabled.

## Related

- [Web Push Settings](/web-push-settings.md)
- [Single Web Push](/create-a-single-web-push.md)
