Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.016May26Sep28Feb272625181786Jan27Dec131129Nov2227Oct10Sep9830Aug15JulUpdated author linksmastermasterSupport Redis socketsAdd minification using regex from http://jesin.tk/how-to-use-php-to-minify-html-output/As part of the cache purging changes added in 1e3beb6e9, we should ignore our query string so caching isn't bypassed.Correct references to static class that holds the Redis instanceMerge branch 'master' of git.ethitter.com:wp-plugins/redis-page-cacheInclude post-password cookies in those exempt from caching, otherwise password-protected posts can end up in cache.Support cache clearing from post list tables.Better PurgingAdd helper method to generate key now that versioning is in place.Abstract Redis connection into a reusable function for forthcoming enhancements.Better variable namesDebugging shouldn't default to on. This was a regression introduced in 682695f7a.Improve detection of data submitted in a POST requestInclude query strings when building cache keys, to avoid corrupting caches with data WP generates based on present query strings.Basic readmeTimer should fire before anything happens, including building the cache key from a URLMerge branch 'master' of github.com:ethitter/Redis-Page-CacheImprove plugin descriptionCreate readme.txtOutput content encoding headers for happy receipientsCapture additional headers, and allow others through via a whitelist.Better code organization and some inline comments for the changes from 19d6f1.Add default support for `Last-Modified` and `Cache-Control` headers.Add static caching to URL building method to reduce burden of calling it multiple times.Improve debugging messages and reduce duplication. Many of these came from the original plugin this is forked from.Allow versioning of caches for plugin upgrades.Correct configuration name changed in a95e5255f, but missed in this instance.When retrieving settings from options, overwrite global values so everyone's on the same page. :)Update more instances of the old plugin nameRemove errant backquote introduced in e6faa20f5Rename plugin to Redis Page CacheRemove a seemingly unnecessary check on the request, which broke processing of POST requests.Improve cache key generationUpdate debugging messages slightly.Resolve undefined index noticeProvide option to display generation stats.Only set database value when not zero, otherwise unnecessary `SELECT` calls resultAlso remove readme, as it isn't especially accurate at the moment.Remove unnecessary files from version control
Loading