1 Blog Cacher

Slug: 1-blog-cacher

Author Profile : https://profiles.wordpress.org/javiergarciaesteban

1 Blog Cacher is a WordPress plugin that caches your pages to increase speed of response and minimize server loading.

  • Quick and easy installation/configuration.
  • Portable: edit the file for your convenience and use it anywhere.
  • Cached files are stored in HTML files, and organized in directories emulating the urls (if “safe mode” isn’t enabled), so it’s easy displaying the content of the files and organize them (for instance deleting the cache for a given entry, for all categories, for all searches, for all posts from a given date, etc.)
  • If “safe mode” is enabled, the plugin will still work, creating all the files in the cache directory.
  • Option to remove all cache files (or just the expired ones) from the WordPress panel.
  • Expiration time for cached files.
  • Rejected and accepted strings in order to control exactly the urls to cache.
  • Rejected User Agents in order to avoid over-caching from search engines.
  • Cached files (including front page cache) are updated when posts and comments are published/edited/deleted.
  • Option to include a “Expires” header in order to enable browser cache (even fastest response speed and less page requests. Inconvenience: Users won’t be seeing their comments after submitting them).
  • Only GET requests are cached.
  • Browser super-reload (Ctrl+F5) avoids cached urls.
  • Compatible with Gzip compression.

New in version 2.0

  • Use of WordPress advanced-cache. The plugin runs before WordPress is fully loaded (less execution time and specially less memory use).
  • Management of HTTP headers, that are saved in.txt files after being conveniently modified, for full cached responses.
  • Support for dynamic code (mfunc and mclude comments) as in Staticize Reloaded (and later in WP-Cache).
  • If Gzip compression is enabled, compressed content is saved in.gz files so it’s only compressed once (less execution time and less CPU use). If dynamic code is used, the code will be executed and only if the final content is different from the already saved will it be compressed again for the response.
    • If you have Gzip compression enabled and you are not using dynamic code, you can set the constant OBC LOOK FOR DYNAMIC CODE to false in order ro avoid this check.
  • HTTP header 304 “not modified” returned when it’s convenient (less loading time):
    • If the plugin is going to return the same cache (from the same date) to a user, it returns a 304 header instead.
    • Even with a different cache, if the content to return is the same (checked through a Etag header with a hash), a 304 header is also returned.
  • When a post is created, modified or removed, the cache for that post and the index are removed for all users.
  • (Logged) users and commenters management. Choose the behavior of the plugin for each group::
    • Use no cache.
    • Use a single global cache.
    • Use a single cache for each user.
  • More configuration options:
    • Option to cache or not to cache error pages (status 404).
    • Option to cache or not to redirect (status 301 or 302).
    • Option to omit url trailing slash(“/”) in order to t t

      More Info

      See[ http://1blogcacher.com/ 1 blog home page] for more information.

      Post Tagged with : , ,
Shares