Banner for Shortcache
Allows user to cache output of any shortcode by adding a cache attribute to it. Wordpress Tutorial
Noted That:
  • To install correctly this shortcache.zip .
  • Fisrt Download the shortcache.zip to your computer
  • Extract/Open shortcache.zip to Your Computer.
  • Then, Find readme.txt file inside shortcache.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " shortcache.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Shortcache

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Shortcache

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Shortcache

Step-5 : Now, Browse " shortcache.zip " Downloaded plugin from your computer, Where you downloaded " shortcache.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Shortcache

Step-6 : Now, Click on " Active Plugin "

Activate Shortcache

Step-7 : Then, See left Side Menu. " Shortcache " folder is added on left Side Menu. Now, Click on " Shortcache " folder.

Noted that: If you do not see " Shortcache " 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 Shortcache Configurations and Settings or How to work " Shortcache " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " ShortCache " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is ShortCache
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Install via WP Admin > Plugins > Add New or download a .zip file and upload via FTP to /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. (optional) Modify options via WP Admin > Settings > ShortCache , if needed.
  4. In the shortcode You want to cache, add a cache attribute: [gallery cache] .
  5. (optional) You can define a custom cache interval by passing that to the attribute like this: [gallery cache="5"] – this will be cached for 5 hours.
  6. (optional) You can also define a custom cache scope by passing a cache-scope attribute: [gallery cache cache-scope="user_id,post_id"] . This will create different caches for every user and every post.

Name