Description
This lightweight plugin caches the most visited pages in the admin area; it uses ajax to prefetch the pages and stores them on the server for each user.
The cache is useful for sites with many installed plugins, which often make the administrative section very slow, especially in the case of woocommerce with many displayed products.
Installation
Minimum Requirements
- WordPress 4.6 or greater
- PHP version 5.6 or greater
Recommended requirements:
- WordPress 5.0 or greater
- PHP version 7.0 or greater
Installation
- Upload the plugin files to the
/wp-content/plugins/wp-admin-cache
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to Settings > WP Admin Cache
- Check “Cache enabled” to activate the cache.
- Choose which pages are to be cached.
- Set the cache duration.
- Save the settings.
Reviews
Contributors & Developers
“WP Admin Cache” is open source software. The following people have contributed to this plugin.
Contributors“WP Admin Cache” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “WP Admin Cache” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.2.7
- Fixed: some php warnings
0.2.6
- Removed: link manager from page hook
0.2.5
- Added: compatibility with generic language plugins
0.2.4
- Added: WPML compatibility
0.2.3
- Changed prefetching script: optimized page load
0.2.2
- Changed settings link in plugins list table
0.2.1
- Added settings link in plugins list table
0.2.0
- Added the possibility to execute the plugin before the others, in order to speed up the sending of cached pages much more!
- Improved prefetching mechanism
- Improved UI
0.1.3
- Added cleanup after uninstalling
0.1.2
- Added autopurge management at plugins update event
0.1.1
- Fix – fixed a bug that generated a blank page after saving a cached page
0.1
- First public beta release