https://github.com/tarosky/query-cache
Cache WP_Query to object cache.
https://github.com/tarosky/query-cache
wordpress-plugin wordpress-plugin-ga
Last synced: 9 months ago
JSON representation
Cache WP_Query to object cache.
- Host: GitHub
- URL: https://github.com/tarosky/query-cache
- Owner: tarosky
- License: gpl-3.0
- Created: 2021-08-04T02:30:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T16:00:23.000Z (almost 5 years ago)
- Last Synced: 2025-07-06T10:11:55.907Z (12 months ago)
- Topics: wordpress-plugin, wordpress-plugin-ga
- Language: PHP
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Query Cache
Tags: speed, cache, object-cache
Contributors: tarosky, Takahashi_Fumiki
Tested up to: 5.8
Requires at least: 5.5
Requires PHP: 5.6
Stable Tag: nightly
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Cache WP_Query to object cache.
## Description
W.I.P
### Acknowledgement
This plugin is a deliveration of [Automattic/advanced-post-cache](https://github.com/Automattic/advanced-post-cache).
## Installation
### From Plugin Repository
Click install and activate it.
### From Github
See [releases](https://github.com/tarosky/query-cache/releases).
## FAQ
### Where can I get supported?
Please create new ticket on support forum.
### How can I contribute?
Create a new [issue](https://github.com/tarosky/query-cache/issues) or send [pull requests](https://github.com/tarosky/query-cache/pulls).
## Changelog
### 1.0.0
* First release.