Questions2Answer cache plug-in that will reduce server load for the Q&A open source project.
- Cache pages for users who are not logged in.
- Keep gzip pages cached for supporting browsers to save even more processing.
- Hooks in early to serve cached files.
- First version. Could be very buggy. Please provide feedback to improve.
- Enable or disable via admin/plugins.
- Get the source code for this plugin from github at https://github.com/MichaelApproved/Question2Answer-Cache-Plug-In
- Put the files in your plugin directory under the folder named 'ma-cache-this'
- Go to your site's Admin -> Plugins page on your q2a install and select the 'Enable Cache This' option then 'Save'.
Project page: https://github.com/MichaelApproved/Question2Answer-Cache-Plug-In
This is beta code. It is probably okay for production environments, but may not work exactly as expected. You agree not to hold me responsible for any problems that comes from this code.
Question2Answer is a free PHP open source platform for Q&A sites.