|
|
| A plugin to manage Fastly caching behavior and purging. Wordpress Tutorial |
|
Noted That:
|
|
Start the Tips:
Step-1 : Download " purgely.zip " to Your Local Computer. Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.
Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.
Step-4 : Now, Click on " Upload Plugin " button.
Step-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 "
Step-6 : Now, Click on " Active Plugin "
Step-7 : Then, See left Side Menu. " Purgely " folder is added on left Side Menu. Now, Click on " Purgely " folder. Noted that: If you do not see " Purgely " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ". Step-8 : Now you configure yourself oR Watch video tutorial below about Purgely Configurations and Settings or How to work " Purgely " in your WordPress site. oRAfter Activated Plugin According to Step-6 then,
|
| Guide |
|---|
Manual installation
WP CLI installation
Configuration
Purgely 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 |
| Name |
|---|