Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Jessehilton's avatar

Jessehilton wrote a reply+100 XP

8h ago

I built a automatic normalized caching layer for Eloquent — massive Redis memory savings

This is a really impressive approach to optimizing Laravel caching. Normalizing cached Eloquent data instead of repeatedly storing full query collections sounds like a smart way to improve cache efficiency, consistency, and scalability across large applications. I also like how the package takes inspiration from Redux and Apollo patterns — it makes the architecture feel much more modern and maintainable for real-world Laravel projects.