Libraries tagged by Query Cache
langsys/laravel-request-query-cache
14 Downloads
Request caching toolkit for Laravel: per-request Eloquent query deduplication (firstCached/getCached) plus idempotent HTTP responses via the idempotent middleware.
kyrenator/query-cache
219 Downloads
Easily Cache Eloquent Collections
codewithdennis/laravel-model-cache
14 Downloads
Pre-warm and cache Eloquent query results. Run heavy queries once with warmup (forever cache) or use TTL-based caching on any model.
caiquemcz/query-from-cache
0 Downloads
Query From Cache is a Laravel package that provides a simple way to cache query results directly from your Eloquent models. It automatically caches the output of model methods and offers actions to refresh or clear the cache with minimal code changes.
timeincoss/enhanced-post-cache
7192 Downloads
Cache post queries for WordPress
morilog/infinity-cache
15752 Downloads
Infinity cache for Laravel Eloquent models and queries
thinmy/cached-eloquent-user
286 Downloads
Caches authenticated user information to prevent laravel query on every request.
tarkhov/laravel-db-cache
0 Downloads
Laravel database query caching.
stevenmaguire/laravel-cache
1758 Downloads
Seamlessly adding caching to Laravel service objects
bensedev/laravel-inflight-query-lock
3 Downloads
Deduplicate concurrent identical queries using distributed locks and async execution
alengo/sulu-http-cache-bundle
24 Downloads
HTTP cache helpers for Sulu/Symfony: strip tracking query parameters and store CTA marketing-attribution cookies at the reverse-proxy layer.
rinvex/cacheable
32515 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
weboftalent/cachekeyhelper
106 Downloads
Centralise partial queries into a single query to improve performance
saft/saft
758 Downloads
Saft library provides tools and an infrastructure to build Semantic Web and Linked Data applications.
enlight/stash-view
133 Downloads
Stash view is a composer package for Laravel which caches blade views using Russian Doll Caching methodology. Which drastically improves speed of the website and as a side effect reduces sql queries and solves n+1 problem.