Wp Super Cache

Profesor Life
Wp super Cache
Published in
3 min readAug 24, 2019

This plugin generates static hypertext mark-up language files from your dynamic WordPress web log. once a hypertext mark-up language file is generated your web server can serve that file rather than process the relatively heavier and costlier WordPress PHP scripts.

The static hypertext mark-up language files are served to the overwhelming majority of your users:

Users UN agency aren’t logged in.
Users UN agency haven’t left a discuss your web log.
Or users UN agency haven’t viewed a word protected post.
99% of your guests are served static hypertext mark-up language files. One cached file may be served thousands of times. different guests are served custom cached files tailored to their visit. If they’re logged in, or have left comments those details are displayed and cached for them.

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

Expert. The quickest technique is by mistreatment Apache mod_rewrite (or no matter similar module your internet server supports) to serve “supercached” static hypertext mark-up language files. This fully bypasses PHP and is very fast. If your server is hit by a deluge of traffic it’s additional doubtless to cope because the requests square measure “lighter”. This will need the Apache mod_rewrite module (which is perhaps put in if you have got custom permalinks) and a modification of your .htaccess file that is risky and should take down your web site if changed incorrectly.
Simple. Supercached static files may be served by PHP and this is often the suggested method of mistreatment the plugin. The plugin can serve a “supercached” file if it exists and it’s virtually as quick because the mod_rewrite technique. It’s easier to set up because the .htaccess file doesn’t ought to be modified. you continue to would like a custom permalink. you’ll be able to keep parts of your page dynamic during this caching mode.
WP-Cache caching. this is often chiefly wont to cache pages for celebrated users, URLs with parameters and feeds. celebrated users square measure logged in users, guests UN agency leave comments or people who ought to be shown custom per-user information. It’s the foremost versatile caching technique and slightly slower. WP-Cache caching will cache visits by unknown users if supercaching is disabled. you’ll be able to have dynamic components to your page during this mode too. This mode is usually enabled however you’ll be able to disable caching for celebrated users, URLs with parameters, or feeds one by one. Set the constant “DISABLE_SUPERCACHE” to one in your wp-config.php if you wish to solely use WP-Cache caching.
If you’re not snug with written material PHP files then use easy mode. It’s simple to line up and really quick.

RECOMMENDED SETTINGS
Simple caching.
Compress pages.
Don’t cache pages for celebrated users.
Cache build.
CDN support.
Extra homepage checks.
Garbage collection is that the act of cleanup up cache files that square measure out of date and rancid. There’s no correct worth for the expiration time however an honest place to begin is 1800 seconds.

Consider deleting the contents of the “Rejected User Agents” text box and permit search engines to cache files for you.

Preload as several posts as you’ll be able to and change “Preload Mode”. garbage pickup of previous cached files are disabled. If you don’t care regarding sidebar widgets change typically set the preload interval to 2880 minutes (2 days) therefore all of your posts aren’t recached fairly often. once the preload happens the cache files for the post being reinvigorated is deleted so regenerated. afterward a garbage pickup of all previous files is performed to scrub out stale cache files.

Even with preload mode enabled cached files can still be deleted once posts square measure changed or comments created.

Download:

https://mir.cr/3PBGSAYJ

--

--