litespeedtech / litespeedtech/lscache_wp

Support Serialized Object Cache w/Igbinary

Open
#907 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.