WP-CLI Commands

WP-CLI Commands

by admin

WP-CLI is a command-line tool specifically designed for managing WordPress websites, offering users the ability to perform a wide range of common administrative tasks. You can do most of the regular admin actions with WP-CLI.

WP-CLI allows users to clear caches without having to navigate the WordPress dashboard. This command-line tool makes clearing the cache easy.

1. Clearing All Cache

$ wp fastest-cache clear all

2. Clearing All Cache with Minified Sources

$ wp fastest-cache clear all and minified

3. Clearing Cache of a Post

To clear the cache of a post, simply utilize the provided command. This command efficiently clears the cache of the post itself, as well as the caches associated with the post’s categories and tags. In addition, if a post appears on the homepage, the cache of the homepage is cleared as well.

$ wp fastest-cache clear --post_id=
#Examples
$ wp fastest-cache clear --post_id=5
$ wp fastest-cache clear --post_id=5,6,7

Related articles

Using Varnish Cache with WP Fastest Cache
Using Varnish Cache with WP Fastest Cache

Proxy cached content is automatically cleared when the cache created by WP Fastest Cache is cleared.

Clear Cache via URL
Clear Cache via URL

There are some features which provide you to clear cache via admin panel. You need to have to login into…

Cache Timeout Page
Cache Timeout Page

You have the opportunity to clear the cache at your convenience using the user-friendly Cache Timeout feature. You can specify…

Ready to get started?

Purchase your first license and see why 1,500,000+ websites globally around the world trust us.