Getting Started

Deployment Deployment - Diagnose Migrations Staging

Site Management

Backups Client Reporting Passwords Plugin Automation Plugin Management - Global Plugins & Themes - Diagnose Plugins & Themes - General Plugins & Themes - Git Plugins & Themes - Logs Must Install White Label WordPress Updates

Caching & Performance

Caching Caching - Blogs/Articles Caching - Diagnose Caching - Git Caching - WooCommerce Redis Optimize & Scale

Security

Security Security - Firewall

SMTP, CDN & DNS

SMTP SendGrid CDN CDN - AWS CDN - Cloudflare CDN - Diagnose Domains & DNS

Server & Tools

Analytics & Logs CRON Jobs Database Debug Tool Git Monitoring PHP Settings Redirects SEO Tools Server Errors sFTP SSL

Staq Billing

Staq Billing > Account Staq Billing > Client Staq Billing > Setup

Media

Media Media - Diagnose Media - Optimize

Accounts & Billing

Accounts & Billing

General

WordPress Hosting Website Diagnose Troubleshoot - Other

Increase CDN CloudFront invalidations daily limit


On this page

    CDN Invalidations

    CDN invalidations play a crucial role in keeping your content up to date and ensuring that changes are propagated quickly throughout the CDN. However, Staq imposes certain limitations on the number of invalidations you can perform for free on a daily basis. This knowledge base is designed to guide you through the process of increasing your daily free usage limit, allowing you to effectively manage your content and maintain a seamless user experience.

    Before proceeding with the process of increasing your daily free usage limit for CloudFront CDN invalidations, it’s important to note that doing so may result in additional charges, depending on the plan you are subscribed to with Staq.

    Increasing the limit

    You can increase the limit by adding the following code to your custom plugin, theme or using Code Snippets plugin:

    add_filter("wpsh_cloudfront_invalidations_daily_limit", function ($limit) {
    return 200; // The new limit
    });

    Need some help?

    We all do sometimes. Please reach out to our support team by dropping us a support ticket. We will respond fast.