Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Installation #23

wants to merge 2 commits into from

Conversation

soulseekah
Copy link
Contributor

  1. On install adds

define( 'WP_CACHE', true ); to wp-config.php. On plugin deactivation
it sets it to false, removed on plugin deletion.
2) On install it copies over advanced-cache.php to /wp-content. No need to symlink.

  1. Adds a "Purge Redis Page Cache" function to the Admin Toolbar.

I'd also like to add a Settings page that allows users to configure the settings through a UI rather than create a redis-page-cache-config.php.

Adds a functions.php and clear cache function to WP admin toolbar. Everything else self-explanatory.
Sets page caching in wp-config.php. Copies advanced-cache.php to /wp-content.
@babatundebusari
Copy link

@soulseekah
Why use this plugin? when one can do all these setups directly on wordpress install?
Why is the practice of plugin for every little thing still prevalent even in 2018?!?

Can't one support redis cache without using a plugin???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants