Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Redis Page Cache
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
WP Plugins
Redis Page Cache
Graph
master
Select Git revision
Branches
1
master
default
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
16
May
26
Sep
28
Feb
27
26
25
18
17
8
6
Jan
27
Dec
13
11
29
Nov
22
27
Oct
10
Sep
9
8
30
Aug
15
Jul
Updated author links
master
master
Support Redis sockets
Add 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 instance
Merge branch 'master' of git.ethitter.com:wp-plugins/redis-page-cache
Include 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 Purging
Add helper method to generate key now that versioning is in place.
Abstract Redis connection into a reusable function for forthcoming enhancements.
Better variable names
Debugging shouldn't default to on. This was a regression introduced in 682695f7a.
Improve detection of data submitted in a POST request
Include query strings when building cache keys, to avoid corrupting caches with data WP generates based on present query strings.
Basic readme
Timer should fire before anything happens, including building the cache key from a URL
Merge branch 'master' of github.com:ethitter/Redis-Page-Cache
Improve plugin description
Create readme.txt
Output content encoding headers for happy receipients
Capture 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 name
Remove errant backquote introduced in e6faa20f5
Rename plugin to Redis Page Cache
Remove a seemingly unnecessary check on the request, which broke processing of POST requests.
Improve cache key generation
Update debugging messages slightly.
Resolve undefined index notice
Provide option to display generation stats.
Only set database value when not zero, otherwise unnecessary `SELECT` calls result
Also remove readme, as it isn't especially accurate at the moment.
Remove unnecessary files from version control
Loading