WP Super Cache

Ninetheme

WP Super Cache

This module creates static html records from your dynamic WordPress blog. After a html document is produced your webserver will serve that record as opposed to preparing the nearly heavier and increasingly costly WordPress PHP contents.The static html files will be served to the vast majority of your users:
  • Users who are not logged in.
  • Users who have not left a comment on your blog.
  • Or users who have not viewed a password protected post.
99% of your guests will be served static html records. One stored record can be served a great many occasions. Different guests will be served specially reserved records custom fitted to their visit. On the off chance that they are signed in, or have left remarks those subtleties will be shown and reserved for them.

You can review the video

Play Video

The plugin serves cached files in 3 ways (ranked by speed):

  1. Expert. The quickest technique is by utilizing Apache mod_rewrite (or whatever comparable module your web server bolsters) to serve “supercached” static html documents. This totally sidesteps PHP and is very snappy. On the off chance that your server is hit by a storm of traffic it is bound to adapt as the solicitations may be “lighter”. This requires the Apache mod_rewrite module (which is most likely introduced in the event that you have custom permalinks) and a change of your .htaccess record which is unsafe and may bring down your site whenever adjusted incorrectly.
  2. Simple. Supercached static records can be served by PHP and this is the suggested method for utilizing the module. The module will serve a “supercached” document on the off chance that it exists and it’s nearly as quick as the mod_rewrite strategy. It’s simpler to design as the .htaccess document shouldn’t be changed. You despite everything need a custom permalink. You can keep parts of your page dynamic right now/li>
  3. WP-Cache storing. This is principally used to store pages for known clients, URLs with parameters and feeds. Realized clients are signed in clients, guests who leave remarks or the individuals who ought to be demonstrated custom per-client information. It’s the most adaptable storing strategy and marginally more slow. WP-Cache reserving will likewise store visits by obscure clients if supercaching is incapacitated. You can have dynamic parts to your page right now. This mode is constantly empowered yet you can cripple reserving for known clients, URLs with parameters, or feeds independently. Set the consistent “DISABLE_SUPERCACHE” to 1 in your wp-config.php in the event that you need to just utilize WP-Cache caching.

RECOMMENDED SETTINGS

  1. Simple caching.
  2. Compress pages.
  3. Don’t cache pages for known users.
  4. Cache rebuild.
  5. CDN support.
  6. Extra homepage checks.
Trash assortment is the demonstration of tidying up reserve documents that are outdated and stale. There’s no right an incentive for the expiry time yet a decent beginning stage is 1800 seconds.Consider erasing the substance of the “Dismissed User Agents” content box and permit web crawlers to store records for you.Preload the same number of posts as you can and empower “Preload Mode”. Trash assortment of old stored documents will be incapacitated. In the event that you couldn’t care less about sidebar gadgets refreshing regularly set the preload interim to 2880 minutes (2 days) so the entirety of your posts aren’t recached all the time. When the preload happens the store records for the post being revived is erased and afterward recovered. A short time later a trash assortment of every single old document is performed to wipe out stale reserve records.Indeed, even with preload mode empowered reserved records will at present be erased when posts are adjusted or remarks made.

PRELOADING

You can create stored documents for the posts, classes and labels of your site by preloading. Preloading will visit each page of your site producing a stored page as it comes, much the same as some other guest to the site. Because of the successive idea of this capacity, it can set aside some effort to preload a total site if there are numerous posts.

To cause preloading increasingly viable it to can be valuable to impair trash assortment with the goal that more established reserve documents are not erased. This is finished by empowering “Preload Mode” in the settings. Know in any case, that pages will leave date in the long run yet that updates by submitting remarks or altering posts will free parts from the reserve.