litespeedtech / litespeedtech/lscache_wp
Support Serialized Object Cache w/Igbinary
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 257
- Forks
- 123
- PR merge metrics
- No merged PRs in 30d
Description
Seems pretty [easy to](https://github.com/rhubarbgroup/redis-cache/blob/abe85854aadbb9dccb831f4599e57405180a967f/includes/object-cache.php#L2808) [implement](https://github.com/rhubarbgroup/redis-cache/blob/abe85854aadbb9dccb831f4599e57405180a967f/includes/object-cache.php#L2834) and provides much smaller object sizes for the cache engine to manage with good performance thanks to the igbinary extension.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked includes/object-cache.php sections in the Redis Cache implementation, then locate the corresponding object-cache serialization path in this repository. Confirm how serialized objects are currently handled and verify that cache reads and writes work with the requested igbinary support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, wordpress
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100