A plugin to manage Fastly caching behavior and purging. |
Noted That:
|
Start the Tips:1. First Download "purgely.zip" Plugin to your Local Computer. (Click Download) 2. Then, Login to your "yourdomain.com/wp-admin" Dashboard. 3. Then, Click on "Plugins" + "Add New" from left sidemenu of Dashboard. 4. Now, Click on "Upload Plugin" button.
5. Now, Browse "purgely.zip" Downloaded plugin from your computer, Where you downloaded purgely.zip According to Step – 1 Above then, click on "Install Now" 6. Now, Click on "Active Plugin" 7. Then, See left sidemenu. "Purgely" folder is added on left sidemenu. Now, Click on "Purgely" folder. Noted that: If you do not see "Purgely" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools". 8. Now you configure yourself oR Watch video tutorial below about Purgely Configurtions and Settings or How to work "Purgely" in your WordPress site. oR After Activated Plugin According to Step-6 then,
![]() |
Guide |
---|
Manual installation
WP CLI installation
ConfigurationPurgely provides a number of constants that can be used to control the behavior of the plugin and Fastly’s cache. Users After installing, you should define
define( ‘PURGELY_FASTLY_KEY’, ’39c4820390d8f050giweda50268c7583? ); Configuring other constants is similarly done by defining the constant in PURGELY_API_ENDPOINT Defines the API endpoint for Fastly. This should not usually need to be changed, but is added in the event that Fastly default: (string) ” PURGELY_ALLOW_PURGE_ALL Determines whether or not the plugin can issue a purge all request. Purge all can have dire consequences for a website. default: (bool) false PURGELY_ENABLE_STALE_WHILE_REVALIDATE Determines whether or not the plugin sets the default: (bool) true PURGELY_STALE_WHILE_REVALIDATE_TTL Sets the TTL for the default: (int) 86400 PURGELY_ENABLE_STALE_IF_ERROR Determines whether or not the plugin sets the default: (bool) true PURGELY_STALE_IF_ERROR_TTL Sets the TTL for the default: (int) 86400 PURGELY_SURROGATE_CONTROL_TTL Sets the TTL for the default: (int) 300 |
behavior, purging, caching, fastly, manage, plugin, |
Name |
---|
Reffered: https://wordpress.org/